summaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell1-1/+1
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell2-1/+8
2019-08-05Fix SSL_MODE_RELEASE_BUFFERS functionalityMatt Caswell1-2/+3
2019-08-05Documentation for the provider Key Exchange operationMatt Caswell3-8/+187
2019-08-04Fix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_{push,pop}()David von Oheimb1-0/+2
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz15-71/+94
2019-08-02Use NULL as parameter when pointer can only be NULL.Pauli1-1/+1
2019-08-01Fix commit a672a02a s390x build breakagePatrick Steuer1-3/+3
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre4-0/+30
2019-08-01Add a CHANGES entry about loading the config file by defaultMatt Caswell1-0/+6
2019-08-01Fix the krb5 external testMatt Caswell1-1/+4
2019-08-01Load the config file by defaultMatt Caswell11-63/+131
2019-08-01Suppress loading the FIPS module in evp_testMatt Caswell1-1/+4
2019-08-01Properly process the "Availablein" keyword for evp_testMatt Caswell1-2/+1
2019-08-01Prevent an infinite recursion when the query cache is flushed.Pauli1-1/+1
2019-08-01The query cache has been updated to not depend on RAND_bytes being available.Pauli1-31/+38
2019-08-01Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok1-3/+3
2019-07-31Fix warning C4164 in MSVC.joe2018Outlookcom1-0/+1
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb9-4/+38
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis18-59/+1467
2019-07-31Temporary workaround for ectest.c for [extended tests]Nicola Tuveri1-1/+1
2019-07-31ERR: fix err_data_size inconsistenciesRichard Levitte2-4/+4
2019-07-31Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis3-8/+8
2019-07-31Add evp_util macrosShane Lontis7-30/+78
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY13-51/+51
2019-07-31Document recent changes in NEWS and CHANGESRichard Levitte2-0/+11
2019-07-31Check for NULL return from zalloc in dh_dupctx.Pauli1-0/+2
2019-07-31Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte6-6/+12
2019-07-31Adapt the FIPS provider to use the new core error functionsRichard Levitte1-19/+22
2019-07-31Refactor provider support for reporting errorsRichard Levitte4-84/+119
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte6-59/+27
2019-07-31ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte3-46/+73
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte5-1/+205
2019-07-31ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte3-43/+71
2019-07-31Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNCRichard Levitte2-115/+144
2019-07-30Fix BIO_printf format warningsBernd Edlinger3-4/+4
2019-07-30Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger1-10/+4
2019-07-30Document the provider CIPHER operationMatt Caswell3-5/+323
2019-07-30Fix coverity 1452084Pauli1-6/+6
2019-07-30ERR: re-use the err_data field when possibleRichard Levitte2-32/+75
2019-07-29Add weak platform independent PRNG to test framework.Pauli4-4/+52
2019-07-26s390x assembly pack: use getauxval to detect hw capabilitiesPatrick Steuer1-32/+63
2019-07-26test/recipes/30-test_evp.t: Modify to test with different providersRichard Levitte5-8/+57
2019-07-26test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte2-49/+59
2019-07-26Add functions to see if a provider is available for use.Richard Levitte9-45/+101
2019-07-25Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin1-2/+2
2019-07-25Document the provider DIGEST operationMatt Caswell3-6/+218
2019-07-24Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre4-19/+11
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre2-6/+0
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre1-33/+28