Age | Commit message (Expand) | Author |
2023-07-28 | Remove some unneeded includes from ecdh.c | Theo Buehler |
2023-07-28 | Pull up zeroing of out; drop unnecessary check | Theo Buehler |
2023-07-28 | Rename buflen to buf_len, use calloc/freezero | Theo Buehler |
2023-07-28 | Move KDF handling to ECDH_compute_key() | Theo Buehler |
2023-07-28 | Merge ecdh.h into ec.h | Theo Buehler |
2023-07-28 | Excise ECDH_METHOD | Theo Buehler |
2023-07-28 | Remove ECDH errors | Theo Buehler |
2023-07-24 | Fix two EC_POINT_is_on_curve() checks | Theo Buehler |
2023-07-12 | Revert accidental addition of cofactor ECDH support | Theo Buehler |
2023-07-07 | Hide symbols in hkdf, evp, err, ecdsa, and ec | Bob Beck |
2023-07-05 | Mop up last uses of ECDHerror() and ECDSAerror() | Theo Buehler |
2023-07-05 | ECDHerror() and ECDSAerror will go away | Theo Buehler |
2023-07-05 | Merge ECDH code that will stay into ecdh.c | Theo Buehler |
2023-07-05 | Drop useless ossl_ prefixes | Theo Buehler |
2023-07-02 | Unconditionally zero the ECDH key | Theo Buehler |
2023-07-02 | Move the EC_POINT a bit down and a * to the right place | Theo Buehler |
2023-07-02 | ech_key.c: Fix includes | Theo Buehler |
2023-07-01 | Reverse polarity to avoid an overlong line | Theo Buehler |
2023-07-01 | Reword comment to fit on a single line | Theo Buehler |
2023-07-01 | tmp is a silly name for a point on an elliptic curve | Theo Buehler |
2023-07-01 | Garbage collect the now unused len | Theo Buehler |
2023-07-01 | Test and assign for EC_KEY_get0_private_key() | Theo Buehler |
2023-07-01 | Add a missing NULL check for group | Theo Buehler |
2023-07-01 | Reference commit needed in the next major bump | Theo Buehler |
2023-07-01 | Simplify handling of ret | Theo Buehler |
2023-07-01 | Use BN_bn2binpad() instead of handrolling it | Theo Buehler |
2023-07-01 | Remove unused y from ECDH key computation | Theo Buehler |
2023-06-25 | Add missing RCS marker | Theo Buehler |
2023-06-25 | Remove unneeded bn_local.h and drop a NULL check | Theo Buehler |
2023-06-25 | Remove ech_local.h | Theo Buehler |
2023-06-25 | Stop including ech_local.h | Theo Buehler |
2023-06-25 | Move ecdh_KDF_X9_63() to ec_local.h | Theo Buehler |
2023-06-25 | Move ECDH_size() to ech_key.c | Theo Buehler |
2023-06-25 | Move the ecdh_method struct declaration to ech_lib.c | Theo Buehler |
2023-06-25 | Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c | Theo Buehler |
2023-06-25 | Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATA | Theo Buehler |
2023-06-25 | Remove method wrappers that use {ecdh,ecdsa}_check() | Theo Buehler |
2023-06-25 | Make ECDH and ECDSA ex_data handlers always fail | Theo Buehler |
2023-06-25 | Make {ECDH,ECDSA}_set_method() always fail | Theo Buehler |
2023-06-25 | ech_local.h: remove unused ECDH_FLAG_FIPS_METHOD | Theo Buehler |
2023-04-25 | Move EC_KEY_{insert,set}_key_method_data() to internal-only | Theo Buehler |
2023-04-18 | Move some includes out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2022-11-26 | Make header guards of internal headers consistent | Theo Buehler |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-06-30 | Replace obj_mac.h with object.h | Theo Buehler |
2021-12-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-04-20 | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | Theo Buehler |
2021-04-20 | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | Theo Buehler |
2019-09-05 | Replace OPENSSL_cleanse() with explicit_bzero(). | Joel Sing |