summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
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