summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Garbage collect various *_init() pmethstb2024-04-123-53/+24
* Fix a potential NULL-deref in EVP_PKEY_keygen()tb2024-04-121-6/+8
* Hide deprecated functions in evp.hbeck2024-04-103-13/+8
* Hide public symbols in x509.hbeck2024-04-091-1/+12
* Hide public symbols in evp.hbeck2024-04-0942-42/+382
* Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128.beck2024-04-091-4/+4
* Check the return value of EVP_CIPHER_CTX_reset()tb2024-03-281-3/+5
* Explain the weird copy dance in EVP_DigestSignFinal()tb2024-03-271-2/+3
* Fix whitespacetb2024-03-271-2/+2
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua2024-03-271-18/+24
* Recommit r1.20joshua2024-03-271-27/+31
* Revert to r1.19 while we track down a bug in the last two commits.jsing2024-03-271-38/+29
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} injoshua2024-03-271-17/+22
* Clean up EVP_DigestSignFinaljoshua2024-03-261-27/+31
* Unifdef PBE_PRF_TESTtb2024-03-261-7/+1
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_SignFinaljoshua2024-03-261-6/+8
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_VerifyFinaljoshua2024-03-261-6/+7
* Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInitjoshua2024-03-261-3/+3
* Garbage collect the unused verifyctx() and verifyctx_init()tb2024-03-262-23/+5
* Inline sctx in EVP_DigestSignFinaljoshua2024-03-251-11/+8
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS5_PBE_keyivgenjoshua2024-03-251-11/+12
* Remove unneeded brackets from if statement in EVP_DigestSignFinaljoshua2024-03-251-3/+2
* Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_BytesToKeyjoshua2024-03-251-12/+14
* Move custom sigctx handling out of EVP_DigestSignFinaljoshua2024-03-251-13/+28
* Clean up EVP_CIPHER_CTX_{legacy_clear,cleanup} usage in evp/bio_enc.cjoshua2024-03-251-39/+49
* Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handlingjca2024-03-241-1/+7
* Fix namespace buildtb2024-03-241-2/+1
* Remove OPENSSL_NO_* #ifdefs from evp_names.ctb2024-03-241-145/+1
* Bye bye gost, bye, bye turdinesstb2024-03-243-79/+3
* Remove some GOST relicstb2024-03-021-133/+0
* Unhook and remove GOST and STREEBOGtb2024-03-025-539/+2
* Garbage collect CUSTOM_KEY_LENGTH/SET_KEY_LENGTHtb2024-03-021-4/+1