summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make x509_issuer_cache_free_oldest() statictb2023-12-301-2/+2
* Some Australians don't like voids eithertb2023-12-301-3/+3
* One more missing void was hiding heretb2023-12-301-2/+2
* Some BoringSSL devs spent too much time with C++tb2023-12-302-4/+4
* Add extended regress coverage for ASN.1 methodstb2023-12-301-1/+147
* Fix two more unchecked EVP_PKEY_assign() callstb2023-12-301-17/+25
* fix previous: key -> parametertb2023-12-291-2/+2
* A .Xr to DSA_generate_parameters_ex() was lost accidentallytb2023-12-291-1/+2
* Move DSA_generate_parameters.3 to DSA_generate_parameters_ex.3tb2023-12-292-3/+3
* Adjust documentation for upcoming DSA_generate_parameters removaltb2023-12-295-70/+17
* ameth_lib: zap trailing empty linetb2023-12-291-2/+1
* eckey: adjust some variable names and unwrap function definitionstb2023-12-291-11/+8
* Clean up old_ec_priv_decode()tb2023-12-291-10/+17
* Clean up eckey_param_decode()tb2023-12-291-9/+16
* Rework eckey_priv_decode()tb2023-12-291-49/+53
* Move a call to X509_ALGOR_get0() down a linetb2023-12-291-2/+2
* Neuter the SSL_set_debug(3) APItb2023-12-294-21/+5
* Garbage collect the last users of SSL_set_debug(3)tb2023-12-292-5/+2
* s_client: pause hasn't worked in ages. Just ignore ittb2023-12-292-13/+5
* Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.ctb2023-12-295-212/+260
* Zap some whitespacetb2023-12-291-2/+2
* Replace outdated comment on EVP_PKEY_asn1_find() with a todo itemtb2023-12-291-5/+5
* Move EVP_PKEY_asn1_add* to the end of the filetb2023-12-291-15/+20
* Move the EVP_MD block size accessor downtb2023-12-291-7/+11
* Move the EVP_MD_CTX flag accessors up a bittb2023-12-291-19/+19
* Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrltb2023-12-291-63/+62