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

Introduce option allowing TLS 1.3 server to prefer psk_ke over psk_dhe_ke #22794

Closed
wants to merge 3 commits into from

Commits on Nov 22, 2023

  1. Add option SSL_OP_PREFER_NO_DHE_KEX, allowing the server to prefer …

    …non-dhe psk key exchange over psk with dhe (config file option `PreferNoDHEKEX`, server option `prefer_no_dhe_kex`).
    minichma committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    15b69ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c310a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    216f2a6 View commit details
    Browse the repository at this point in the history