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
2023-04-16
Drop support for the ProxyCertInfo extension
Theo Buehler
2023-04-16
Make pcy_int.h pull in x509_local.h it will need it soon
Theo Buehler
2023-04-15
Use size_t rather than int.
Joel Sing
2023-04-15
Add SHA3 digest length define that was previously missed.
Joel Sing
2023-04-15
Remove sha3() function, which will not be used or exposed.
Joel Sing
2023-04-15
Mark sha3_keccakf() as static and remove prototype from header.
Joel Sing
2023-04-15
Use memset() to zero the context, instead of zeroing manually.
Joel Sing
2023-04-15
Provide SHA3 length related defines.
Joel Sing
2023-04-15
Use the same byte order tests as we do elsewhere in libcrypto.
Joel Sing
2023-04-15
Adjust documentation of X9.31 padding mode
Theo Buehler
2023-04-15
Stop supporting the long-retired X9.31 standard
Theo Buehler
2023-04-15
Prepare rsa.h for X9.31 support removal
Theo Buehler
2023-04-15
Remove now unused GF2m perlasm generators
Theo Buehler
2023-04-15
Rename SHA3 context struct field from 'st' to 'state'.
Joel Sing
2023-04-15
Rename SHA3 context to align with existing code.
Joel Sing
2023-04-15
Move some defines out of the sha3_internal.h header.
Joel Sing
2023-04-15
Stop building GF2m assembly
Theo Buehler
2023-04-15
Revise header guards.
Joel Sing
2023-04-15
Pull constant tables out of sha3_keccakf().
Joel Sing
2023-04-15
Strip and reformat comments.
Joel Sing
2023-04-15
Apply style(9) (first pass).
Joel Sing
2023-04-15
Import sha3_internal.h.
Joel Sing
2023-04-15
Add license to sha3 files.
Joel Sing
2023-04-15
Import tiny_sha3
Joel Sing
2023-04-14
Rename the largely misnamed bn_print.c to bn_convert.c
Joel Sing
2023-04-14
Provide and use bn_copy_words() in BN_copy().
Joel Sing
2023-04-14
Add support for truncated SHA512 variants.
Joel Sing
2023-04-14
Provide soon to be used crypto_store_htobe32().
Joel Sing
2023-04-14
Use memset() and only initialise non-zero struct members.
Joel Sing
2023-04-13
Use ANSI-style functions for Base64 wrappers
Theo Buehler
2023-04-13
The NBs have been duly noted and ignored. Drop them.
Theo Buehler
2023-04-13
Zap trailing whitespace
Theo Buehler
2023-04-13
Remove files that definitely contain no code anymore
Theo Buehler
2023-04-13
Drop now useless files from the Makefile
Theo Buehler
2023-04-13
Fold ECDSA sign and verify mess into ecs_ossl.c
Theo Buehler
2023-04-13
Move RSA_generate_key() from rsa_depr.c to rsa_gen.c
Theo Buehler
2023-04-13
Move DSA_generate_parameters() from dsa_depr.c to dsa_gen.c
Theo Buehler
2023-04-13
Move DH_generate_parameters() from dh_depr.c to dh_gen.c
Theo Buehler
2023-04-13
ec_lib.c: fix a few NULL misspellings
Theo Buehler
2023-04-13
Fix various early return issues spotted by coverity
Theo Buehler
2023-04-12
remove duplicate lines
Jonathan Gray
2023-04-12
Remove now unused sha_local.h.
Joel Sing
2023-04-12
Provide and use crypto_ro{l,r}_u{32,64}().
Joel Sing
2023-04-12
Provide and use crypto_store_htobe64().
Joel Sing
2023-04-11
Handle BN_CTX at the EC API boundary.
Joel Sing
2023-04-11
Clean up unused BIGNUM.
Joel Sing
2023-04-11
Document the RETURN VALUES of BIO_method_type(3) and BIO_method_name(3)
Ingo Schwarze
2023-04-11
Recommit jsing's r1.27 - portable is ready
Theo Buehler
2023-04-11
While all the BIO_TYPE_* constants are part of the API, most of their
Ingo Schwarze
2023-04-11
Back out r1.27 using htobe64() - apparently some OS don't have it.
Theo Buehler
[prev]
[next]