summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-22Allocate DRBG additional data pool from non-secure memoryBernd Edlinger5-14/+31
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre5-5/+7
2019-07-22x509: add missing X509 dup functionsDr. Matthias St. Pierre1-0/+5
2019-07-22x509: sort X509 dup functions alphabeticallyDr. Matthias St. Pierre2-6/+6
2019-07-22Add an internal API to access the KEYMGMT provider functionsRichard Levitte3-0/+222
2019-07-22Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte4-11/+34
2019-07-22Adapt int_ctx_new() to use with providersRichard Levitte1-2/+14
2019-07-22Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte6-2/+266
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte10-6/+405
2019-07-18Add param builder free function.Pauli4-54/+71
2019-07-21Cygwin: enable the use of Dl_info and dladdr()Richard Levitte1-2/+1
2019-07-19test/enginetest.c: Make sure no config file is loadedRichard Levitte1-2/+15
2019-07-19doc: fix some linksRichard Levitte6-6/+10
2019-07-19util/find-doc-nits: fixupsRichard Levitte1-12/+17
2019-07-19Fix no-dhMatt Caswell4-3/+17
2019-07-18Correct some OSSL_PARAM documentationRichard Levitte2-69/+80
2019-07-18Add value_barriers in constant time select functionsBernd Edlinger1-4/+58
2019-07-18Fix S390X compile error due to missing definesShane Lontis1-6/+16
2019-07-18Cleanup use of X509 STORE locksShane Lontis1-37/+40
2019-07-18Fix init_get_thread_local()Dr. Matthias St. Pierre1-26/+38
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz9-226/+43
2019-07-17Fix the return value for SSL_get0_chain_certs()Matt Caswell1-0/+1
2019-07-17Parameter building utilities.Pauli10-3/+984
2019-07-16remove end of line spacesPauli7-11/+11
2019-07-16Remove tab characters from C source files.Pauli20-228/+228
2019-07-16Auto add a label depending on the type of issue they report.Kurt Roeckx2-0/+2
2019-07-16Provider config module: allow providers to already be loadedRichard Levitte1-1/+3
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short2-3/+3
2019-07-16s390x assembly pack: fix restoring of SIGILL actionPatrick Steuer1-5/+5
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni1-2/+4
2019-07-16Document the new EVP_KEYEXCH type and related functionsMatt Caswell5-13/+124
2019-07-16Add the ability to set PKCS#3 DH padding in providersMatt Caswell9-7/+105
2019-07-16Enable PKCS#3 DH in the providersMatt Caswell1-2/+0
2019-07-16Implement PKCS#3 DH Key Exchange in the default providerMatt Caswell5-1/+189
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell14-135/+607
2019-07-16Regenerate mkerr filesRich Salz84-5066/+2179
2019-07-16Remove function name from errorsRich Salz15-273/+91
2019-07-16Remove DRBG from SSL structure.Pauli1-1/+0
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis28-1027/+822
2019-07-11remove end of line whitespacePauli1-1/+1
2019-07-11Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell4-144/+129
2019-07-11Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell2-11/+53
2019-07-11Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell2-91/+62
2019-07-11Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell17-16/+20
2019-07-11Add simple ASN.1 utils for DSA signature DER.David Makepeace8-16/+665
2019-07-11Coverity #1451596: check dirlen for being negativePauli1-0/+2
2019-07-11Coverity #1451595: use correct free function.Pauli1-2/+2
2019-07-15util/opensslwrap.sh: adjust to define OPENSSL_MODULES as wellRichard Levitte1-0/+3
2019-07-15In documentation, consistently refer to OpenSSL 3.0Richard Levitte30-31/+31
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell14-42/+100