aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+0
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-0/+3
* Update copyright yearMatt Caswell2021-04-082-2/+2
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-0/+1
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-021-0/+11
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+1
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-021-0/+2
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-0/+1
* Add a local perl module to get year last changedRich Salz2021-03-311-0/+43
* Print correct error message in utils/mkdir-p.plAlex Yursha2021-03-301-1/+2
* Add explicit support in util/shlib_wrap.sh.in for NonStop DLL loading.Randall S. Becker2021-03-301-0/+9
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-0/+2
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-261-1/+1
* Teach TLSProxy how to encrypt <= TLSv1.2 ETM recordsMatt Caswell2021-03-251-7/+30
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-0/+2
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-222-2/+1
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-0/+3
* core: add params argument to key manager's gen_init callPauli2021-03-121-0/+10
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-111-0/+1
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-1/+0
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-10/+10
* Remove RSA SSLv23 padding modeRich Salz2021-03-011-2/+2
* Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb2021-03-011-0/+1
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-011-1/+0
* core: support modified gettable/settable ctx calls for ciphersPauli2021-02-261-0/+2
* core: core: support modified gettable/settable ctx calls for MACsPauli2021-02-261-0/+2
* core: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-0/+2
* evp: support modified gettable/settable ctx calls for RNGsPauli2021-02-261-0/+2
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-0/+1
* Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz2021-02-241-2/+2
* RAND_METHOD deprecation: code changesPauli2021-02-231-4/+6
* EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte2021-02-231-0/+1
* util/perl/OpenSSL/config.pm: Add VMS specific C compiler settingsRichard Levitte2021-02-231-0/+13
* util/perl/OpenSSL/config.pm: Fix determine_compiler_settings()Richard Levitte2021-02-231-45/+52
* Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell2021-02-221-0/+1
* Document the OSSL_PARAM_DEFN macroMatt Caswell2021-02-221-1/+0
* Add documentation for the macro OPENSSL_VERSION_PREREQMatt Caswell2021-02-222-1/+1
* Document OPENSSL_LH_flush()Matt Caswell2021-02-221-9/+0
* Suppress errors about undocumented asn1_d2i_read_bioMatt Caswell2021-02-221-0/+2
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-221-0/+1
* Update copyright yearMatt Caswell2021-02-184-4/+4
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-151-0/+1
* Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis2021-02-151-6/+0
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-28/+28
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-2/+2
* mknum.pl: Exclude duplicate entries and include source file name in diagnosticsDr. David von Oheimb2021-02-082-21/+38
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-4/+2