summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_key_share.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expose the peer ephemeral public key used for TLSv1.3 key exchange.jsing2020-04-181-1/+17
* Allow more key share groups for TLSv1.3.jsing2020-04-181-21/+12
* Generate client key share using our preferred group.jsing2020-04-171-9/+17
* Add support for TLSv1.3 key shares with secp256r1 and secp384r1 groups.jsing2020-02-041-5/+98
* Correctly unpack client key shares.jsing2020-02-011-10/+2
* Provide struct/functions for handling TLSv1.3 key shares.jsing2020-01-301-0/+224