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
30 hours
Unify checking for the asn1_flag
Theo Buehler
2 days
Disable small builtin curves
Theo Buehler
3 days
Further refactoring of the wNAF code
Theo Buehler
3 days
Drop bn is zero special case
Theo Buehler
3 days
Further simplify after dropping wNAF modification
Theo Buehler
3 days
Ditch the wNAF modification
Theo Buehler
4 days
Comment tweak from jsing with another tweak by me
Theo Buehler
4 days
Stop using BIGNUM internals, add some clarifying comments
Theo Buehler
4 days
Rewrite the crazy while loop into a for loop
Theo Buehler
4 days
First pass over compute_wNAF()
Theo Buehler
4 days
Swap the order of m and n in ec_wNAF_precompute()
Theo Buehler
4 days
Split two helpers out of ec_wNAF_mul()
Theo Buehler
4 days
Rename curve_name into nid
Theo Buehler
4 days
Use OPENSSL_EC_EXPLICIT_CURVE rather than 0
Theo Buehler
5 days
Garbage collect the now unused totalnum
Theo Buehler
5 days
Move wNAF[], wNAF_len[], wsize[] to the stack
Theo Buehler
5 days
Change 0 - digit to -digit
Theo Buehler
5 days
Rename val_sub[] into row[] and move it to the stack
Theo Buehler
5 days
ec_wNAF_mul(): lose two levels of indentation
Theo Buehler
5 days
ec_wNAF_mul(): remove r_is_at_infinity silliness
Theo Buehler
9 days
ec_lib: zap a useless comment
Theo Buehler
9 days
Minor simplifications in ec_cmp()
Theo Buehler
9 days
Rewrite EC_GROUP_cmp()
Theo Buehler
10 days
Simplify signature of ec_wNAF_mul()
Theo Buehler
10 days
Merge ec_kmeth into ec_key
Theo Buehler
10 days
Shuffle the global default_ec_key_meth down a few lines
Theo Buehler
10 days
Move the default EC_KEY_METHOD to the end of the file
Theo Buehler
11 days
ec_mult: fix includes
Theo Buehler
11 days
EC_KEY_copy() don't leave stale private keys in place
Theo Buehler
12 days
eck_prn: some more air to breathe
Theo Buehler
12 days
eck_prn: fix includes
Theo Buehler
12 days
ec_prn: use pkey rather than pk for an EC_KEY
Theo Buehler
12 days
eck_prn: use group rather than x for an EC_GROUP
Theo Buehler
12 days
eck_prn: use ec_key rather than x for an EC_KEY
Theo Buehler
12 days
eck_prn: consistently use bio for a BIO rather than b and bp randomly
Theo Buehler
12 days
eck_prn: sprinkle some empty lines and drop some parens for consistency
Theo Buehler
12 days
eck_prn: shuffle printing functions into a better order
Theo Buehler
2024-11-12
Garbage collect a reference to ecp_mont.c, rewrap comment
Theo Buehler
2024-11-12
ecp_methods.c: rewrap some lines
Theo Buehler
2024-11-12
Lose the ugly GFp_simple_ and GFp_mont_ infixes
Theo Buehler
2024-11-12
Make ec_GFp_simple_* static
Theo Buehler
2024-11-12
Merge ecp_mont.c into ecp_methods.c
Theo Buehler
2024-11-12
KNF nit for end of comment marker
Theo Buehler
2024-11-12
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
[next]