Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some unneeded includes from ecdh.c | tb | 2023-07-28 | 1 | -4/+1 |
* | Pull up zeroing of out; drop unnecessary check | tb | 2023-07-28 | 1 | -4/+3 |
* | Rename buflen to buf_len, use calloc/freezero | tb | 2023-07-28 | 1 | -7/+8 |
* | Move KDF handling to ECDH_compute_key() | tb | 2023-07-28 | 1 | -31/+55 |
* | Fix two EC_POINT_is_on_curve() checks | tb | 2023-07-24 | 1 | -2/+2 |
* | Revert accidental addition of cofactor ECDH support | tb | 2023-07-12 | 1 | -16/+2 |
* | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 1 | -1/+3 |
* | Mop up last uses of ECDHerror() and ECDSAerror() | tb | 2023-07-05 | 1 | -6/+6 |
* | ECDHerror() and ECDSAerror will go away | tb | 2023-07-05 | 1 | -8/+8 |
* | Merge ECDH code that will stay into ecdh.c | tb | 2023-07-05 | 1 | -0/+272 |