Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two EC_POINT_is_on_curve() checks | tb | 2023-07-24 | 1 | -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 support | tb | 2023-07-12 | 1 | -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 ec | beck | 2023-07-07 | 1 | -1/+3 |
| | | | | | | (part 2 of commit) ok jsing@ | ||||
* | Mop up last uses of ECDHerror() and ECDSAerror() | tb | 2023-07-05 | 1 | -6/+6 |
| | | | | ok jsing | ||||
* | ECDHerror() and ECDSAerror will go away | tb | 2023-07-05 | 1 | -8/+8 |
| | | | | | | Move some trivial ones to ECerror(). discussed with jsing | ||||
* | Merge ECDH code that will stay into ecdh.c | tb | 2023-07-05 | 1 | -0/+272 |