summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-161-0/+4
* Remove function name from errorsRich Salz2019-07-161-41/+15
* util/opensslwrap.sh: adjust to define OPENSSL_MODULES as wellRichard Levitte2019-07-151-0/+3
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-0/+1
* Adding Test.pm with workaround for Perl abs2rel bugMartin Peylo2019-07-021-2/+3
* Make BIGNUM rand functions available within the FIPS moduleMatt Caswell2019-07-021-0/+4
* Fix TyposAntoine Cœur2019-07-021-2/+2
* Remove EXPORT_VAR_AS_FUNCRich Salz2019-07-015-333/+163
* Remove global-var/function macrosRich Salz2019-07-013-16/+0
* Remove DES_check_key globalRich Salz2019-07-012-3/+2
* Support SM2 certificate signingPaul Yang2019-06-281-0/+2
* Document EVP_CIPHER_up_ref()Matt Caswell2019-06-281-1/+0
* Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell2019-06-282-3/+3
* Add documentation for EVP_CIPHER_fetchMatt Caswell2019-06-281-1/+0
* Move the public SIV mode functions from public headers to internal onesMatt Caswell2019-06-271-11/+11
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-242-6/+8
* Add documentation for CRYPTO_memcmp.Pauli2019-06-242-2/+0
* Remove OPENSSL_memcmp.Pauli2019-06-212-2/+1
* Add the function OPENSSL_thread_stop_ex()Matt Caswell2019-06-171-0/+1
* Better document specific OSSL_PARAM symbols.Pauli2019-06-171-9/+6
* Enable find-doc-nits to find undocumented symbols since 1.1.1Matt Caswell2019-06-124-6/+1922
* Make find-doc-nits check for newly added undocumented symbolsMatt Caswell2019-06-124-11/+1814
* Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell2019-06-121-0/+2
* Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis2019-06-111-1/+1
* Change cipher default strings to a functionTodd Short2019-06-112-0/+4
* Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell2019-06-071-0/+5
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-1/+1