summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_kex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Factor out/rewrite the ECDHE EC point key exchange code.jsing2020-01-301-0/+141
This reduces replication between the existing TLS client/server and allows the code to soon be reused for TLSv1.3. With feedback from inoguchi@ and tb@ ok inoguchi@ tb@