summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-12-30Some Australians don't like voids eithertb1-3/+3
2023-12-30One more missing void was hiding heretb1-2/+2
2023-12-30Some BoringSSL devs spent too much time with C++tb2-4/+4
2023-12-30Add extended regress coverage for ASN.1 methodstb1-1/+147
2023-12-30Fix two more unchecked EVP_PKEY_assign() callstb1-17/+25
2023-12-29fix previous: key -> parametertb1-2/+2
2023-12-29A .Xr to DSA_generate_parameters_ex() was lost accidentallytb1-1/+2
2023-12-29Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3tb2-3/+3
2023-12-29Adjust documentation for upcoming DSA_generate_parameters removaltb5-70/+17
2023-12-29ameth_lib: zap trailing empty linetb1-2/+1
2023-12-29eckey: adjust some variable names and unwrap function definitionstb1-11/+8
2023-12-29Clean up old_ec_priv_decode()tb1-10/+17
2023-12-29Clean up eckey_param_decode()tb1-9/+16
2023-12-29Rework eckey_priv_decode()tb1-49/+53
2023-12-29Move a call to X509_ALGOR_get0() down a linetb1-2/+2
2023-12-29Neuter the SSL_set_debug(3) APItb4-21/+5
2023-12-29Garbage collect the last users of SSL_set_debug(3)tb2-5/+2
2023-12-29s_client: pause hasn't worked in ages. Just ignore ittb2-13/+5
2023-12-29Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.ctb5-212/+260
2023-12-29Zap some whitespacetb1-2/+2
2023-12-29Replace outdated comment on EVP_PKEY_asn1_find() with a todo itemtb1-5/+5
2023-12-29Move EVP_PKEY_asn1_add* to the end of the filetb1-15/+20
2023-12-29Move the EVP_MD block size accessor downtb1-7/+11
2023-12-29Move the EVP_MD_CTX flag accessors up a bittb1-19/+19
2023-12-29Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrltb1-63/+62
2023-12-29Move init/reset next to cleanuptb1-13/+13