summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell
2019-08-05Documentation for the provider Key Exchange operationMatt Caswell
2019-08-04Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()David von Oheimb
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli
2019-08-01Fix commit a672a02a s390x build breakagePatrick Steuer
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Add a CHANGES entry about loading the config file by defaultMatt Caswell
2019-08-01Fix the krb5 external testMatt Caswell
2019-08-01Load the config file by defaultMatt Caswell
2019-08-01Suppress loading the FIPS module in evp_testMatt Caswell
2019-08-01Properly process the "Availablein" keyword for evp_testMatt Caswell
2019-08-01Prevent an infinite recursion when the query cache is flushed.Pauli
2019-08-01The query cache has been updated to not depend on RAND_bytes being available.Pauli
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-31Temporary workaround for ectest.c for [extended tests]Nicola Tuveri
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte
2019-07-31Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis
2019-07-31Add evp_util macrosShane Lontis
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-31Document recent changes in NEWS and CHANGESRichard Levitte
2019-07-31Check for NULL return from zalloc in dh_dupctx.Pauli
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte
2019-07-31Adapt the FIPS provider to use the new core error functionsRichard Levitte
2019-07-31Refactor provider support for reporting errorsRichard 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-31ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte
2019-07-31Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNCRichard Levitte
2019-07-30Fix BIO_printf format warningsBernd Edlinger
2019-07-30Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger
2019-07-30Document the provider CIPHER operationMatt Caswell
2019-07-30Fix coverity 1452084Pauli
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte
2019-07-29Add weak platform independent PRNG to test framework.Pauli
2019-07-26s390x assembly pack: use getauxval to detect hw capabilitiesPatrick Steuer
2019-07-26test/recipes/30-test_evp.t: Modify to test with different providersRichard Levitte
2019-07-26test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-25Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin
2019-07-25Document the provider DIGEST operationMatt Caswell
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger