| 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 |
* | Merge ecdh.h into ec.h | tb | 2023-07-28 | 1 | -91/+3 |
* | Excise ECDH_METHOD | tb | 2023-07-28 | 2 | -159/+1 |
* | Remove ECDH errors | tb | 2023-07-28 | 2 | -112/+1 |
* | 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 | 3 | -3/+13 |
* | 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 | 2 | -122/+63 |
* | Drop useless ossl_ prefixes | tb | 2023-07-05 | 2 | -10/+23 |
* | Unconditionally zero the ECDH key | tb | 2023-07-02 | 1 | -6/+3 |
* | Move the EC_POINT a bit down and a * to the right place | tb | 2023-07-02 | 1 | -3/+3 |
* | ech_key.c: Fix includes | tb | 2023-07-02 | 1 | -3/+4 |
* | Reverse polarity to avoid an overlong line | tb | 2023-07-01 | 1 | -5/+6 |
* | Reword comment to fit on a single line | tb | 2023-07-01 | 1 | -5/+2 |
* | tmp is a silly name for a point on an elliptic curve | tb | 2023-07-01 | 1 | -6/+6 |
* | Garbage collect the now unused len | tb | 2023-07-01 | 1 | -5/+3 |
* | Test and assign for EC_KEY_get0_private_key() | tb | 2023-07-01 | 1 | -3/+2 |
* | Add a missing NULL check for group | tb | 2023-07-01 | 1 | -2/+3 |
* | Reference commit needed in the next major bump | tb | 2023-07-01 | 1 | -2/+2 |
* | Simplify handling of ret | tb | 2023-07-01 | 1 | -6/+6 |
* | Use BN_bn2binpad() instead of handrolling it | tb | 2023-07-01 | 1 | -5/+3 |
* | Remove unused y from ECDH key computation | tb | 2023-07-01 | 1 | -5/+5 |
* | Add missing RCS marker | tb | 2023-06-25 | 1 | -0/+1 |
* | Remove unneeded bn_local.h and drop a NULL check | tb | 2023-06-25 | 1 | -5/+3 |
* | Remove ech_local.h | tb | 2023-06-25 | 1 | -65/+0 |
* | Stop including ech_local.h | tb | 2023-06-25 | 2 | -3/+4 |
* | Move ecdh_KDF_X9_63() to ec_local.h | tb | 2023-06-25 | 1 | -7/+1 |
* | Move ECDH_size() to ech_key.c | tb | 2023-06-25 | 2 | -8/+8 |
* | Move the ecdh_method struct declaration to ech_lib.c | tb | 2023-06-25 | 2 | -11/+10 |
* | Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c | tb | 2023-06-25 | 2 | -13/+13 |
* | Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATA | tb | 2023-06-25 | 2 | -109/+2 |
* | Remove method wrappers that use {ecdh,ecdsa}_check() | tb | 2023-06-25 | 1 | -21/+4 |
* | Make ECDH and ECDSA ex_data handlers always fail | tb | 2023-06-25 | 1 | -13/+4 |
* | Make {ECDH,ECDSA}_set_method() always fail | tb | 2023-06-25 | 1 | -14/+2 |
* | ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD | tb | 2023-06-25 | 1 | -9/+1 |
* | Move EC_KEY_{insert,set}_key_method_data() to internal-only | tb | 2023-04-25 | 1 | -2/+4 |
* | Move some includes out of OPENSSL_NO_DEPRECATED | tb | 2023-04-18 | 1 | -3/+1 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 1 | -4/+4 |
* | Make internal header file names consistent | tb | 2022-11-26 | 4 | -8/+8 |
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 2 | -12/+2 |
* | Replace obj_mac.h with object.h | tb | 2022-06-30 | 1 | -2/+2 |
* | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 1 | -1/+2 |
* | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 2021-04-20 | 1 | -15/+4 |
* | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 1 | -5/+3 |
* | Replace OPENSSL_cleanse() with explicit_bzero(). | jsing | 2019-09-05 | 1 | -1/+1 |