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
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
2022-09-04
Mechanically expand BLOCK_CIPHER_* macros.
Joel Sing
2022-09-04
Mechanically expand BLOCK_CIPHER_* macros.
Joel Sing
2022-09-04
Mechanically expand BLOCK_CIPHER_* ciphers.
Joel Sing
2022-09-04
Remove now unused IMPLEMENT_CFBR macro.
Joel Sing
2022-09-04
Mechanically expand IMPLEMENT_CFBR macros.
Joel Sing
2022-09-03
Remove now unused IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-08-30
chacha20_poly1305_cleanup() should return 1
Theo Buehler
2022-08-27
Provide additional defines for EVP AEAD.
Joel Sing
2022-08-21
fix indent and zap trailing whitespace
Theo Buehler
2022-08-20
Provide EVP_chacha20_poly1305()
Joel Sing
2022-08-20
Remove bogus length checks from EVP_aead_chacha20_poly1305()
Joel Sing
2022-08-04
Mop up key_len assignments.
Joel Sing
2022-08-04
Mop up EVP_CIPH_FLAG_FIPS usage.
Joel Sing
2022-08-04
Remove various aesni_* defines to aes_* functions.
Joel Sing
2022-08-02
Expand BLOCK_CIPHER_* macros.
Joel Sing
2022-07-30
Reorder functions and remove unnecessary function prototypes.
Joel Sing
2022-07-26
Do not pass input length <= 0 to the cipher handlers
Theo Buehler
[next]