summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Provide digestsign/digestverify hooks for EVP_PKEY_METHOD.jsing2022-11-104-4/+32
* Port EVP raw key API from OpenSSL.jsing2022-11-103-4/+106
* Fix up indentation for EVP_PKEY_* defines.jsing2022-11-091-19/+19
* Clean up EVP_PKEY_METHOD related tables and code.jsing2022-11-091-56/+41
* Sort EVP_PKEY_METHOD externs.jsing2022-11-091-5/+10
* Add EVP_chacha20_poly1305()tb2022-10-211-1/+4
* Use LONG_MAX as the limit for ciphers with long based APIs.jsing2022-09-156-169/+120
* Stop pretending that EVP_CIPHER cleanup can fail.jsing2022-09-134-14/+15
* Expose EVP_chacha20_poly1305()tb2022-09-111-3/+1
* Expose various EVP AEAD constants for EVP ChaCha and QUICtb2022-09-111-3/+1
* Increment the input and output position for EVP AES CFB1.jsing2022-09-101-1/+3
* Use correct length for EVP CFB mode ciphers.jsing2022-09-107-22/+22
* Replace aes_{ccm,xts}_cleanup usage with NULL.jsing2022-09-061-16/+11
* Stop casting a size_t to a long and then passing it as a size_t.jsing2022-09-063-31/+31
* Remove dead code.jsing2022-09-042-36/+12
* Add bounds checks for various EVP cipher implementations.jsing2022-09-046-7/+98
* Remove dead code.jsing2022-09-045-25/+10
* Expand the looney M_do_cipher macro.jsing2022-09-041-11/+9
* Rearrange some functions.jsing2022-09-048-177/+141
* Remove now unused EVP_C_DATA macro.jsing2022-09-041-3/+1
* Remove now unused BLOCK_CIPHER_* macros.jsing2022-09-041-186/+1
* Expand BLOCK_CIPHER_* macros.jsing2022-09-041-15/+108
* Mechanically expand BLOCK_CIPHER_* macros.jsing2022-09-042-32/+387
* Mechanically expand BLOCK_CIPHER_* ciphers.jsing2022-09-041-17/+145
* Remove now unused IMPLEMENT_CFBR macro.jsing2022-09-041-10/+1
* Mechanically expand IMPLEMENT_CFBR macros.jsing2022-09-041-8/+267
* Remove now unused IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-034-19/+4
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-21/+486
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-4/+162
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-8/+161
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-6/+162
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-5/+163
* chacha20_poly1305_cleanup() should return 1tb2022-08-301-2/+2
* Provide additional defines for EVP AEAD.jsing2022-08-271-1/+18
* fix indent and zap trailing whitespacetb2022-08-211-3/+3
* Provide EVP_chacha20_poly1305()jsing2022-08-202-7/+260
* Remove bogus length checks from EVP_aead_chacha20_poly1305()jsing2022-08-201-27/+1
* Mop up key_len assignments.jsing2022-08-041-91/+59
* Mop up EVP_CIPH_FLAG_FIPS usage.jsing2022-08-041-59/+59
* Remove various aesni_* defines to aes_* functions.jsing2022-08-041-56/+24
* Expand BLOCK_CIPHER_* macros.jsing2022-08-021-133/+1056
* Reorder functions and remove unnecessary function prototypes.jsing2022-07-301-29/+24
* Do not pass input length <= 0 to the cipher handlerstb2022-07-261-11/+17
* Remove mkerr.pl remnants from LibreSSLkn2022-07-122-12/+2
* Expose new API in headers.tb2022-07-071-5/+1
* Prepare to provide EVP_PKEY_security_bits()tb2022-06-272-2/+20
* Add hkdf_pkey_meth to the standard_methods[]tb2022-05-051-1/+3
* Provide EVP_PKEY_HKDF alias for NID_hkdftb2022-05-051-1/+2
* Provide versions of EVP_PKEY_CTX_{str,hex}2ctrl() for internal use.tb2022-05-052-2/+38
* Add check for EVP_CIPHER_CTX_ctrlinoguchi2022-01-201-4/+6