summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls_key_share.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal header file names consistenttb2022-11-261-2/+2
* Rename uses 'curve' to 'group' and rework tls1 group API.tb2022-07-021-3/+3
* Make tls1_ec_curve_id2nid() return explicit NID_undef instead of 0 on errortb2022-07-021-2/+2
* Check the security of DH key sharestb2022-06-291-1/+12
* Plumb decode errors through key share parsing code.jsing2022-01-111-12/+24
* Convert legacy server to tls_key_share.jsing2022-01-071-4/+65
* Convert legacy TLS client to tls_key_share.jsing2022-01-061-32/+125
* Rename tls13_key_share to tls_key_share.jsing2022-01-051-0/+307