summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move init/reset next to cleanuptb2023-12-291-13/+13
* Move the copy/copy_ex stuff down below the new/free/clear messtb2023-12-291-63/+64
* Merge the EVP_CIPHER_meth_* API into evp_cipher.ctb2023-12-293-188/+176
* Merge the remainder of evp_lib.c into evp_cipher.ctb2023-12-293-367/+299
* Move the middle part of evp_lib.c to evp_digest.ctb2023-12-292-205/+205
* Use more consistent naming for some files in evptb2023-12-294-7/+7
* Use a void pointer rather than char for method_datatb2023-12-292-9/+7
* Remove the unused init flag of X509_LOOKUPtb2023-12-291-2/+1
* Clean up pkey_ec_paramgen()tb2023-12-281-10/+17
* Rework pkey_das_paramgen()tb2023-12-281-16/+21
* Rework pkey_dh_paramgen()tb2023-12-281-16/+19
* Fix pkey_ec_keygen()tb2023-12-281-13/+20
* Rework pkey_dsa_keygen()tb2023-12-281-9/+18
* Rework pkey_dh_keygen()tb2023-12-281-9/+19
* Rework and fix pkey_hmac_keygen()tb2023-12-281-8/+15
* Rework pkey_rsa_keygen()tb2023-12-281-17/+21
* Rework rsa_priv_decode()tb2023-12-281-14/+17
* Clean up old_rsa_priv_decode()tb2023-12-281-4/+13
* Clean up and fix pkey_cmac_keygen()tb2023-12-281-11/+16
* Replace EVP_KEY_assign_GOST() calls with EVP_PKEY_set_type()tb2023-12-281-3/+7
* Fix another EVP_PKEY_assign_GOST() calltb2023-12-281-2/+4
* Clean up pkey_gost_mac_keygen()tb2023-12-281-8/+15
* Add initial regress for CRYPTO_EX_DATA.jsing2023-12-273-1/+237