summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplement EVP_get_{cipher,digest}byname()tb2024-01-132-20/+47
* Reimplement {EVP_CIPHER,EVP_MD,OBJ_NAME}_do_all{,_sorted}(3)tb2024-01-133-175/+161
* Add a table of digest names, digests and aliasestb2024-01-131-2/+475
* Add a table of cipher names, ciphers and aliasestb2024-01-132-1/+1090
* Remove X509_STORE_CTX_purpose_inherit(3) documentationtb2024-01-121-131/+41
* X509_TRUST: tidy up includestb2024-01-101-2/+4
* X509_TRUST: group together all trust_*() functionstb2024-01-101-33/+30
* X509_TRUST: hoist trust_compat() to the other end of the filetb2024-01-101-12/+11
* X509_TRUST: start shuffling some code aroundtb2024-01-101-32/+31
* Rework X509_STORE_CTX_set_{purpose,trust}()tb2024-01-101-36/+35
* Inline rsa_is_pss() and rsa_pkey_is_pss()tb2024-01-101-11/+9
* Drop an unnecessary casttb2024-01-101-2/+2
* Fix print_fp()tb2024-01-101-7/+5
* Fix copy-paste error that broke openssl-ruby and openssl regresstb2024-01-091-2/+2
* Disable X509_STORE_CTX_purpose_inherit()tb2024-01-081-23/+22
* Inline X509_{TRUST,PUPROSE}_set() in their only callerstb2024-01-081-3/+16
* const correct aesni_{128,256}_cbc_hmac_sha1_ciphertb2024-01-081-3/+3
* Fix logic error (&& -> ||)tb2024-01-081-2/+2
* Garbage collect call to X509_TRUST_cleanup()tb2024-01-071-2/+1
* Minor cleanup in X509_STORE_CTX_purpose_inherit()tb2024-01-071-9/+10
* purpose/trust: Improve comments about COUNT/MAX confusiontb2024-01-072-4/+10
* const-correct r4_hmac_md5_ciphertb2024-01-071-2/+2
* Convert the remaining legacy ciphers to C99 initializerstb2024-01-075-76/+90
* Improve EVP_CIPHER_{get,set}_asn1_iv()tb2024-01-071-25/+26
* Remove X509_TRUST extensibilitytb2024-01-071-102/+10
* Zap some more CRL method thingstb2024-01-061-10/+1
* Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()tb2024-01-061-2/+1
* Remove X509_CRL_METHOD internalstb2024-01-063-92/+25
* Remove X509_PURPOSE extensibilitytb2024-01-061-112/+10
* EVP_PKEY_asn1_find_str() tweakstb2024-01-051-4/+3
* evp_key.c: Remove more unnecessary parenthesestb2024-01-051-7/+6
* Minor tweaks in EVP_read_pw_string_min()tb2024-01-051-4/+4
* Plug a leak in EVP_read_pw_string_min()tb2024-01-051-9/+14
* Disable EVP_PKEY_meth_* extensibilitytb2024-01-041-46/+7
* Remove last external call to EVP_PKEY_meth_find()tb2024-01-041-5/+6
* Remove unused app_data from EVP_CIPHERtb2024-01-0415-84/+15
* Clean up EVP_PKEY_asn1_get0_info() a bittb2024-01-041-14/+16
* Clean up EVP_PKEY_asn1_find_str()tb2024-01-041-9/+18
* Simplify EVP_PKEY_asn1_find()tb2024-01-041-33/+9
* Replace .pkey_base_id with a .base_method pointertb2024-01-0411-32/+32
* Neuter the remainder of the ameth libtb2024-01-041-65/+13
* Split ameth arrays into individual methodstb2024-01-044-149/+150
* Improve length checks for oiv and ivtb2024-01-041-4/+5
* Improve order in ancient CMS helperstb2024-01-031-25/+25
* Move a t to the right place in a commenttb2024-01-021-2/+2
* Match struct order for the EVP_CIPHER_CTX accessorstb2024-01-021-69/+73
* Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internalstb2024-01-021-38/+42
* Move the trivial EVP_CIPHER getters downtb2024-01-021-31/+35
* Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}()tb2024-01-021-17/+13
* Move the EVP_CIPHER API that only exists for CMS/legacy a bit downtb2024-01-021-121/+125