| Commit message (Expand) | Author | Age | Files | Lines |
| * | Explain the weird copy dance in EVP_DigestSignFinal() | tb | 2024-03-27 | 1 | -2/+3 |
| * | Fix whitespace | tb | 2024-03-27 | 1 | -2/+2 |
| * | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in | joshua | 2024-03-27 | 1 | -18/+24 |
| * | Recommit r1.20 | joshua | 2024-03-27 | 1 | -27/+31 |
| * | Revert to r1.19 while we track down a bug in the last two commits. | jsing | 2024-03-27 | 1 | -38/+29 |
| * | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in | joshua | 2024-03-27 | 1 | -17/+22 |
| * | Clean up EVP_DigestSignFinal | joshua | 2024-03-26 | 1 | -27/+31 |
| * | Unifdef PBE_PRF_TEST | tb | 2024-03-26 | 1 | -7/+1 |
| * | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_SignFinal | joshua | 2024-03-26 | 1 | -6/+8 |
| * | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_VerifyFinal | joshua | 2024-03-26 | 1 | -6/+7 |
| * | Clean up use of EVP_CIPHER_CTX_{legacy_clear,cleanup} in EVP_OpenInit | joshua | 2024-03-26 | 1 | -3/+3 |
| * | Garbage collect the unused verifyctx() and verifyctx_init() | tb | 2024-03-26 | 2 | -23/+5 |
| * | Inline sctx in EVP_DigestSignFinal | joshua | 2024-03-25 | 1 | -11/+8 |
| * | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in PKCS5_PBE_keyivgen | joshua | 2024-03-25 | 1 | -11/+12 |
| * | Remove unneeded brackets from if statement in EVP_DigestSignFinal | joshua | 2024-03-25 | 1 | -3/+2 |
| * | Clean up use of EVP_MD_CTX_{legacy_clear,cleanup} in EVP_BytesToKey | joshua | 2024-03-25 | 1 | -12/+14 |
| * | Move custom sigctx handling out of EVP_DigestSignFinal | joshua | 2024-03-25 | 1 | -13/+28 |
| * | Clean up EVP_CIPHER_CTX_{legacy_clear,cleanup} usage in evp/bio_enc.c | joshua | 2024-03-25 | 1 | -39/+49 |
| * | Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handling | jca | 2024-03-24 | 1 | -1/+7 |
| * | Fix namespace build | tb | 2024-03-24 | 1 | -2/+1 |
| * | Remove OPENSSL_NO_* #ifdefs from evp_names.c | tb | 2024-03-24 | 1 | -145/+1 |
| * | Bye bye gost, bye, bye turdiness | tb | 2024-03-24 | 3 | -79/+3 |
| * | Remove some GOST relics | tb | 2024-03-02 | 1 | -133/+0 |
| * | Unhook and remove GOST and STREEBOG | tb | 2024-03-02 | 5 | -539/+2 |
| * | Garbage collect CUSTOM_KEY_LENGTH/SET_KEY_LENGTH | tb | 2024-03-02 | 1 | -4/+1 |
| * | Remove more PBE stuff from the public API | tb | 2024-03-02 | 3 | -11/+9 |
| * | Remove most PBEPARAM stuff from public visibility | tb | 2024-03-02 | 1 | -1/+2 |
| * | Remove a lot of PKCS12 garbage from the public API | tb | 2024-03-02 | 1 | -1/+5 |
| * | Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1 | tb | 2024-03-02 | 4 | -945/+2 |
| * | Make legacy cipher methods internal | tb | 2024-03-02 | 2 | -10/+8 |
| * | Remove EVP_PBE_* API from public visibility | tb | 2024-03-02 | 3 | -61/+6 |
| * | Remove EVP_PKEY_meth_*() API | tb | 2024-03-02 | 2 | -237/+2 |
| * | Remove the ameth lib | tb | 2024-03-02 | 1 | -43/+1 |
| * | Remove EVP_MD_meth* again | tb | 2024-03-02 | 2 | -132/+2 |
| * | Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init() | tb | 2024-03-02 | 3 | -13/+13 |
| * | Switch name member of OBJ_NAME to const void * | tb | 2024-03-02 | 1 | -3/+3 |
| * | Remove unused public OBJ_NAME_* API | tb | 2024-03-02 | 1 | -53/+1 |
| * | Remove EVP_{add,delete}_{cipher,digest}_alias() | tb | 2024-03-02 | 1 | -10/+1 |
| * | Remove EVP_add_{cipher,digest}() from public API | tb | 2024-03-02 | 2 | -17/+2 |
| * | Remove custom key length handling | tb | 2024-02-24 | 1 | -5/+1 |
| * | Align EVP_CIPHER_CTX_init() and _legacy_clear() | tb | 2024-02-18 | 1 | -2/+2 |
| * | Hide EVP_{CIPHER,MD}_CTX_init() from internals | tb | 2024-02-18 | 1 | -1/+5 |
| * | Use EVP_MD_CTX_legacy_clear() internally | tb | 2024-02-18 | 6 | -15/+15 |
| * | Use EVP_CIPHER_CTX_legacy_clear() internally | tb | 2024-02-18 | 2 | -6/+6 |
| * | Add EVP_MD_CTX_legacy_clear() | tb | 2024-02-18 | 2 | -2/+9 |
| * | Add EVP_CIPHER_CTX_legacy_clear() | tb | 2024-02-18 | 2 | -2/+10 |
| * | Inline EVP_PBE_find() in its last two callers | tb | 2024-02-01 | 1 | -140/+69 |
| * | Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safe | tb | 2024-01-30 | 2 | -3/+8 |
| * | Dynamic EVP_PKEY_METHODs are a thing from the past | tb | 2024-01-27 | 1 | -3/+1 |
| * | Add a few aliases for ECDSA and DSA for security/xca | tb | 2024-01-27 | 1 | -1/+143 |