summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-12-29Move the copy/copy_ex stuff down below the new/free/clear messtb1-63/+64
2023-12-29Merge the EVP_CIPHER_meth_* API into evp_cipher.ctb3-188/+176
2023-12-29Merge the remainder of evp_lib.c into evp_cipher.ctb3-367/+299
2023-12-29Move the middle part of evp_lib.c to evp_digest.ctb2-205/+205
2023-12-29Use more consistent naming for some files in evptb4-7/+7
2023-12-29Use a void pointer rather than char for method_datatb2-9/+7
2023-12-29Remove the unused init flag of X509_LOOKUPtb1-2/+1
2023-12-28Clean up pkey_ec_paramgen()tb1-10/+17
2023-12-28Rework pkey_das_paramgen()tb1-16/+21
2023-12-28Rework pkey_dh_paramgen()tb1-16/+19
2023-12-28Fix pkey_ec_keygen()tb1-13/+20
2023-12-28Rework pkey_dsa_keygen()tb1-9/+18
2023-12-28Rework pkey_dh_keygen()tb1-9/+19
2023-12-28Rework and fix pkey_hmac_keygen()tb1-8/+15
2023-12-28Rework pkey_rsa_keygen()tb1-17/+21
2023-12-28Rework rsa_priv_decode()tb1-14/+17
2023-12-28Clean up old_rsa_priv_decode()tb1-4/+13
2023-12-28Clean up and fix pkey_cmac_keygen()tb1-11/+16
2023-12-28Replace EVP_KEY_assign_GOST() calls with EVP_PKEY_set_type()tb1-3/+7
2023-12-28Fix another EVP_PKEY_assign_GOST() calltb1-2/+4
2023-12-28Clean up pkey_gost_mac_keygen()tb1-8/+15
2023-12-27Add initial regress for CRYPTO_EX_DATA.jsing3-1/+237
2023-12-27Remove engine regress.jsing3-264/+1
2023-12-27X509_LOOKUP_shutdown() became a noop.tb1-2/+1