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

tls: Add PSK support #23188

Closed
wants to merge 3 commits into from
Closed

tls: Add PSK support #23188

wants to merge 3 commits into from

Commits on Dec 20, 2019

  1. tls: add PSK support

    Add the `pskCallback` client/server option, which resolves an identity
    or identity hint to a pre-shared key.
    
    Add the `pskIdentityHint` server option to set the identity hint for the
    ServerKeyExchange message.
    
    Co-authored-by: Chris Osborn <chris.osborn@sitelier.com>
    Co-authored-by: stephank <gh@stephank.nl>
    Co-authored-by: Taylor Zane Glaeser <tzglaeser@gmail.com>
    4 people committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    366a320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596296f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    61c8f50 View commit details
    Browse the repository at this point in the history