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
/
evp
Age
Commit message (
Expand
)
Author
2023-04-26
Remove e_old.c again
Theo Buehler
2023-04-25
Reinstate e_old.c it is still used by -portable
Theo Buehler
2023-04-25
e_old can also go
Theo Buehler
2023-04-25
Move truncated sha-2 and sha3 out of #ifdef wrappers
Theo Buehler
2023-04-25
Remove X9.31 support
Theo Buehler
2023-04-25
Wire up truncated SHA-2, SHA-3 and related things
Theo Buehler
2023-04-16
Provide EVP methods for SHA3 224/256/384/512.
Joel Sing
2023-04-16
Provide EVP methods for SHA512/224 and SHA512/256.
Joel Sing
2023-04-09
Provide and use sha{224,384}_{update,final} functions.
Joel Sing
2023-04-09
Rename SHA functions to have sha{1,224,256,384,512}_ prefix.
Joel Sing
2023-03-10
Expose the EVP_CIPHER_meth_* API (setter only) in evp.h
Theo Buehler
2023-03-01
Convert EVP_CIPHER_meth_dup() to using calloc()
Theo Buehler
2023-03-01
Make cipher_method_lib.c compile with LibreSSL
Theo Buehler
2023-03-01
Add EVP_CIPHER_meth_* prototypes to evp.h
Theo Buehler
2023-03-01
Make the cleanup() method return an int again
Theo Buehler
2023-03-01
Fix line wrapping of function pointer arguments
Theo Buehler
2023-03-01
First KNF approximation as per knfmt(1)
Theo Buehler
2023-03-01
Drop the EVP_CIPHER_METH_get_* functions
Theo Buehler
2023-03-01
Add RCS tag
Theo Buehler
2023-03-01
Revert OpenSSL commit aa6bb135
Theo Buehler
2023-03-01
libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.c
Theo Buehler
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-11-26
Make header guards of internal headers consistent
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-18
Change the pkey.ptr from char * to void *
Theo Buehler
2022-11-13
Expose various EVP hooks for Ed25519 and X25519
Theo Buehler
2022-11-10
Implement EVP interfaces for Ed25519 and X25519.
Joel Sing
2022-11-10
Provide digestsign/digestverify hooks for EVP_PKEY_METHOD.
Joel Sing
2022-11-10
Port EVP raw key API from OpenSSL.
Joel Sing
2022-11-09
Fix up indentation for EVP_PKEY_* defines.
Joel Sing
2022-11-09
Clean up EVP_PKEY_METHOD related tables and code.
Joel Sing
2022-11-09
Sort EVP_PKEY_METHOD externs.
Joel Sing
2022-10-21
Add EVP_chacha20_poly1305()
Theo Buehler
2022-09-15
Use LONG_MAX as the limit for ciphers with long based APIs.
Joel Sing
2022-09-13
Stop pretending that EVP_CIPHER cleanup can fail.
Joel Sing
2022-09-11
Expose EVP_chacha20_poly1305()
Theo Buehler
2022-09-11
Expose various EVP AEAD constants for EVP ChaCha and QUIC
Theo Buehler
2022-09-10
Increment the input and output position for EVP AES CFB1.
Joel Sing
2022-09-10
Use correct length for EVP CFB mode ciphers.
Joel Sing
2022-09-06
Replace aes_{ccm,xts}_cleanup usage with NULL.
Joel Sing
2022-09-06
Stop casting a size_t to a long and then passing it as a size_t.
Joel Sing
2022-09-04
Remove dead code.
Joel Sing
2022-09-04
Remove dead code.
Joel Sing
2022-09-04
Add bounds checks for various EVP cipher implementations.
Joel Sing
2022-09-04
Remove dead code.
Joel Sing
2022-09-04
Expand the looney M_do_cipher macro.
Joel Sing
2022-09-04
Rearrange some functions.
Joel Sing
2022-09-04
Remove now unused EVP_C_DATA macro.
Joel Sing
2022-09-04
Remove now unused BLOCK_CIPHER_* macros.
Joel Sing
2022-09-04
Expand BLOCK_CIPHER_* macros.
Joel Sing
[next]