Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl no_auth #664

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

impl no_auth #664

wants to merge 6 commits into from

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    24cebb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3398c6c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    816ef61 View commit details
    Browse the repository at this point in the history
  2. Add server-side active close mechanism

    This patch set fixes the behavior of Trojan not immediately attempting to close a frontend connection if the Trojan backend unexpectedly closed the connection.
    
    In some cases, an attacker can trick the backend into closing the connection immediately after sending valid data with carefully constructed contents. For connections that are not relayed by Trojan, the attack can observe the closure of the connection immediately. However, in scenarios where Trojan is present, the connection will be kept even after the attacker receives the aforementioned data. This difference in behavior can be used to detect the presence of Trojan.
    
    The behavioral difference does not result in the leak of confidential user data.
    Chigusa0w0 authored and wongsyrone committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3275c8f View commit details
    Browse the repository at this point in the history
  3. CI: windows: update openssl to 1.1.1o

    Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
    wongsyrone committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3284d1a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. impl no_auth

    itsabgr committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7860087 View commit details
    Browse the repository at this point in the history