summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a test for a NULL X509_STORE in X509_STORE_CTX_initMatt Caswell2018-04-191-0/+38
* Fix no-ecMatt Caswell2018-04-191-0/+2
* recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation.Andy Polyakov2018-04-183-57/+149
* test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu2018-04-182-6/+0
* Add support for logging early exporter secretPeter Wu2018-04-181-0/+8
* Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu2018-04-181-4/+57
* Add support for logging TLS 1.3 exporter secretPeter Wu2018-04-181-2/+10
* Extend the SSL_set_bio() testsMatt Caswell2018-04-171-32/+95
* Add a test for the info callbackMatt Caswell2018-04-171-0/+257
* DRBG: fix coverity issuesDr. Matthias St. Pierre2018-04-171-3/+13
* Add a config option to disable automatic config loadingBernd Edlinger2018-04-171-0/+5
* Update copyright yearRichard Levitte2018-04-172-2/+2
* TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov2018-04-141-1/+2
* test/recipes/test_genrsa.t : don't fail because of size limit changesRichard Levitte2018-04-131-6/+34
* Add a test for SRPMatt Caswell2018-04-133-2/+239
* test/asn1_time_test.c: make it work on 64-bit HP-UX.Andy Polyakov2018-04-081-0/+2
* Fix configuration of TLSv1.3 ciphersuitesMatt Caswell2018-04-041-4/+2
* Add some tests for configuring the TLSv1.3 ciphersuitesMatt Caswell2018-04-041-0/+82
* Fix a bug in ecp_nistp224.c.David Benjamin2018-04-031-0/+9
* Update copyright yearMatt Caswell2018-04-037-7/+7
* Make sure we use a nonce when a nonce is requiredKurt Roeckx2018-04-011-0/+63
* Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger2018-03-311-2/+2
* Refuse to run test_cipherlist unless shared library matches buildRichard Levitte2018-03-313-1/+31
* Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2018-03-311-3/+15
* Faster fuzz test: teach the fuzz test programs to handle directoriesRichard Levitte2018-03-291-5/+5
* Tolerate a Certificate using a non-supported group on server sideMatt Caswell2018-03-282-397/+506
* Revert "Temporarily disable some tests that hang"Matt Caswell2018-03-281-4/+0
* Temporarily disable some tests that hangMatt Caswell2018-03-271-0/+4
* test/test_test.c: add CRYPTO_memcmp regression test.Andy Polyakov2018-03-271-0/+5
* test/shlibloadtest.c: make some variables block localRichard Levitte2018-03-231-2/+3
* test/shlibloadtest.c: fix various errorsRichard Levitte2018-03-231-4/+4
* Include "internal/dso_conf.h" where needed and appropriateRichard Levitte2018-03-232-1/+2
* aes ctr_drbg: add cavs testsPatrick Steuer2018-03-215-1/+170696
* Add dladdr() for AIXMatthias Kraft2018-03-202-4/+51
* Reduce the verbosity of test_storeMatt Caswell2018-03-201-33/+38
* Update copyright yearMatt Caswell2018-03-2029-29/+29
* Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre2018-03-191-1/+16
* Don't generate buildtest_*err.cRichard Levitte2018-03-191-0/+2
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-1913-58/+127
* Fix no-sm2Matt Caswell2018-03-191-0/+23
* Fix no-posix-io compile failureMatt Caswell2018-03-191-1/+1
* Fix no-pskMatt Caswell2018-03-191-0/+10
* Apply system_default configuration on SSL_CTX_new().Tomas Mraz2018-03-194-1/+94
* Add a multithread rand testKurt Roeckx2018-03-191-0/+89
* Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd2018-03-191-1/+6
* Support SM2 ECIES scheme via EVPJack Lloyd2018-03-191-0/+5
* Add SM2 signature and ECIES schemesJack Lloyd2018-03-194-0/+510
* Fix bio callback backward compatibilityBernd Edlinger2018-03-193-0/+134
* Fix no-ecMatt Caswell2018-03-192-1/+2
* Add a test for 0RTT replay protectionMatt Caswell2018-03-191-0/+57