summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-07-23Add a mechnism to save the name of fetched methodsRichard Levitte
2019-07-22Remove superfluous call to OPENSSL_cpuid_setupPatrick Steuer
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-22Allocate DRBG additional data pool from non-secure memoryBernd Edlinger
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre
2019-07-22Add an internal API to access the KEYMGMT provider functionsRichard Levitte
2019-07-22Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte
2019-07-22Adapt int_ctx_new() to use with providersRichard Levitte
2019-07-22Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte
2019-07-19Add param builder free function.Pauli
2019-07-21Cygwin: enable the use of Dl_info and dladdr()Richard Levitte
2019-07-19Fix no-dhMatt Caswell
2019-07-18Fix S390X compile error due to missing definesShane Lontis
2019-07-18Cleanup use of X509 STORE locksShane Lontis
2019-07-18Fix init_get_thread_local()Dr. Matthias St. Pierre
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-07-17Parameter building utilities.Pauli
2019-07-16remove end of line spacesPauli
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Provider config module: allow providers to already be loadedRichard Levitte
2019-07-16s390x assembly pack: fix restoring of SIGILL actionPatrick Steuer
2019-07-16Add the ability to set PKCS#3 DH padding in providersMatt Caswell
2019-07-16Enable PKCS#3 DH in the providersMatt Caswell
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
2019-07-16Regenerate mkerr filesRich Salz
2019-07-16Remove function name from errorsRich Salz
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-07-12remove end of line whitespacePauli
2019-07-12Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell
2019-07-12Give WPACKET the ability to have a NULL buffer underneath itMatt Caswell
2019-07-12Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace
2019-07-12Coverity #1451596: check dirlen for being negativePauli
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-07-15Fix wrong lock claimed in x509 dir lookup.Krists Krilovs
2019-07-11Make allocation/free/clean available to providersRich Salz
2019-07-11Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte
2019-07-11Make more use of OSSL_PARAM for ciphersRichard Levitte
2019-07-09Replace long dash characters with normal ascii minusBernd Edlinger
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-08Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy
2019-07-08Fix build error for aarch64 big endian.Lei Maohui
2019-07-07Fix an endless loop in BN_generate_prime_exBernd Edlinger
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02FIPS module: adapt for the changed error reporting methodsRichard Levitte