summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-31ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-23Don't complain if function name doesn't matchRich Salz
2019-07-23Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte
2019-07-23Add OSSL_PROVIDER_name()Richard Levitte
2019-07-23Add EVP_MD_provider() and EVP_CIPHER_provider()Richard Levitte
2019-07-23Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte
2019-07-19util/find-doc-nits: fixupsRichard Levitte
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-07-16Add the ability to set PKCS#3 DH padding in providersMatt Caswell
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
2019-07-16Remove function name from errorsRich Salz
2019-07-15util/opensslwrap.sh: adjust to define OPENSSL_MODULES as wellRichard Levitte
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-07-02Adding Test.pm with workaround for Perl abs2rel bugMartin Peylo
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell
2019-07-02Fix TyposAntoine Cœur
2019-07-01Remove EXPORT_VAR_AS_FUNCRich Salz
2019-07-01Remove global-var/function macrosRich Salz
2019-07-01Remove DES_check_key globalRich Salz
2019-06-28Support SM2 certificate signingPaul Yang
2019-06-28Document EVP_CIPHER_up_ref()Matt Caswell
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell
2019-06-28Add documentation for EVP_CIPHER_fetchMatt Caswell
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-24Add documentation for CRYPTO_memcmp.Pauli
2019-06-21Remove OPENSSL_memcmp.Pauli
2019-06-17Add the function OPENSSL_thread_stop_ex()Matt Caswell
2019-06-17Better document specific OSSL_PARAM symbols.Pauli
2019-06-12Enable find-doc-nits to find undocumented symbols since 1.1.1Matt Caswell
2019-06-12Make find-doc-nits check for newly added undocumented symbolsMatt Caswell
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-11Change cipher default strings to a functionTodd Short
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-06-04Move digests to providersShane Lontis
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-23Add the NIST CAVS test vectors for CCMMatt Caswell