summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Add OpenSSL::Config::Query and use it in configdata.pmRichard Levitte2021-05-041-0/+177
* OpenSSL::Test: When prefixing command with $^X on Windows, fix it up!Richard Levitte2021-05-041-1/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-302-45/+27
* util/add-depends.pl: Adapt to localized /showIncludes outputRichard Levitte2021-04-281-5/+12
* Configuration: rework how dependency making is handledRichard Levitte2021-04-281-13/+51
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-281-0/+2
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-0/+3
* OPENSSL_sk functions are effectively already documentedTomas Mraz2021-04-281-24/+0
* Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz2021-04-282-0/+2
* Add system guessing for linux64-riscv64 targetAndreas Schwab2021-04-271-0/+1
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-2/+2
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-1/+5
* Update copyright yearMatt Caswell2021-04-222-2/+2
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-0/+1
* Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell2021-04-191-0/+1
* Link with .def filesTanzinul Islam2021-04-191-2/+6
* Generate dependency informationTanzinul Islam2021-04-191-5/+14
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-2/+6
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-2/+2
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-0/+2
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-2/+2
* util/wrap.pl: use the apps/openssl.cnf from the source treeDr. Matthias St. Pierre2021-04-131-0/+3
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-1/+1
* 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