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
Age
Commit message (
Expand
)
Author
2023-04-18
Use NULL, not 0 for pointers and use an explicit comparison against NULL.
Theo Buehler
2023-04-18
Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128
Theo Buehler
2023-04-18
Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
Theo Buehler
2023-04-16
Mark public bn_nist and ec_nist API for removal
Theo Buehler
2023-04-16
Mark EC_KEY_{get,insert}_method_data() for removal
Theo Buehler
2023-04-13
ec_lib.c: fix a few NULL misspellings
Theo Buehler
2023-04-13
Fix various early return issues spotted by coverity
Theo Buehler
2023-04-11
Handle BN_CTX at the EC API boundary.
Joel Sing
2023-04-11
Clean up unused BIGNUM.
Joel Sing
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-15
Return the signature length after successful signing operation
Theo Buehler
2023-03-08
Fix a EC_GROUP_clear_free() that snuck through.
Joel Sing
2023-03-08
Fix previous.
Joel Sing
2023-03-08
Always clear EC groups and points on free.
Joel Sing
2023-03-08
Stop trying to use EC_GFp_nist_method().
Joel Sing
2023-03-08
Remove EC_FLAGS_DEFAULT_OCT.
Joel Sing
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2023-03-07
Fix another return value check for CMS_SharedInfo_encode()
Theo Buehler
2023-03-07
Move EC_GFp_simple_method() to the bottom of the file.
Joel Sing
2023-03-07
Use static functions for EC_GF2m_simple_method() implementation.
Joel Sing
2023-03-07
Use static functions for EC_GFp_nist_method() implementation.
Joel Sing
2023-03-07
Use static functions for EC_GFp_mont_method() implementation.
Joel Sing
2023-03-07
Fix formatting of comments.
Joel Sing
2023-03-07
Consolidate clear code for EC_GFp_mont_method.
Joel Sing
2023-03-06
Fix some return checks in ecdh_cms_encrypt()
Theo Buehler
2023-03-05
Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.
Joel Sing
2023-03-05
Remove ec_GFp_nistp.* prototypes.
Joel Sing
2023-03-05
Remove duplicate function prototypes.
Joel Sing
2023-03-04
Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.
Joel Sing
2023-03-04
Rename field_data1 and field_data2.
Joel Sing
2023-02-07
libcrypto/ec: another missing point-on-curve check
Theo Buehler
2023-01-14
Remove unused Elliptic Curve code.
Joel Sing
2023-01-14
Clean up and simplify EC_KEY handling, mostly from a BN_CTX perspective.
Joel Sing
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-24
Merge the second y_bit check into the first one where it belongs
Theo Buehler
2022-11-24
Simplify y_bit handling in compressed coordinates
Theo Buehler
2022-11-24
Clean up EC_METHOD and EC_GROUP definitions
Theo Buehler
2022-11-24
Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1.
Joel Sing
2022-11-24
Call bn_expand() rather than handrolling an equivalent.
Joel Sing
2022-11-23
Fix leaks in ecx_set_{priv,pub}_key()
Theo Buehler
2022-11-23
Remove bn_* defines/prototypes.
Joel Sing
2022-11-22
Fix some whitespace and comment formatting
Theo Buehler
2022-11-19
Fix an annoying quirk in the EC code
Theo Buehler
2022-11-19
whitespace
Theo Buehler
2022-11-10
Implement EVP interfaces for Ed25519 and X25519.
Joel Sing
2022-11-10
Fix a few more leaks in *_print() functions.
Tobias Heider
2022-08-29
static const, not const static
Jonathan Gray
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-06-30
Replace obj_mac.h with object.h
Theo Buehler
[next]