aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some clang warningsMatt Caswell2016-03-071-9/+12
* Fix minor errors in the afalg testMatt Caswell2016-03-072-2/+2
* Adding afalg testclucey2016-03-074-4/+229
* Change names of ordinals and libs, libeay => libcrypto and ssleay => libsslRichard Levitte2016-03-051-2/+2
* Extends s_client to allow a basic CT policy to be enabledRob Percival2016-03-042-13/+70
* Adds CT validation to SSL connectionsRob Percival2016-03-041-1/+3
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-0/+76
* Refactor ClientHello extension parsingEmilia Kasper2016-03-032-4/+102
* Generalise KDF test in evp_test.cDr. Stephen Henson2016-03-021-30/+2
* Convert PRF tests to use CtrlDr. Stephen Henson2016-03-021-24/+24
* Add Ctrl keyword to KDF test in evp_testDr. Stephen Henson2016-03-021-1/+2
* CT policy validationRob Percival2016-03-015-21/+208
* Verify SCT signaturesRob Percival2016-03-011-0/+38
* Fix use before init warnings in asynctestMatt Caswell2016-02-291-5/+5
* Refactor the async wait fd logicMatt Caswell2016-02-291-52/+87
* skip inappropriate X25519 testsDr. Stephen Henson2016-02-283-1/+14
* Add X25519 test vectors from RFC7748 6.1Dr. Stephen Henson2016-02-281-0/+42
* ct_test.c doesn't need to include from source top, only testutil.c doesRichard Levitte2016-02-271-1/+3
* Remove some old files.Rich Salz2016-02-2736-3596/+0
* testutil.c includes e_os.h.Ben Laurie2016-02-271-1/+1
* GH753: More spelling fixFdaSilvaYY2016-02-272-3/+3
* Public API for Certificate TransparencyRob Percival2016-02-261-2/+1