aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Fix build break; add function declarationRich Salz1-0/+1
2016-03-12When creating directory specs, use srctop_dir rather than srctop_file.Richard Levitte1-3/+3
2016-03-12Because bn_expand2 is declared non-static, it must not be staticRichard Levitte1-1/+1
2016-03-11Review commentsKurt Roeckx1-14/+17
2016-03-11Add blake2 support.Bill Cox1-0/+57
2016-03-11Surround ctx_set_ctlog_list_file() with #ifndef OPENSSL_NO_CTRob Percival1-0/+2
2016-03-11Suppress CT warnings in test_sslMatt Caswell1-0/+2
2016-03-11Avoid getting unresolved referense to bn_expand2 in test/bntest.cRichard Levitte1-0/+13
2016-03-10check reviewer --reviewer=emiliaRob Percival1-1/+1
2016-03-10No need to call EVP_CIPHER_CTX_init after EVP_CIPHER_CTX_newMatt Caswell1-1/+0
2016-03-09Use version flexible method instead of fixed versionKurt Roeckx3-40/+8
2016-03-09Use minimum and maximum protocol version instead of version fixed methodsKurt Roeckx1-33/+33
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2-4/+5
2016-03-09Make ct_dir and certs_dir static in test/ct_test.cRichard Levitte1-2/+2
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte1-1/+0
2016-03-09Make SCT literals into const variables in ct_test.cRob Percival1-14/+19
2016-03-09Removes SCT_LIST_set_source and SCT_LIST_set0_logsRob Percival1-6/+11
2016-03-09Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cRob Percival1-4/+0
2016-03-09Use SCT_VERSION_V1 in place of literal 0 in ct_test.cRob Percival1-1/+1
2016-03-09Extensive application of __owur to CT functions that return a booleanRob Percival1-8/+28
2016-03-09CT test can't run without EC, so skip it on that algo as wellRichard Levitte1-1/+1
2016-03-09Fix ct_test to not assume it's in the source directoryRichard Levitte2-44/+97
2016-03-09Remove the old threading APIMatt Caswell1-56/+0
2016-03-09Don't run the TLSProxy based tests in native WindowsRichard Levitte7-7/+7
2016-03-09Ensure CRYPTO_mem_leaks is the last thing we doMatt Caswell1-3/+3
2016-03-09Fix memory leak in ssltestMatt Caswell1-0/+6
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini1-11/+14
2016-03-08Fix error in ssltestMatt Caswell1-2/+3
2016-03-08Fix build; ssltestRich Salz1-3/+3
2016-03-08GH787: Fix ALPNTodd Short2-92/+223
2016-03-07Minor update to includes and documentation for ct_test.cRob Percival1-2/+2
2016-03-07Remove OPENSSL_NO_UNIT_TEST guard from ct_test.cRob Percival1-1/+1
2016-03-07Fixes memory leaks in CT codeRob Percival1-5/+5
2016-03-07Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte1-2/+8
2016-03-07documentation and duplicate goto statementsBilly Brumley2-4/+32
2016-03-07move ifdef statementsBilly Brumley2-3/+3
2016-03-07NIST SP800-56A co-factor ECDH KATsBilly Brumley2-2/+4407
2016-03-07Fix some clang warningsMatt Caswell1-9/+12
2016-03-07Fix minor errors in the afalg testMatt Caswell2-2/+2
2016-03-07Adding afalg testclucey4-4/+229
2016-03-05Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte1-2/+2
2016-03-04Extends s_client to allow a basic CT policy to be enabledRob Percival2-13/+70
2016-03-04Adds CT validation to SSL connectionsRob Percival1-1/+3
2016-03-03GH355: Implement HKDFAlessandro Ghedini1-0/+76
2016-03-03Refactor ClientHello extension parsingEmilia Kasper2-4/+102
2016-03-02Generalise KDF test in evp_test.cDr. Stephen Henson1-30/+2
2016-03-02Convert PRF tests to use CtrlDr. Stephen Henson1-24/+24
2016-03-02Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson1-1/+2
2016-03-01CT policy validationRob Percival5-21/+208
2016-03-01Verify SCT signaturesRob Percival1-0/+38