summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use NULL as parameter when pointer can only be NULL.Pauli2019-08-021-1/+1
* Fix commit a672a02a s390x build breakagePatrick Steuer2019-08-011-3/+3
* Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre2019-08-014-0/+30
* Add a CHANGES entry about loading the config file by defaultMatt Caswell2019-08-011-0/+6
* Fix the krb5 external testMatt Caswell2019-08-011-1/+4
* Load the config file by defaultMatt Caswell2019-08-0111-63/+131
* Suppress loading the FIPS module in evp_testMatt Caswell2019-08-011-1/+4
* Properly process the "Availablein" keyword for evp_testMatt Caswell2019-08-011-2/+1
* Prevent an infinite recursion when the query cache is flushed.Pauli2019-08-011-1/+1
* The query cache has been updated to not depend on RAND_bytes being available.Pauli2019-08-011-31/+38
* Use allow_early_data_cb from SSL instead of SSL_CTXraja-ashok2019-08-011-3/+3
* Fix warning C4164 in MSVC.joe2018Outlookcom2019-07-311-0/+1
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-319-4/+38
* Add gcm ciphers (aes and aria) to providers.Shane Lontis2019-07-3118-59/+1467
* Temporary workaround for ectest.c for [extended tests]Nicola Tuveri2019-07-311-1/+1
* ERR: fix err_data_size inconsistenciesRichard Levitte2019-07-312-4/+4
* Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis2019-07-313-8/+8
* Add evp_util macrosShane Lontis2019-07-317-30/+78
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-3113-51/+51
* Document recent changes in NEWS and CHANGESRichard Levitte2019-07-312-0/+11
* Check for NULL return from zalloc in dh_dupctx.Pauli2019-07-311-0/+2
* Avoid using ERR_put_error() directly in OpenSSL codeRichard Levitte2019-07-316-6/+12
* Adapt the FIPS provider to use the new core error functionsRichard Levitte2019-07-311-19/+22
* Refactor provider support for reporting errorsRichard Levitte2019-07-314-84/+119
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-316-59/+27
* ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte2019-07-313-46/+73
* ERR: Add new building blocks for reporting errorsRichard Levitte2019-07-315-1/+205
* ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte2019-07-313-43/+71
* Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNCRichard Levitte2019-07-312-115/+144
* Fix BIO_printf format warningsBernd Edlinger2019-07-303-4/+4
* Use OPENSSL_strlcpy instead of strncpy in e_afalg.cBernd Edlinger2019-07-301-10/+4
* Document the provider CIPHER operationMatt Caswell2019-07-303-5/+323
* Fix coverity 1452084Pauli2019-07-301-6/+6
* ERR: re-use the err_data field when possibleRichard Levitte2019-07-302-32/+75
* Add weak platform independent PRNG to test framework.Pauli2019-07-294-4/+52
* s390x assembly pack: use getauxval to detect hw capabilitiesPatrick Steuer2019-07-261-32/+63
* test/recipes/30-test_evp.t: Modify to test with different providersRichard Levitte2019-07-265-8/+57
* test/evp_test.c: modify to use OSSL_PROVIDER_available()Richard Levitte2019-07-262-49/+59
* Add functions to see if a provider is available for use.Richard Levitte2019-07-269-45/+101
* Don't generate an unnecessary Diffie-Hellman key in TLS 1.3 clients.David Benjamin2019-07-251-2/+2
* Document the provider DIGEST operationMatt Caswell2019-07-253-6/+218
* Remove HEADER_X509_H and HEADER_SSL_H include detectors from appsDr. Matthias St. Pierre2019-07-244-19/+11
* Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre2019-07-242-6/+0
* Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre2019-07-241-33/+28
* Enforce a minimum DH modulus size of 512 bitsBernd Edlinger2019-07-249-20/+36
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-2325-234/+246
* Remove some utilities from the core to provider interfaceMatt Caswell2019-07-236-196/+131
* Don't complain if function name doesn't matchRich Salz2019-07-231-4/+0
* Make rand_pool buffers more dynamic in their sizing.Pauli2019-07-235-5/+67
* Avoid double clearing some BIGNUMsPauli2019-07-231-11/+9