summaryrefslogtreecommitdiffstats
path: root/crypto/md5 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-23Remove some utilities from the core to provider interfaceMatt Caswell6-196/+131
2019-07-23Don't complain if function name doesn't matchRich Salz1-4/+0
2019-07-23Make rand_pool buffers more dynamic in their sizing.Pauli5-5/+67
2019-07-23Avoid double clearing some BIGNUMsPauli1-11/+9
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte11-41/+38
2019-07-23Describe OSSL_PARAM as a parameter descriptorRichard Levitte2-7/+25
2019-07-23Re-implement the cipher and digest listings for 'openssl list'Richard Levitte2-6/+95
2019-07-23Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte6-2/+51
2019-07-23Add internal function evp_generic_do_all()Richard Levitte2-0/+45
2019-07-23Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()Richard Levitte1-44/+34
2019-07-23Add internal function ossl_algorithm_do_all()Richard Levitte5-1/+150
2019-07-23Add OSSL_PROVIDER_name()Richard Levitte4-1/+14
2019-07-23Add EVP_MD_provider() and EVP_CIPHER_provider()Richard Levitte5-1/+26
2019-07-23Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte6-5/+48
2019-07-23Add a mechnism to save the name of fetched methodsRichard Levitte9-13/+41