summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove more PBE stuff from the public APItb2024-03-023-11/+9
* Remove most PBEPARAM stuff from public visibilitytb2024-03-021-1/+2
* Remove a lot of PKCS12 garbage from the public APItb2024-03-021-1/+5
* Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1tb2024-03-024-945/+2
* Make legacy cipher methods internaltb2024-03-022-10/+8
* Remove EVP_PBE_* API from public visibilitytb2024-03-023-61/+6
* Remove EVP_PKEY_meth_*() APItb2024-03-022-237/+2
* Remove the ameth libtb2024-03-021-43/+1
* Remove EVP_MD_meth* againtb2024-03-022-132/+2
* Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init()tb2024-03-023-13/+13
* Switch name member of OBJ_NAME to const void *tb2024-03-021-3/+3
* Remove unused public OBJ_NAME_* APItb2024-03-021-53/+1
* Remove EVP_{add,delete}_{cipher,digest}_alias()tb2024-03-021-10/+1
* Remove EVP_add_{cipher,digest}() from public APItb2024-03-022-17/+2
* Remove custom key length handlingtb2024-02-241-5/+1
* Align EVP_CIPHER_CTX_init() and _legacy_clear()tb2024-02-181-2/+2
* Hide EVP_{CIPHER,MD}_CTX_init() from internalstb2024-02-181-1/+5
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-186-15/+15