summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused function pointer from struct aead_aes_gcm_ctx.jsing14 days1-2/+1
* Remove remaining block128_f casts from EVP AES.jsing14 days1-4/+4
* Move AES-NI for ECB out of EVP.jsing14 days1-82/+1
* Move AES-NI from EVP to AES for CCM mode.jsing2025-07-211-106/+5
* Simplify AES-XTS implementation and remove AES-NI specific code from EVP.jsing2025-07-131-124/+15
* Move aes_ecb_encrypt_internal() prototype to aes_local.h.jsing2025-07-061-4/+1
* Const correct EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}()tb2025-07-022-26/+22
* EVP_CipherInit_ex(): normalize EVP_CIPHER_CTX_ctrl() error checktb2025-07-021-2/+2
* Simplify EVP AES-GCM implementation and remove AES-NI specific code.jsing2025-06-271-173/+25
* Move AES-NI from EVP to AES for CTR mode.jsing2025-06-271-67/+1
* Remove AES-NI specific EVP_CIPHER methods for CFB/CFB1/CFB8.jsing2025-06-161-205/+1
* Remove AES-NI specific EVP_CIPHER methods for OFB.jsing2025-06-161-64/+1
* Remove AES-NI specific EVP_CIPHER methods for CBC.jsing2025-06-161-66/+1
* Remove aesni_init_key().jsing2025-06-151-47/+22
* Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.jsing2025-06-091-2/+2
* Fix EVP_DecryptFinal() for CCM cipherstb2025-06-061-5/+10
* Use timingsafe_memcmp when comparing authenticatorskenjiro2025-06-031-3/+3
* Inline EVP_CIPHER_[gs]et_asn1_iv() in their last callerstb2025-06-021-27/+15
* Make EVP_CIPHER_[gs]et_asn1_iv() local to evp_ciphertb2025-05-279-153/+174
* GOST has left the buildingtb2025-05-261-2/+2
* Simplify EVP AES code for ECB.jsing2025-05-191-32/+33
* Simplify EVP AES code for OFB.jsing2025-05-191-7/+19
* Simplify EVP AES code for CFB.jsing2025-05-191-25/+79
* Simplify EVP AES code for CTR.jsing2025-05-181-22/+23
* Unifdef AES_CTR_ASM.jsing2025-05-181-14/+1
* Simplify EVP code for AES CBC.jsing2025-05-181-26/+33
* Use err_local.h rather than err.h in most placestb2025-05-1019-38/+35
* Fix indentation and line wrapping.jsing2025-04-181-17/+15
* Remove BS-AES and VP-AES from EVP.jsing2025-04-181-129/+7
* Error check i2t_ASN1_OBJECT() and tweak warning messagetb2025-02-041-2/+4
* Annotate why EVP_PKEY_CTX_ctrl_str() will stay for a whiletb2025-01-201-1/+6
* If EVP_CIPHER_CTX_ctrl(3) is called on EVP_chacha20_poly1305(3)schwarze2024-12-201-2/+2
* Reenable AES-NI in libcryptotb2024-09-061-3/+5
* Nuke the whrlpool (named after the galaxy) from orbittb2024-08-313-64/+2
* Remove EVP_PKEY.*attr* APItb2024-08-311-81/+1
* Remove EVP_PKEY_*check againtb2024-08-312-33/+2
* Remove the pkey_{,public_,param_}check() handlerstb2024-08-292-58/+12
* Implement X509_get_signature_info()tb2024-08-281-1/+4
* Garbage collect unused attributes member from EVP_PKEYtb2024-08-222-4/+2
* Neuter EVP_PKEY_add1_attr_by_NID()tb2024-08-221-36/+5
* typo: regresss -> regresstb2024-07-291-2/+2
* Rewrite EVP_PKEY_add1_attr_by_NID()tb2024-07-141-11/+41
* Disable most EVP_PKEY_*attr* APItb2024-07-141-14/+17
* Add tls1_prf_pkey_meth to pkey_methodstb2024-07-091-1/+3
* Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prftb2024-07-091-1/+2
* libcrypto: constify most error string tablestb2024-06-241-5/+7
* Fix in-place decryption for EVP_chacha20_poly1305()tb2024-05-221-3/+3
* Avoid NULL dereference in EVP_PKEY_paramgen()tb2024-04-171-6/+8
* Delete a few more GOST remnantstb2024-04-141-21/+1
* bio_enc: various basic cleanuptb2024-04-121-64/+67