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
Age
Commit message (
Expand
)
Author
4 days
ec_lib: zap a useless comment
Theo Buehler
5 days
Minor simplifications in ec_cmp()
Theo Buehler
5 days
Rewrite EC_GROUP_cmp()
Theo Buehler
5 days
Simplify signature of ec_wNAF_mul()
Theo Buehler
5 days
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
Joel Sing
5 days
Remove sha512-x86_64.pl.
Joel Sing
5 days
Provide a replacement assembly implementation for SHA-512 on amd64.
Joel Sing
5 days
Add CPU capability detection for the Intel SHA extensions (aka SHA-NI).
Joel Sing
5 days
Specify size for K256 symbol.
Joel Sing
5 days
Merge ec_kmeth into ec_key
Theo Buehler
5 days
Shuffle the global default_ec_key_meth down a few lines
Theo Buehler
5 days
Move the default EC_KEY_METHOD to the end of the file
Theo Buehler
6 days
Use a better curve and a better hash for the ECDSA_do_sign() example
Theo Buehler
6 days
ec_mult: fix includes
Theo Buehler
7 days
EC_KEY_copy() don't leave stale private keys in place
Theo Buehler
7 days
x509_policy.c: point at RFC 9618
Theo Buehler
7 days
eck_prn: some more air to breathe
Theo Buehler
7 days
eck_prn: fix includes
Theo Buehler
7 days
ec_prn: use pkey rather than pk for an EC_KEY
Theo Buehler
7 days
eck_prn: use group rather than x for an EC_GROUP
Theo Buehler
7 days
eck_prn: use ec_key rather than x for an EC_KEY
Theo Buehler
7 days
eck_prn: consistently use bio for a BIO rather than b and bp randomly
Theo Buehler
7 days
eck_prn: sprinkle some empty lines and drop some parens for consistency
Theo Buehler
7 days
eck_prn: shuffle printing functions into a better order
Theo Buehler
8 days
AES_{decrypt,encrypt}() don't return void internal function
Theo Buehler
9 days
The subject of a certificate is not optional
Theo Buehler
9 days
Update libexpat to version 2.6.4.
Alexander Bluhm
9 days
Link the new manual page EVP_PKEY_new_CMAC_key(3) to the build
Ingo Schwarze
9 days
Document EVP_PKEY_new_CMAC_key(3) in sufficient detail such that readers
Ingo Schwarze
9 days
Add comment for crypto_cpu_caps_aarch64.
Joel Sing
9 days
Use multipliers for stack offsets and tweak comment.
Joel Sing
9 days
Check the correct variable in cpuid().
Joel Sing
9 days
Garbage collect a reference to ecp_mont.c, rewrap comment
Theo Buehler
9 days
ecp_methods.c: rewrap some lines
Theo Buehler
9 days
Lose the ugly GFp_simple_ and GFp_mont_ infixes
Theo Buehler
9 days
Make ec_GFp_simple_* static
Theo Buehler
9 days
Merge ecp_mont.c into ecp_methods.c
Theo Buehler
9 days
KNF nit for end of comment marker
Theo Buehler
9 days
Rename ecp_smpl.c to ecp_methods.c
Theo Buehler
10 days
Fix a brainfart that happened to me in 2020:
Ingo Schwarze
12 days
Wrap comment badly mistreated by an autoformatter due to missing /*-
Theo Buehler
12 days
Garbage collect an unused variable
Theo Buehler
12 days
Mention the key lengths of some encryption algorithms.
Ingo Schwarze
12 days
libz: sync with upstream
Theo Buehler
13 days
Weed out the last remaining refences to the obsolete
Ingo Schwarze
13 days
Clean up EC_KEY_dup()
Theo Buehler
13 days
Sweep over EC_KEY_copy()
Theo Buehler
13 days
Clean up EC_KEY_free
Theo Buehler
13 days
Clean up EC_KEY_new_by_curve_name()
Theo Buehler
13 days
List CMAC_CTX_copy(3) in the SYNOPSIS. It was already
Ingo Schwarze
[next]