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

Deny HTTP/3 connection creation for clients missing cert when needClientAuth is true #12014

Merged
merged 11 commits into from
Jul 10, 2024

Commits on Jul 8, 2024

  1. #11996 deny connection creation for clients missing needed cert

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e04b66d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0aa14 View commit details
    Browse the repository at this point in the history
  3. add extra assertions

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ea1bed3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. revert wrong change

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3f928e7 View commit details
    Browse the repository at this point in the history
  2. rename test

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3cf4d26 View commit details
    Browse the repository at this point in the history
  3. remove unneeded test infra changes

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    45ed8a3 View commit details
    Browse the repository at this point in the history
  4. do not notify protocol session

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d12aa06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d3a99f View commit details
    Browse the repository at this point in the history
  6. check client cert only after connection is established

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    64c879c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    9994225 View commit details
    Browse the repository at this point in the history
  2. handle review comments

    Signed-off-by: Ludovic Orban <lorban@bitronix.be>
    lorban committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4a6124d View commit details
    Browse the repository at this point in the history