summaryrefslogtreecommitdiff
path: root/lib/libssl/tls13_key_share.c
AgeCommit message (Expand)Author
2020-04-18Expose the peer ephemeral public key used for TLSv1.3 key exchange.Joel Sing
2020-04-18Allow more key share groups for TLSv1.3.Joel Sing
2020-04-17Generate client key share using our preferred group.Joel Sing
2020-02-04Add support for TLSv1.3 key shares with secp256r1 and secp384r1 groups.Joel Sing
2020-02-01Correctly unpack client key shares.Joel Sing
2020-01-30Provide struct/functions for handling TLSv1.3 key shares.Joel Sing