summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_key_share.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide struct/functions for handling TLSv1.3 key shares.jsing2020-01-301-0/+224
Pull out the key share handling code and provide a clean/self contained interface. This will make it easier to support groups other than X25519. ok beck@ inoguchi@ tb@