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

feat: Implement ALPS extension #142

Merged
merged 4 commits into from Nov 17, 2022
Merged

feat: Implement ALPS extension #142

merged 4 commits into from Nov 17, 2022

Commits on Nov 10, 2022

  1. refactor: split CompressCertExtension changes

    - Split most of changes for `CompressCertExtension` made to `crypto/tls` files out and moved them to `u_` files.
    - Edited some `crypto/tls` files to achieve better programmability for uTLS.
    - Minor styling fix.
    gaukas committed Nov 10, 2022
    Copy the full SHA
    75a67dc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. feat: implement ALPS Extension draft

    - Made necessary modifications to existing types to support ALPS.
    - Ported `ApplicationSettingsExtension` implementation from `ulixee/utls` by @blakebyrnes with some adaptation.
    
    Co-Authored-By: Blake Byrnes <115056+blakebyrnes@users.noreply.github.com>
    gaukas and blakebyrnes committed Nov 11, 2022
    Copy the full SHA
    f69c124 View commit details
    Browse the repository at this point in the history
  2. feat: utlsFakeCustomExtension in ALPS

    - Introducing `utlsFakeCustomExtension` to enable implementation for custom extensions to be exchanged via ALPS.
    - currently it doesn't do anything.
    
    Co-Authored-By: Blake Byrnes <115056+blakebyrnes@users.noreply.github.com>
    gaukas and blakebyrnes committed Nov 11, 2022
    Copy the full SHA
    776b61f View commit details
    Browse the repository at this point in the history
  3. fix: magic number in StatusRequestV2Extension

    - Fixed magic number `17` in `StatusRequestV2Extension` with pre-defined enum `extensionStatusRequestV2`.
    gaukas committed Nov 11, 2022
    Copy the full SHA
    522d8a4 View commit details
    Browse the repository at this point in the history