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