aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb2021-02-061-0/+1
* Remove the old DEPRECATEDIN macrosRichard Levitte2021-02-051-12/+0
* ERR: clean away everything related to _F_ macros from util/mkerr.plRichard Levitte2021-02-051-212/+10
* EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte2021-02-051-0/+1
* Deprecate EVP_MD_CTX_{set_}update_fn()Rich Salz2021-02-031-2/+2
* Deprecate X509_certificate_typeRich Salz2021-02-021-1/+1
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-281-0/+2
* Update copyright yearRichard Levitte2021-01-285-5/+5
* TLS client: allow cert verify callback return -1 for SSL_ERROR_WANT_RETRY_VERIFYDr. David von Oheimb2021-01-261-0/+1
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-261-0/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-78/+78
* Add functions to set values into an EVP_PKEYShane Lontis2021-01-261-0/+7
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-251-3/+3
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-232-1/+1
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-231-1/+1
* Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext} on empty inputDr. David von Oheimb2021-01-231-0/+1