summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-08Disable X509_STORE_CTX_purpose_inherit()tb1-23/+22
2024-01-08Inline X509_{TRUST,PUPROSE}_set() in their only callerstb1-3/+16
2024-01-08const correct aesni_{128,256}_cbc_hmac_sha1_ciphertb1-3/+3
2024-01-08Fix logic error (&& -> ||)tb1-2/+2
2024-01-07Garbage collect call to X509_TRUST_cleanup()tb1-2/+1
2024-01-07Minor cleanup in X509_STORE_CTX_purpose_inherit()tb1-9/+10
2024-01-07purpose/trust: Improve comments about COUNT/MAX confusiontb2-4/+10
2024-01-07const-correct r4_hmac_md5_ciphertb1-2/+2
2024-01-07Convert the remaining legacy ciphers to C99 initializerstb5-76/+90
2024-01-07Improve EVP_CIPHER_{get,set}_asn1_iv()tb1-25/+26
2024-01-07Remove X509_TRUST extensibilitytb1-102/+10
2024-01-06Zap some more CRL method thingstb1-10/+1
2024-01-06Remove X509_PURPOSE_cleanup() call in OPENSSL_cleanup()tb1-2/+1
2024-01-06Remove X509_CRL_METHOD internalstb3-92/+25
2024-01-06Remove X509_PURPOSE extensibilitytb1-112/+10
2024-01-05EVP_PKEY_asn1_find_str() tweakstb1-4/+3
2024-01-05evp_key.c: Remove more unnecessary parenthesestb1-7/+6
2024-01-05Minor tweaks in EVP_read_pw_string_min()tb1-4/+4
2024-01-05Plug a leak in EVP_read_pw_string_min()tb1-9/+14
2024-01-04Disable EVP_PKEY_meth_* extensibilitytb1-46/+7
2024-01-04Remove last external call to EVP_PKEY_meth_find()tb1-5/+6
2024-01-04Remove unused app_data from EVP_CIPHERtb15-84/+15
2024-01-04Clean up EVP_PKEY_asn1_get0_info() a bittb1-14/+16
2024-01-04Clean up EVP_PKEY_asn1_find_str()tb1-9/+18
2024-01-04Simplify EVP_PKEY_asn1_find()tb1-33/+9
2024-01-04Replace .pkey_base_id with a .base_method pointertb11-32/+32
2024-01-04Neuter the remainder of the ameth libtb1-65/+13
2024-01-04Split ameth arrays into individual methodstb4-149/+150
2024-01-04Improve length checks for oiv and ivtb1-4/+5
2024-01-03Improve order in ancient CMS helperstb1-25/+25
2024-01-02Move a t to the right place in a commenttb1-2/+2
2024-01-02Match struct order for the EVP_CIPHER_CTX accessorstb1-69/+73
2024-01-02Move down EVP_CIPHER_CTX accessors expose EVP_CIPHER internalstb1-38/+42
2024-01-02Move the trivial EVP_CIPHER getters downtb1-31/+35
2024-01-02Simplify EVP_CIPHER_{asn1_to_param,parma_to_asn1}()tb1-17/+13
2024-01-02Move the EVP_CIPHER API that only exists for CMS/legacy a bit downtb1-121/+125
2024-01-02sm4: more NULL misspellingstb1-4/+4
2024-01-02Two spellings of key length are enoughtb1-6/+7
2024-01-02Rename the poor outlier EVP_CIPHER *e into *ciphertb1-3/+3
2024-01-02Better variable names in EVP_CIPHER_type()tb1-7/+8
2024-01-02Consistently use ctx for an EVP_CIPHER_CTXtb1-36/+36
2024-01-01Fix bounds check in EVP_PKEY_CTX_get_keygen_info()tb1-2/+2
2024-01-01kill gross whitespacetb1-6/+6
2024-01-01pkey_is_pss() and pkey_ctx_is_pss() to rsa_ameth.ctb2-6/+6
2024-01-01Remove EVP_PKEY's save_type membertb2-6/+2
2023-12-31KNF nittb1-2/+2
2023-12-31Sort the NIDs by nametb1-8/+8
2023-12-31Replace the sorted extensions lookup with a switchtb1-58/+23
2023-12-31Sprinkle a handfull of missing continuetb1-1/+10
2023-12-30Make x509_issuer_cache_free_oldest() statictb1-2/+2