summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08Fix error in ssltestMatt Caswell
2016-03-08Fix build; ssltestRich Salz
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Minor update to includes and documentation for ct_test.cRob Percival
2016-03-07Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival
2016-03-07Fixes memory leaks in CT codeRob Percival
2016-03-07Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte
2016-03-07documentation and duplicate goto statementsBilly Brumley
2016-03-07move ifdef statementsBilly Brumley
2016-03-07NIST SP800-56A co-factor ECDH KATsBilly Brumley
2016-03-07Fix some clang warningsMatt Caswell
2016-03-07Fix minor errors in the afalg testMatt Caswell
2016-03-07Adding afalg testclucey
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-03Refactor ClientHello extension parsingEmilia Kasper
2016-03-02Generalise KDF test in evp_test.cDr. Stephen Henson
2016-03-02Convert PRF tests to use CtrlDr. Stephen Henson
2016-03-02Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson
2016-03-01CT policy validationRob Percival
2016-03-01Verify SCT signaturesRob Percival
2016-02-29Fix use before init warnings in asynctestMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-28skip inappropriate X25519 testsDr. Stephen Henson
2016-02-28Add X25519 test vectors from RFC7748 6.1Dr. Stephen Henson
2016-02-27ct_test.c doesn't need to include from source top, only testutil.c doesRichard Levitte
2016-02-27Remove some old files.Rich Salz
2016-02-27testutil.c includes e_os.h.Ben Laurie
2016-02-27GH753: More spelling fixFdaSilvaYY