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_local.h
Age
Commit message (
Expand
)
Author
10 days
Make ec_GFp_simple_* static
Theo Buehler
2024-11-01
Garbage collect field_div() member.
Theo Buehler
2024-10-31
Retire the oct2point and point2oct EC_METHOD members
Theo Buehler
2024-10-30
Provide ec_point_from_octets()
Theo Buehler
2024-10-30
Add a convenience wrapper for EC_POINT_point2oct()
Theo Buehler
2024-10-28
Expose eckey_compute_key() from ec_ameth
Theo Buehler
2024-10-22
Provide and use ec_group_get_field_type()
Theo Buehler
2024-10-18
Enforce that EC Parameters correspond to a builtin curve
Theo Buehler
2024-10-15
Provide EC_GROUP_get0_cofactor() for internal use
Theo Buehler
2024-10-03
Remove the unused field_mod_func from EC_GROUP
Theo Buehler
2023-11-29
Ignore ENGINE at the API boundary
Theo Buehler
2023-07-28
Stop including ecdsa.h and ecdh.h internally
Theo Buehler
2023-07-28
Move KDF handling to ECDH_compute_key()
Theo Buehler
2023-07-05
Drop useless ossl_ prefixes
Theo Buehler
2023-07-03
Provide internal-only EC_GROUP_get0_order()
Theo Buehler
2023-06-27
Remove the now unused poly[] from EC_GROUP
Theo Buehler
2023-06-25
Remove prototypes for EC_KEY_{get,insert}_key_method_data()
Theo Buehler
2023-06-25
Move ecdh_KDF_X9_63() to ec_local.h
Theo Buehler
2023-06-25
Remove EC_EXTRA_DATA
Theo Buehler
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-12
Remove prototypes for various ec_GF2m_* functions that no longer exist.
Joel Sing
2023-04-27
Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.h
Theo Buehler
2023-04-25
Move EC_KEY_{insert,set}_key_method_data() to internal-only
Theo Buehler
2023-03-08
Always clear EC groups and points on free.
Joel Sing
2023-03-08
Remove EC_FLAGS_DEFAULT_OCT.
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-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
2022-11-26
Make internal header file names consistent
Theo Buehler