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
Age
Commit message (
Expand
)
Author
14 hours
Make a comment match reality better
Theo Buehler
41 hours
Unify checking for the asn1_flag
Theo Buehler
2 days
Fix some inaccuracies and gaps in the paragraph i wrote about CMAC
Ingo Schwarze
3 days
Disable small builtin curves
Theo Buehler
3 days
Simplify endian handling in SHA-3.
Joel Sing
3 days
Further refactoring of the wNAF code
Theo Buehler
4 days
Drop bn is zero special case
Theo Buehler
4 days
Further simplify after dropping wNAF modification
Theo Buehler
4 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
5 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
10 days
ec_lib: zap a useless comment
Theo Buehler
10 days
Minor simplifications in ec_cmp()
Theo Buehler
10 days
Rewrite EC_GROUP_cmp()
Theo Buehler
10 days
Simplify signature of ec_wNAF_mul()
Theo Buehler
10 days
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
Joel Sing
10 days
Remove sha512-x86_64.pl.
Joel Sing
10 days
Provide a replacement assembly implementation for SHA-512 on amd64.
Joel Sing
10 days
Add CPU capability detection for the Intel SHA extensions (aka SHA-NI).
Joel Sing
10 days
Specify size for K256 symbol.
Joel Sing
11 days
Merge ec_kmeth into ec_key
Theo Buehler
11 days
Shuffle the global default_ec_key_meth down a few lines
Theo Buehler
11 days
Move the default EC_KEY_METHOD to the end of the file
Theo Buehler
11 days
Use a better curve and a better hash for the ECDSA_do_sign() example
Theo Buehler
11 days
ec_mult: fix includes
Theo Buehler
12 days
EC_KEY_copy() don't leave stale private keys in place
Theo Buehler
12 days
x509_policy.c: point at RFC 9618
Theo Buehler
13 days
eck_prn: some more air to breathe
Theo Buehler
13 days
eck_prn: fix includes
Theo Buehler
13 days
ec_prn: use pkey rather than pk for an EC_KEY
Theo Buehler
13 days
eck_prn: use group rather than x for an EC_GROUP
Theo Buehler
13 days
eck_prn: use ec_key rather than x for an EC_KEY
Theo Buehler
13 days
eck_prn: consistently use bio for a BIO rather than b and bp randomly
Theo Buehler
13 days
eck_prn: sprinkle some empty lines and drop some parens for consistency
Theo Buehler
13 days
eck_prn: shuffle printing functions into a better order
Theo Buehler
13 days
AES_{decrypt,encrypt}() don't return void internal function
Theo Buehler
2024-11-12
Link the new manual page EVP_PKEY_new_CMAC_key(3) to the build
Ingo Schwarze
2024-11-12
Document EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readers
Ingo Schwarze
[next]