summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdh/ecdh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix two EC_POINT_is_on_curve() checkstb2023-07-241-2/+2
| | | | | | | This API can fail for various reasons, in which case it returns -1, so you need to check if (EC_POINT_is_on_curve_checks(...) <= 0). ok miod
* Revert accidental addition of cofactor ECDH supporttb2023-07-121-16/+2
| | | | This snuck in with ech_key.c r1.33 because I committed from a dirty tree.
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+3
| | | | | | (part 2 of commit) ok jsing@
* Mop up last uses of ECDHerror() and ECDSAerror()tb2023-07-051-6/+6
| | | | ok jsing
* ECDHerror() and ECDSAerror will go awaytb2023-07-051-8/+8
| | | | | | Move some trivial ones to ECerror(). discussed with jsing
* Merge ECDH code that will stay into ecdh.ctb2023-07-051-0/+272