index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
ec
/
ec_key.c
Age
Commit message (
Expand
)
Author
13 days
Merge ec_kmeth into ec_key
Theo Buehler
14 days
EC_KEY_copy() don't leave stale private keys in place
Theo Buehler
2024-11-08
Clean up EC_KEY_dup()
Theo Buehler
2024-11-08
Sweep over EC_KEY_copy()
Theo Buehler
2024-11-08
Clean up EC_KEY_free
Theo Buehler
2024-11-08
Clean up EC_KEY_new_by_curve_name()
Theo Buehler
2024-11-05
EC_POINT_is_at_infinity() returns a boolean
Theo Buehler
2024-10-22
Inline a use of EC_GROUP_method_of()
Theo Buehler
2024-03-27
Unify *_up_ref() implementations
Theo Buehler
2023-11-29
Ignore ENGINE at the API boundary
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libcrypto
Theo Buehler
2023-08-03
Make the bn_rand_interval() API a bit more ergonomic
Theo Buehler
2023-07-07
Hide symbols in hkdf, evp, err, ecdsa, and ec
Bob Beck
2023-07-05
Drop useless ossl_ prefixes
Theo Buehler
2023-07-03
Convert ossl_ec_key_gen() and EC_KEY_check_key()
Theo Buehler
2023-06-25
Remove EC_EXTRA_DATA
Theo Buehler
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2023-01-14
Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective.
Joel Sing
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-19
Fix an annoying quirk in the EC code
Theo Buehler
2022-11-19
whitespace
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-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2019-01-19
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
Theo Buehler
2018-11-09
Avoid dereferencing eckey before checking it for NULL.
Theo Buehler
2018-11-06
unrevert the use of bn_rand_interval().
Theo Buehler
2018-11-06
revert use of bn_rand_interval due to failures with ECDHE and TLS
Theo Buehler
2018-11-05
Make use of bn_rand_interval() where appropriate.
Theo Buehler
2018-11-05
Eliminate a few "} else" branches, a few unneeded NULL checks before
Theo Buehler
2018-07-15
recommit label indentation part of the backout; clearly unrelated to the
Theo Buehler
2018-07-15
back out ecc constant time changes
Jonathan Gray
2018-07-10
Indent labels by a space so they don't obliterate function names in diffs.
Theo Buehler
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2015-02-08
Use `> 0' instead of `!= 0' as a successful condition for
Miod Vallat
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-07
malloc() result does not need a cast.
Theo de Raadt
2014-05-06
knf approximation
Ted Unangst
2014-04-17
kill REF_PRINT/REF_CHECK debugging framework noone would use
Theo de Raadt
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
remove FIPS mode support. people who require FIPS can buy something that
Ted Unangst
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller