summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdh/ecdh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some unneeded includes from ecdh.ctb2023-07-281-4/+1
* Pull up zeroing of out; drop unnecessary checktb2023-07-281-4/+3
* Rename buflen to buf_len, use calloc/freezerotb2023-07-281-7/+8
* Move KDF handling to ECDH_compute_key()tb2023-07-281-31/+55
* Fix two EC_POINT_is_on_curve() checkstb2023-07-241-2/+2
* Revert accidental addition of cofactor ECDH supporttb2023-07-121-16/+2
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+3
* Mop up last uses of ECDHerror() and ECDSAerror()tb2023-07-051-6/+6
* ECDHerror() and ECDSAerror will go awaytb2023-07-051-8/+8
* Merge ECDH code that will stay into ecdh.ctb2023-07-051-0/+272