aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-04-24Add a test to verify the ClientHello version is the same in a renegMatt Caswell1-1/+29
2018-04-24Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell2-2/+10
2018-04-20Add a test for SSL_pending()Matt Caswell1-0/+52
2018-04-20Test the state of SSL_in_init() from the info_callbackMatt Caswell1-0/+6
2018-04-19Add a test for a NULL X509_STORE in X509_STORE_CTX_initMatt Caswell1-0/+38
2018-04-19Fix no-ecMatt Caswell1-0/+2
2018-04-18recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation.Andy Polyakov3-57/+149
2018-04-18test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu2-6/+0
2018-04-18Add support for logging early exporter secretPeter Wu1-0/+8
2018-04-18Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu1-4/+57
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu1-2/+10
2018-04-17Extend the SSL_set_bio() testsMatt Caswell1-32/+95
2018-04-17Add a test for the info callbackMatt Caswell1-0/+257
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre1-3/+13
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger1-0/+5
2018-04-17Update copyright yearRichard Levitte2-2/+2
2018-04-14TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov1-1/+2
2018-04-13test/recipes/test_genrsa.t : don't fail because of size limit changesRichard Levitte1-6/+34
2018-04-13Add a test for SRPMatt Caswell3-2/+239
2018-04-08test/asn1_time_test.c: make it work on 64-bit HP-UX.Andy Polyakov1-0/+2
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell1-4/+2
2018-04-04Add some tests for configuring the TLSv1.3 ciphersuitesMatt Caswell1-0/+82
2018-04-03Fix a bug in ecp_nistp224.c.David Benjamin1-0/+9
2018-04-03Update copyright yearMatt Caswell7-7/+7
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx1-0/+63
2018-03-31Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger1-2/+2
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte3-1/+31
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger1-3/+15
2018-03-29Faster fuzz test: teach the fuzz test programs to handle directoriesRichard Levitte1-5/+5
2018-03-28Tolerate a Certificate using a non-supported group on server sideMatt Caswell2-397/+506
2018-03-28Revert "Temporarily disable some tests that hang"Matt Caswell1-4/+0
2018-03-27Temporarily disable some tests that hangMatt Caswell1-0/+4
2018-03-27test/test_test.c: add CRYPTO_memcmp regression test.Andy Polyakov1-0/+5
2018-03-23test/shlibloadtest.c: make some variables block localRichard Levitte1-2/+3
2018-03-23test/shlibloadtest.c: fix various errorsRichard Levitte1-4/+4
2018-03-23Include "internal/dso_conf.h" where needed and appropriateRichard Levitte2-1/+2
2018-03-21aes ctr_drbg: add cavs testsPatrick Steuer5-1/+170696
2018-03-20Add dladdr() for AIXMatthias Kraft2-4/+51
2018-03-20Reduce the verbosity of test_storeMatt Caswell1-33/+38
2018-03-20Update copyright yearMatt Caswell29-29/+29
2018-03-19Fix: drbgtest fails when tests are executed in random orderDr. Matthias St. Pierre1-1/+16
2018-03-19Don't generate buildtest_*err.cRichard Levitte1-0/+2
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte13-58/+127
2018-03-19Fix no-sm2Matt Caswell1-0/+23
2018-03-19Fix no-posix-io compile failureMatt Caswell1-1/+1
2018-03-19Fix no-pskMatt Caswell1-0/+10
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz4-1/+94
2018-03-19Add a multithread rand testKurt Roeckx1-0/+89
2018-03-19Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLENJack Lloyd1-1/+6
2018-03-19Support SM2 ECIES scheme via EVPJack Lloyd1-0/+5