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

Fixes #11892 - mtls not working with http/3. #11900

Merged

Commits on Jun 10, 2024

  1. Fixes #11892 - mtls not working with http/3.

    The client certificate is now exposed in QuicheConnection, so that it can be returned by QuicStreamEndPoint.getSslSessionData().
    
    Not much else is exposed by Quiche, so not much else that we can provide to applications, for example no TLS session id, no cipher suite, etc.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    409916f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9abb881 View commit details
    Browse the repository at this point in the history
  2. Fixed --enable-native-access command line option to run tests, as the…

    … foreign dependency is in the class-path.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    af35325 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a1513c7 View commit details
    Browse the repository at this point in the history