summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2016-03-30Since OpenSSL::Test redirects stderr to /dev/null, don't do so in 80-test_ca.tRichard Levitte
2016-03-30Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte
2016-03-29Require intermediate CAs to have basicConstraints CA:true.Viktor Dukhovni
2016-03-27Add session reuse tests.Kurt Roeckx
2016-03-27Math::BigInt does floored divs, BN_div does truncated div, compensateRichard Levitte
2016-03-21Fix no-sockMatt Caswell
2016-03-21Fix no-scryptMatt Caswell
2016-03-21Skip the CMS tests if CMS is disabledMatt Caswell
2016-03-21Fix no-dsaMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-19Don't perform tsa tests if configured "no-ts"Richard Levitte
2016-03-18Fix no-desMatt Caswell
2016-03-18Fix no-cmacMatt Caswell
2016-03-18Add a test to see that signals are caught as failuresRichard Levitte
2016-03-18Make OpenSSL::Test::run() sensitive to signalsRichard Levitte
2016-03-18Fix no-rc2 in the CMS testMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-17Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell
2016-03-15Fix a TLSProxy race conditionMatt Caswell
2016-03-15General verify options to openssl tsfbroda
2016-03-14Disable afalg when engine is disabled.Emilia Kasper
2016-03-11Fix build break; add function declarationRich Salz
2016-03-12When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte
2016-03-12Because bn_expand2 is declared non-static, it must not be staticRichard Levitte
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival
2016-03-11Suppress CT warnings in test_sslMatt Caswell
2016-03-11Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte
2016-03-10check reviewer --reviewer=emiliaRob Percival
2016-03-10No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx
2016-03-09Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte
2016-03-09Make SCT literals into const variables in ct_test.cRob Percival
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival
2016-03-09Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cRob Percival
2016-03-09Use SCT_VERSION_V1 in place of literal 0 in ct_test.cRob Percival
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival
2016-03-09CT test can't run without EC, so skip it on that algo as wellRichard Levitte
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte
2016-03-09Remove the old threading APIMatt Caswell
2016-03-09Don't run the TLSProxy based tests in native WindowsRichard Levitte
2016-03-09Ensure CRYPTO_mem_leaks is the last thing we doMatt Caswell
2016-03-09Fix memory leak in ssltestMatt Caswell