summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp
AgeCommit message (Expand)Author
2022-11-26Make header guards of internal headers consistentTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-18Change the pkey.ptr from char * to void *Theo Buehler
2022-11-13Expose various EVP hooks for Ed25519 and X25519Theo Buehler
2022-11-10Implement EVP interfaces for Ed25519 and X25519.Joel Sing
2022-11-10Provide digestsign/digestverify hooks for EVP_PKEY_METHOD.Joel Sing
2022-11-10Port EVP raw key API from OpenSSL.Joel Sing
2022-11-09Fix up indentation for EVP_PKEY_* defines.Joel Sing
2022-11-09Clean up EVP_PKEY_METHOD related tables and code.Joel Sing
2022-11-09Sort EVP_PKEY_METHOD externs.Joel Sing
2022-10-21Add EVP_chacha20_poly1305()Theo Buehler
2022-09-15Use LONG_MAX as the limit for ciphers with long based APIs.Joel Sing
2022-09-13Stop pretending that EVP_CIPHER cleanup can fail.Joel Sing
2022-09-11Expose EVP_chacha20_poly1305()Theo Buehler
2022-09-11Expose various EVP AEAD constants for EVP ChaCha and QUICTheo Buehler
2022-09-10Increment the input and output position for EVP AES CFB1.Joel Sing
2022-09-10Use correct length for EVP CFB mode ciphers.Joel Sing
2022-09-06Replace aes_{ccm,xts}_cleanup usage with NULL.Joel Sing
2022-09-06Stop casting a size_t to a long and then passing it as a size_t.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Add bounds checks for various EVP cipher implementations.Joel Sing
2022-09-04Remove dead code.Joel Sing
2022-09-04Expand the looney M_do_cipher macro.Joel Sing
2022-09-04Rearrange some functions.Joel Sing
2022-09-04Remove now unused EVP_C_DATA macro.Joel Sing
2022-09-04Remove now unused BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Expand BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Mechanically expand BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Mechanically expand BLOCK_CIPHER_* macros.Joel Sing
2022-09-04Mechanically expand BLOCK_CIPHER_* ciphers.Joel Sing
2022-09-04Remove now unused IMPLEMENT_CFBR macro.Joel Sing
2022-09-04Mechanically expand IMPLEMENT_CFBR macros.Joel Sing
2022-09-03Remove now unused IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-08-30chacha20_poly1305_cleanup() should return 1Theo Buehler
2022-08-27Provide additional defines for EVP AEAD.Joel Sing
2022-08-21fix indent and zap trailing whitespaceTheo Buehler
2022-08-20Provide EVP_chacha20_poly1305()Joel Sing
2022-08-20Remove bogus length checks from EVP_aead_chacha20_poly1305()Joel Sing
2022-08-04Mop up key_len assignments.Joel Sing
2022-08-04Mop up EVP_CIPH_FLAG_FIPS usage.Joel Sing
2022-08-04Remove various aesni_* defines to aes_* functions.Joel Sing
2022-08-02Expand BLOCK_CIPHER_* macros.Joel Sing
2022-07-30Reorder functions and remove unnecessary function prototypes.Joel Sing
2022-07-26Do not pass input length <= 0 to the cipher handlersTheo Buehler