| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Use ret instead of rv in a few keyivgen functions | tb | 2024-01-27 | 1 | -11/+11 |
| * | Fold keyivgen functions into evp_pbe.c | tb | 2024-01-27 | 3 | -472/+386 |
| * | Make some comments and some whitespace less ugly | tb | 2024-01-27 | 1 | -13/+14 |
| * | Whitespace tweak | tb | 2024-01-27 | 1 | -2/+4 |
| * | Throw PKCS5_PBE_add() into the trash bin at the end of evp_pbe.c | tb | 2024-01-27 | 2 | -10/+7 |
| * | Mark the functions at the end of this file for removal | tb | 2024-01-27 | 1 | -1/+5 |
| * | Support HMAC with SHA-3 as a PBE PRF | tb | 2024-01-27 | 1 | -1/+21 |
| * | Support HMAC with truncated SHA-2 as a PBE PRF | tb | 2024-01-27 | 1 | -1/+11 |
| * | Prepare to remove the EVP_PKEY_meth_* API | tb | 2024-01-13 | 1 | -89/+50 |
| * | The OBJ_NAME API joins the party in evp_names.c | tb | 2024-01-13 | 1 | -1/+50 |
| * | Move EVP_add_{cipher,digest}() to the trashcan | tb | 2024-01-13 | 2 | -78/+17 |
| * | Open a garbage bin at the bottom of evp_names.c | tb | 2024-01-13 | 2 | -7/+13 |
| * | Remove obj_cleanup_defer | tb | 2024-01-13 | 1 | -7/+1 |
| * | Garbage collect check_defer() | tb | 2024-01-13 | 1 | -2/+1 |
| * | Neuter EVP_add_{cipher,digest}() | tb | 2024-01-13 | 1 | -11/+1 |
| * | Remove most of EVP_add_{cipher,digest}() internals | tb | 2024-01-13 | 1 | -30/+6 |
| * | Remove OBJ_NAME_cleanup() calls from EVP_cleanup() | tb | 2024-01-13 | 1 | -8/+1 |
| * | Stub out {OpenSSL,OPENSSL}_add* | tb | 2024-01-13 | 1 | -331/+0 |