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
2024-11-24
Disable small builtin curves
Theo Buehler
2024-11-23
Simplify endian handling in SHA-3.
Joel Sing
2024-11-23
Further refactoring of the wNAF code
Theo Buehler
2024-11-23
Drop bn is zero special case
Theo Buehler
2024-11-23
Further simplify after dropping wNAF modification
Theo Buehler
2024-11-23
Ditch the wNAF modification
Theo Buehler
2024-11-22
Comment tweak from jsing with another tweak by me
Theo Buehler
2024-11-22
Stop using BIGNUM internals, add some clarifying comments
Theo Buehler
2024-11-22
Rewrite the crazy while loop into a for loop
Theo Buehler
2024-11-22
First pass over compute_wNAF()
Theo Buehler
2024-11-22
Swap the order of m and n in ec_wNAF_precompute()
Theo Buehler
2024-11-22
Split two helpers out of ec_wNAF_mul()
Theo Buehler
2024-11-22
Rename curve_name into nid
Theo Buehler
2024-11-22
Use OPENSSL_EC_EXPLICIT_CURVE rather than 0
Theo Buehler
2024-11-22
Garbage collect the now unused totalnum
Theo Buehler
2024-11-22
Move wNAF[], wNAF_len[], wsize[] to the stack
Theo Buehler
2024-11-22
Change 0 - digit to -digit
Theo Buehler
2024-11-22
Rename val_sub[] into row[] and move it to the stack
Theo Buehler
2024-11-21
ec_wNAF_mul(): lose two levels of indentation
Theo Buehler
2024-11-21
ec_wNAF_mul(): remove r_is_at_infinity silliness
Theo Buehler
2024-11-17
ec_lib: zap a useless comment
Theo Buehler
2024-11-17
Minor simplifications in ec_cmp()
Theo Buehler
2024-11-17
Rewrite EC_GROUP_cmp()
Theo Buehler
2024-11-16
Simplify signature of ec_wNAF_mul()
Theo Buehler
2024-11-16
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
Joel Sing
2024-11-16
Remove sha512-x86_64.pl.
Joel Sing
2024-11-16
Provide a replacement assembly implementation for SHA-512 on amd64.
Joel Sing
2024-11-16
Add CPU capability detection for the Intel SHA extensions (aka SHA-NI).
Joel Sing
2024-11-16
Specify size for K256 symbol.
Joel Sing
2024-11-16
Merge ec_kmeth into ec_key
Theo Buehler
2024-11-16
Shuffle the global default_ec_key_meth down a few lines
Theo Buehler
2024-11-16
Move the default EC_KEY_METHOD to the end of the file
Theo Buehler
2024-11-15
Use a better curve and a better hash for the ECDSA_do_sign() example
Theo Buehler
2024-11-15
ec_mult: fix includes
Theo Buehler
2024-11-15
EC_KEY_copy() don't leave stale private keys in place
Theo Buehler
2024-11-14
x509_policy.c: point at RFC 9618
Theo Buehler
2024-11-14
eck_prn: some more air to breathe
Theo Buehler
2024-11-14
eck_prn: fix includes
Theo Buehler
2024-11-14
ec_prn: use pkey rather than pk for an EC_KEY
Theo Buehler
2024-11-14
eck_prn: use group rather than x for an EC_GROUP
Theo Buehler
2024-11-14
eck_prn: use ec_key rather than x for an EC_KEY
Theo Buehler
2024-11-14
eck_prn: consistently use bio for a BIO rather than b and bp randomly
Theo Buehler
2024-11-14
eck_prn: sprinkle some empty lines and drop some parens for consistency
Theo Buehler
2024-11-14
eck_prn: shuffle printing functions into a better order
Theo Buehler
2024-11-13
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
2024-11-12
Add comment for crypto_cpu_caps_aarch64.
Joel Sing
2024-11-12
Use multipliers for stack offsets and tweak comment.
Joel Sing
2024-11-12
Check the correct variable in cpuid().
Joel Sing
[next]