| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 1 | -2/+2 |
| * | Make EC_KEY_precompute_mult() return 1 directly | tb | 2025-01-25 | 1 | -2/+2 |
| * | ec_key_gen() is unused outside ec_key.c, so make it static | tb | 2025-01-11 | 1 | -2/+2 |
| * | Move EC_KEY_METHOD_DYNAMIC next to the two methods using it | tb | 2025-01-11 | 1 | -1/+3 |
| * | Merge ec_kmeth into ec_key | tb | 2024-11-16 | 1 | -1/+271 |
| * | EC_KEY_copy() don't leave stale private keys in place | tb | 2024-11-15 | 1 | -6/+3 |
| * | Clean up EC_KEY_dup() | tb | 2024-11-08 | 1 | -10/+15 |
| * | Sweep over EC_KEY_copy() | tb | 2024-11-08 | 1 | -32/+28 |
| * | Clean up EC_KEY_free | tb | 2024-11-08 | 1 | -14/+11 |
| * | Clean up EC_KEY_new_by_curve_name() | tb | 2024-11-08 | 1 | -14/+20 |
| * | EC_POINT_is_at_infinity() returns a boolean | tb | 2024-11-05 | 1 | -3/+3 |
| * | Inline a use of EC_GROUP_method_of() | tb | 2024-10-22 | 1 | -2/+2 |
| * | Unify *_up_ref() implementations | tb | 2024-03-27 | 1 | -3/+2 |
| * | Ignore ENGINE at the API boundary | tb | 2023-11-29 | 1 | -2/+2 |
| * | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 1 | -17/+1 |
| * | Make the bn_rand_interval() API a bit more ergonomic | tb | 2023-08-03 | 1 | -2/+2 |
| * | Hide symbols in hkdf, evp, err, ecdsa, and ec | beck | 2023-07-07 | 1 | -1/+27 |
| * | Drop useless ossl_ prefixes | tb | 2023-07-05 | 1 | -2/+2 |
| * | Convert ossl_ec_key_gen() and EC_KEY_check_key() | tb | 2023-07-03 | 1 | -23/+6 |
| * | Remove EC_EXTRA_DATA | tb | 2023-06-25 | 1 | -49/+1 |
| * | Replace the remaining BN_copy() with bn_copy() | tb | 2023-03-27 | 1 | -2/+2 |
| * | Call BN_free() instead of BN_clear_free(). | jsing | 2023-03-07 | 1 | -2/+2 |
| * | Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective. | jsing | 2023-01-14 | 1 | -59/+80 |
| * | Make internal header file names consistent | tb | 2022-11-26 | 1 | -3/+3 |
| * | Fix an annoying quirk in the EC code | tb | 2022-11-19 | 1 | -23/+23 |
| * | whitespace | tb | 2022-11-19 | 1 | -17/+17 |
| * | Simplify code after adding EC_POINT_{s,g}et_affine_coordinates() | tb | 2021-04-20 | 1 | -25/+6 |
| * | Prepare to provide EC_POINT_{g,s}et_affine_coordinates | tb | 2021-04-20 | 1 | -5/+5 |
| * | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -2/+11 |
| * | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | tb | 2019-01-19 | 1 | -21/+70 |
| * | Avoid dereferencing eckey before checking it for NULL. | tb | 2018-11-09 | 1 | -5/+6 |
| * | unrevert the use of bn_rand_interval(). | tb | 2018-11-06 | 1 | -5/+4 |
| * | revert use of bn_rand_interval due to failures with ECDHE and TLS | tb | 2018-11-06 | 1 | -4/+5 |
| * | Make use of bn_rand_interval() where appropriate. | tb | 2018-11-05 | 1 | -5/+4 |
| * | Eliminate a few "} else" branches, a few unneeded NULL checks before | tb | 2018-11-05 | 1 | -16/+12 |
| * | recommit label indentation part of the backout; clearly unrelated to the | tb | 2018-07-15 | 1 | -4/+4 |
| * | back out ecc constant time changes | jsg | 2018-07-15 | 1 | -4/+4 |
| * | Indent labels by a space so they don't obliterate function names in diffs. | tb | 2018-07-10 | 1 | -4/+4 |
| * | use freezero() instead of memset/explicit_bzero + free. Substantially | deraadt | 2017-05-02 | 1 | -4/+2 |
| * | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -17/+15 |
| * | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 1 | -2/+2 |
| * | BN_CTX_get() can fail - consistently check its return value. | jsing | 2015-02-09 | 1 | -3/+6 |
| * | Use `> 0' instead of `!= 0' as a successful condition for | miod | 2015-02-08 | 1 | -4/+4 |
| * | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 1 | -29/+15 |
| * | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 1 | -1/+4 |
| * | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| * | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| * | knf approximation | tedu | 2014-05-06 | 1 | -215/+219 |
| * | kill REF_PRINT/REF_CHECK debugging framework noone would use | deraadt | 2014-04-17 | 1 | -20/+0 |
| * | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -2/+2 |