summaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/dofile.pl, util/perl/OpenSSL/Template.pm: move parts of dofile.plRichard Levitte2019-09-122-171/+228
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-121-4/+13
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* util/perl/OpenSSL/Test.pm: Disable stdout/stderr redirection on non-verbosityRichard Levitte2019-09-121-18/+31
* Rework the perl fallback functionalityRichard Levitte2019-09-123-32/+116
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-111-0/+1
* Revise EVP_PKEY param handlingMatt Caswell2019-09-091-0/+4
* Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell2019-09-091-0/+2
* Implement DSA in the default providerMatt Caswell2019-09-091-0/+1
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-0/+5
* libcrypto.num entries for KDFsPauli2019-09-061-7/+13
* Update private.num for KDFs/PRFsPauli2019-09-061-2/+0
* Cleanse KDF missing crypto filesPauli2019-09-062-2/+0
* Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell2019-09-064-7/+131
* Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni2019-09-051-1/+1
* Handle the renamed command POD files in find-doc-nitsRich Salz2019-09-041-7/+10
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-0/+1
* New function EVP_MD_free()Richard Levitte2019-09-041-0/+1
* Do not have duplicate section headsRich Salz2019-08-261-3/+36
* Use WARNINGS heading not WARNINGRich Salz2019-08-191-0/+2
* Use EXAMPLES not EXAMPLE for section titleRich Salz2019-08-191-2/+4
* Fix some pod-page ordering nitsRich Salz2019-08-191-12/+12
* Ignore function code collisionsRich Salz2019-08-161-2/+0
* Implement EVP_MAC_do_all_ex()Richard Levitte2019-08-151-0/+2
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-10/+20
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-1/+1
* Add missing EVP param utility functionsRichard Levitte2019-08-151-0/+10
* Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte2019-08-121-0/+2
* Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte2019-08-121-0/+2
* API to get negotiated key exchange algorithm in TLS1.3raja-ashok2019-08-061-0/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-0/+4
* Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre2019-08-011-0/+2
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-313-24/+0
* Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte2019-07-311-1/+2
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-312-2/+3
* ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte2019-07-311-0/+2
* ERR: Add new building blocks for reporting errorsRichard Levitte2019-07-311-0/+4
* Add functions to see if a provider is available for use.Richard Levitte2019-07-261-0/+1
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-0/+1
* Don't complain if function name doesn't matchRich Salz2019-07-231-4/+0
* Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte2019-07-231-0/+2
* Add OSSL_PROVIDER_name()Richard Levitte2019-07-231-0/+1
* Add EVP_MD_provider() and EVP_CIPHER_provider()Richard Levitte2019-07-231-0/+2
* Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte2019-07-232-0/+3
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-0/+1
* x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre2019-07-221-0/+1
* Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte2019-07-222-0/+5
* util/find-doc-nits: fixupsRichard Levitte2019-07-191-12/+17
* Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz2019-07-173-6/+4
* Add the ability to set PKCS#3 DH padding in providersMatt Caswell2019-07-161-0/+2