summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2021-04-08Update copyright yearMatt Caswell
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02Add OSSL_STORE_LOADER_description()Richard Levitte
2021-04-02Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31Add a local perl module to get year last changedRich Salz
2021-03-30Print correct error message in utils/mkdir-p.plAlex Yursha
2021-03-30Add explicit support in util/shlib_wrap.sh.in for NonStop DLL loading.Randall S. Becker
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-26HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb
2021-03-25Teach TLSProxy how to encrypt <= TLSv1.2 ETM recordsMatt Caswell
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-19Added functions for printing EVP_PKEYs to FILE *Tomas Mraz
2021-03-12core: add params argument to key manager's gen_init callPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-09Reword repeated words.Shane Lontis
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-03-01Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-26core: support modified gettable/settable ctx calls for ciphersPauli
2021-02-26core: core: support modified gettable/settable ctx calls for MACsPauli
2021-02-26core: support modified gettable/settable ctx calls for KDFsPauli
2021-02-26evp: support modified gettable/settable ctx calls for RNGsPauli
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-24Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz
2021-02-23RAND_METHOD deprecation: code changesPauli
2021-02-23EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte
2021-02-23util/perl/OpenSSL/config.pm: Add VMS specific C compiler settingsRichard Levitte
2021-02-23util/perl/OpenSSL/config.pm: Fix determine_compiler_settings()Richard Levitte
2021-02-22Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell
2021-02-22Document the OSSL_PARAM_DEFN macroMatt Caswell
2021-02-22Add documentation for the macro OPENSSL_VERSION_PREREQMatt Caswell
2021-02-22Document OPENSSL_LH_flush()Matt Caswell
2021-02-22Suppress errors about undocumented asn1_d2i_read_bioMatt Caswell
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-15Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-09Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz
2021-02-08mknum.pl: Exclude duplicate entries and include source file name in diagnosticsDr. David von Oheimb
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb
2021-02-05Remove the old DEPRECATEDIN macrosRichard Levitte