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
8 days
Minor simplifications in ec_cmp()
Theo Buehler
8 days
Rewrite EC_GROUP_cmp()
Theo Buehler
9 days
Simplify signature of ec_wNAF_mul()
Theo Buehler
9 days
Merge ec_kmeth into ec_key
Theo Buehler
9 days
Shuffle the global default_ec_key_meth down a few lines
Theo Buehler
9 days
Move the default EC_KEY_METHOD to the end of the file
Theo Buehler
10 days
ec_mult: fix includes
Theo Buehler
10 days
EC_KEY_copy() don't leave stale private keys in place
Theo Buehler
11 days
eck_prn: some more air to breathe
Theo Buehler
11 days
eck_prn: fix includes
Theo Buehler
11 days
ec_prn: use pkey rather than pk for an EC_KEY
Theo Buehler
11 days
eck_prn: use group rather than x for an EC_GROUP
Theo Buehler
11 days
eck_prn: use ec_key rather than x for an EC_KEY
Theo Buehler
11 days
eck_prn: consistently use bio for a BIO rather than b and bp randomly
Theo Buehler
11 days
eck_prn: sprinkle some empty lines and drop some parens for consistency
Theo Buehler
11 days
eck_prn: shuffle printing functions into a better order
Theo Buehler
13 days
Garbage collect a reference to ecp_mont.c, rewrap comment
Theo Buehler
13 days
ecp_methods.c: rewrap some lines
Theo Buehler
13 days
Lose the ugly GFp_simple_ and GFp_mont_ infixes
Theo Buehler
13 days
Make ec_GFp_simple_* static
Theo Buehler
13 days
Merge ecp_mont.c into ecp_methods.c
Theo Buehler
13 days
KNF nit for end of comment marker
Theo Buehler
13 days
Rename ecp_smpl.c to ecp_methods.c
Theo Buehler
2024-11-10
Wrap comment badly mistreated by an autoformatter due to missing /*-
Theo Buehler
2024-11-10
Garbage collect an unused variable
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-08
Relocate ECParameters_dup() to ec_asn1
Theo Buehler
2024-11-08
Rename EC_YBIT to EC_POINT_YBIT
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
affine coordinates: the intention was to move the check, not to copy it...
Theo Buehler
2024-11-03
Move point at infinity check to API boundary
Theo Buehler
2024-11-02
d2i_ECPKParameters(): unify return statement with rest of file
Theo Buehler
2024-11-02
ec_convert: remove _OCT also from the macro names
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-11-02
Rewrite/clean up ec_GFp_simple_set_compressed_coordinates()
Theo Buehler
2024-11-01
Move point_conversion_t conversion to API boundary
Theo Buehler
2024-11-01
Garbage collect field_div() member.
Theo Buehler
2024-10-31
Drop the _oct from the function prefixes
Theo Buehler
2024-10-31
Retire the oct2point and point2oct EC_METHOD members
Theo Buehler
2024-10-31
Clean up the mess in i2d_EC_PRIVATEKEY()
Theo Buehler
[next]