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_lib.c
Age
Commit message (
Expand
)
Author
5 days
ec_lib: zap a useless comment
Theo Buehler
5 days
Rewrite EC_GROUP_cmp()
Theo Buehler
2024-11-08
Relocate ECParameters_dup() to ec_asn1
Theo Buehler
2024-11-08
Ugh. Don't return the group after freeing it
Theo Buehler
2024-11-06
EC_GROUP_set_seed(): flip order of seed and len null checks
Theo Buehler
2024-11-06
Treat the curls in EC_GROUP_dup() with a flatiron
Theo Buehler
2024-11-06
Clean up EC_GROUP_copy()
Theo Buehler
2024-11-06
Switch EC_GROUP_new() to calloc()
Theo Buehler
2024-11-05
EC_POINT_is_at_infinity() returns a boolean
Theo Buehler
2024-11-04
Rewrite EC_POINT_new() and EC_POINT_dup()
Theo Buehler
2024-11-03
Move point at infinity check to API boundary
Theo Buehler
2024-11-02
Fix includes in ec_lib and ecp_smpl
Theo Buehler
2024-11-02
Merge compressed coordinate setting back into ecp_smpl and ec_lib
Theo Buehler
2024-10-25
Minor cosmetic tweaks for EC_GROUP_set_seed()
Theo Buehler
2024-10-22
Provide and use ec_group_get_field_type()
Theo Buehler
2024-10-19
EC_GROUP_check(): zap useless comments
Theo Buehler
2024-10-19
Move EC_GROUP_check() to ec_lib.c
Theo Buehler
2024-10-18
Move EC_GROUP_new_curve_GFp() into ec_lib.c
Theo Buehler
2024-10-15
Unindent error check in EC_GROUP_set_generator()
Theo Buehler
2024-10-15
Provide EC_GROUP_get0_cofactor() for internal use
Theo Buehler
2024-04-23
One empty line is enough
Theo Buehler
2024-04-10
Hide deprecated functions in ec.h
Bob Beck
2023-07-25
EC_POINT_is_on_curve() error is -1, not 0.
Theo Buehler
2023-07-07
Unbreak the namespace build after a broken mk.conf and tool misfire had
Bob Beck
2023-07-07
Hide symbols in hkdf, evp, err, ecdsa, and ec
Bob Beck
2023-07-03
Provide internal-only EC_GROUP_get0_order()
Theo Buehler
2023-06-25
Remove EC_EXTRA_DATA
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-20
Consolidate elliptic curve cofactor handling
Theo Buehler
2023-05-04
Rewrite ECParameters_dup()
Theo Buehler
2023-04-25
GF2m bites the dust. It won't be missed.
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-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-08
Fix previous.
Joel Sing
2023-03-08
Always clear EC groups and points on free.
Joel Sing
2023-03-07
Call BN_free() instead of BN_clear_free().
Joel Sing
2023-02-07
libcrypto/ec: another missing point-on-curve check
Theo Buehler
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-04-07
Avoid infinite loop for custom curves of order 1
Theo Buehler
2022-03-29
Bound cofactor in EC_GROUP_set_generator()
Theo Buehler
2022-03-29
Do not zero cofactor on ec_guess_cofactor() success
Theo Buehler
2022-03-29
Zap trailing whitespace
Theo Buehler
2021-09-12
Default to using named curve parameter encoding
Theo Buehler
2021-09-08
Prepare to provide EC_GROUP_order_bits()
Theo Buehler
2021-04-20
Compare function pointers against NULL, not 0.
Theo Buehler
2021-04-20
Provide EC_POINT_{g,s}et_Jprojective_coordinates for internal use
Theo Buehler
[next]