summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sm4: more NULL misspellingstb2024-01-021-4/+4
* Two spellings of key length are enoughtb2024-01-021-6/+7
* Rename the poor outlier EVP_CIPHER *e into *ciphertb2024-01-021-3/+3
* Better variable names in EVP_CIPHER_type()tb2024-01-021-7/+8
* Consistently use ctx for an EVP_CIPHER_CTXtb2024-01-021-36/+36
* Fix bounds check in EVP_PKEY_CTX_get_keygen_info()tb2024-01-011-2/+2
* kill gross whitespacetb2024-01-011-6/+6
* pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.ctb2024-01-012-6/+6
* Remove EVP_PKEY's save_type membertb2024-01-012-6/+2
* KNF nittb2023-12-311-2/+2
* Sort the NIDs by nametb2023-12-311-8/+8
* Replace the sorted extensions lookup with a switchtb2023-12-311-58/+23
* Sprinkle a handfull of missing continuetb2023-12-311-1/+10