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-06-25
ec_local.h: move ec_group_simple_order_bits down a bit
Theo Buehler
2023-06-24
Remove precompute_mult/have_precompute_mult from EC_METHOD.
Joel Sing
2023-06-24
Mop up EC_GROUP precomp machinery.
Joel Sing
2023-06-24
Mop up ec_wNAF_{,have_}precompute_mult().
Joel Sing
2023-06-23
Fix return check for BN_hex2bn()
Theo Buehler
2023-06-20
Consolidate elliptic curve cofactor handling
Theo Buehler
2023-06-12
Remove prototypes for various ec_GF2m_* functions that no longer exist.
Joel Sing
2023-05-04
Rewrite ECParameters_dup()
Theo Buehler
2023-05-04
Use size_t instead of int in EC_POINT_point2oct()
Theo Buehler
2023-05-04
Fix line wrapping
Theo Buehler
2023-05-04
Fix function name in doc comment
Theo Buehler
2023-05-03
Fix a few KNF/whitespace issues
Theo Buehler
2023-05-02
Rename P into generator
Theo Buehler
2023-05-02
Simplify EC_GROUP_new_by_curve_name()
Theo Buehler
2023-05-01
stray whitespace
Theo Buehler
2023-05-01
Add a missing pair of braces.
Theo Buehler
2023-05-01
Use uppercase for the CURVE_LIST_LENGTH macro
Theo Buehler
2023-05-01
Consistently use lowercase hex digits for curve parameters
Theo Buehler
2023-05-01
Now that we have C99 initializers, garbage collect some comments
Theo Buehler
2023-05-01
Rework the curve list to use actual structs instead of a custom
Theo Buehler
2023-05-01
Drop the now unnecessary and unused field_type from the curve data
Theo Buehler
2023-05-01
Convert EC_CURVE_DATA to C99 initializers
Theo Buehler
2023-05-01
Simplify ec_group_new_from_data() further
Theo Buehler
2023-05-01
Drop some dead code
Theo Buehler
2023-05-01
Remove pointless/wrong .meth = 0 entries from curves_list[]
Theo Buehler
2023-05-01
Mechanically convert curve_list[] to C99 initializers
Theo Buehler
2023-05-01
Clean up handling of nist_curves[]
Theo Buehler
2023-04-27
Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.h
Theo Buehler
2023-04-27
Nuke doxygen noise
Theo Buehler
2023-04-26
Clean up ec.h a little.
Theo Buehler
2023-04-25
GF2m bites the dust. It won't be missed.
Theo Buehler
2023-04-25
Remove prototype of EC_GFp_nist_method()
Theo Buehler
2023-04-25
Move EC_KEY_{insert,set}_key_method_data() to internal-only
Theo Buehler
2023-04-25
Remove the horror show that is bn_nist and ecp_nist
Theo Buehler
2023-04-25
Wire up truncated SHA-2, SHA-3 and related things
Theo Buehler
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
[next]