aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't perform tsa tests if configured "no-ts"Richard Levitte2016-03-191-0/+4
* Fix no-desMatt Caswell2016-03-182-10/+20
* Fix no-cmacMatt Caswell2016-03-181-3/+8
* Add a test to see that signals are caught as failuresRichard Levitte2016-03-183-0/+31
* Make OpenSSL::Test::run() sensitive to signalsRichard Levitte2016-03-181-2/+7
* Fix no-rc2 in the CMS testMatt Caswell2016-03-181-5/+9
* Remove Netware and OS/2Rich Salz2016-03-1714-55/+0
* Don't define OPENSSL_ENGINES in test recipes, do it in Makefiles insteadRichard Levitte2016-03-178-8/+2
* Sort cipher-list at runtime.Rich Salz2016-03-161-2/+1
* Some platforms provide getcontext() but it does not workMatt Caswell2016-03-161-31/+14
* Fix a TLSProxy race conditionMatt Caswell2016-03-153-11/+20
* General verify options to openssl tsfbroda2016-03-151-2/+2
* Disable afalg when engine is disabled.Emilia Kasper2016-03-142-10/+16
* Fix build break; add function declarationRich Salz2016-03-111-0/+1
* When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte2016-03-121-3/+3
* Because bn_expand2 is declared non-static, it must not be staticRichard Levitte2016-03-121-1/+1
* Review commentsKurt Roeckx2016-03-111-14/+17
* Add blake2 support.Bill Cox2016-03-111-0/+57
* Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival2016-03-111-0/+2
* Suppress CT warnings in test_sslMatt Caswell2016-03-111-0/+2
* Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte2016-03-111-0/+13
* check reviewer --reviewer=emiliaRob Percival2016-03-101-1/+1
* No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell2016-03-101-1/+0
* Use version flexible method instead of fixed versionKurt Roeckx2016-03-093-40/+8
* Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx2016-03-091-33/+33
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-092-4/+5
* Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte2016-03-091-2/+2
* Fix ct_test to not assume it's in the source directoryRichard Levitte2016-03-091-1/+0
* Make SCT literals into const variables in ct_test.cRob Percival2016-03-091-14/+19
* Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival2016-03-091-6/+11
* Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cRob Percival2016-03-091-4/+0
* Use SCT_VERSION_V1 in place of literal 0 in ct_test.cRob Percival2016-03-091-1/+1
* Extensive application of __owur to CT functions that return a booleanRob Percival2016-03-091-8/+28
* CT test can't run without EC, so skip it on that algo as wellRichard Levitte2016-03-091-1/+1
* Fix ct_test to not assume it's in the source directoryRichard Levitte2016-03-092-44/+97
* Remove the old threading APIMatt Caswell2016-03-091-56/+0
* Don't run the TLSProxy based tests in native WindowsRichard Levitte2016-03-097-7/+7
* Ensure CRYPTO_mem_leaks is the last thing we doMatt Caswell2016-03-091-3/+3
* Fix memory leak in ssltestMatt Caswell2016-03-091-0/+6
* Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini2016-03-081-11/+14
* Fix error in ssltestMatt Caswell2016-03-081-2/+3
* Fix build; ssltestRich Salz2016-03-081-3/+3
* GH787: Fix ALPNTodd Short2016-03-082-92/+223
* Minor update to includes and documentation for ct_test.cRob Percival2016-03-071-2/+2
* Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival2016-03-071-1/+1
* Fixes memory leaks in CT codeRob Percival2016-03-071-5/+5
* Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte2016-03-071-2/+8
* documentation and duplicate goto statementsBilly Brumley2016-03-072-4/+32
* move ifdef statementsBilly Brumley2016-03-072-3/+3
* NIST SP800-56A co-factor ECDH KATsBilly Brumley2016-03-072-2/+4407