| Commit message (Expand) | Author | Age | Files | Lines |
* | Use err_local.h rather than err.h in most places | tb | 2025-05-10 | 1 | -2/+1 |
* | Nuke the whrlpool (named after the galaxy) from orbit | tb | 2024-08-31 | 1 | -6/+1 |
* | typo: regresss -> regress | tb | 2024-07-29 | 1 | -2/+2 |
* | Hide public symbols in evp.h | beck | 2024-04-09 | 1 | -1/+8 |
* | Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handling | jca | 2024-03-24 | 1 | -1/+7 |
* | 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 | 1 | -66/+1 |
* | Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1 | tb | 2024-03-02 | 1 | -25/+1 |
* | 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_{cipher,digest}() from public API | tb | 2024-03-02 | 1 | -13/+1 |
* | Add a few aliases for ECDSA and DSA for security/xca | tb | 2024-01-27 | 1 | -1/+143 |
* | 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 | 1 | -1/+17 |
* | Open a garbage bin at the bottom of evp_names.c | tb | 2024-01-13 | 1 | -1/+12 |
* | Reimplement EVP_get_{cipher,digest}byname() | tb | 2024-01-13 | 1 | -1/+46 |
* | Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3) | tb | 2024-01-13 | 1 | -3/+159 |
* | Add a table of digest names, digests and aliases | tb | 2024-01-13 | 1 | -2/+475 |
* | Add a table of cipher names, ciphers and aliases | tb | 2024-01-13 | 1 | -0/+1088 |