summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_names.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use err_local.h rather than err.h in most placestb2025-05-101-2/+1
* Nuke the whrlpool (named after the galaxy) from orbittb2024-08-311-6/+1
* typo: regresss -> regresstb2024-07-291-2/+2
* Hide public symbols in evp.hbeck2024-04-091-1/+8
* Restore EVP_get_cipherbyname(NULL)/EVP_get_digestbyname(NULL) handlingjca2024-03-241-1/+7
* Remove OPENSSL_NO_* #ifdefs from evp_names.ctb2024-03-241-145/+1
* Bye bye gost, bye, bye turdinesstb2024-03-241-66/+1
* Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1tb2024-03-021-25/+1
* 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_{cipher,digest}() from public APItb2024-03-021-13/+1
* Add a few aliases for ECDSA and DSA for security/xcatb2024-01-271-1/+143
* The OBJ_NAME API joins the party in evp_names.ctb2024-01-131-1/+50
* Move EVP_add_{cipher,digest}() to the trashcantb2024-01-131-1/+17
* Open a garbage bin at the bottom of evp_names.ctb2024-01-131-1/+12
* Reimplement EVP_get_{cipher,digest}byname()tb2024-01-131-1/+46
* Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)tb2024-01-131-3/+159
* Add a table of digest names, digests and aliasestb2024-01-131-2/+475
* Add a table of cipher names, ciphers and aliasestb2024-01-131-0/+1088