aboutsummaryrefslogtreecommitdiff
path: root/test/cipherlist_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Allow cipher strings to be given using its standard nameErik Lax1-0/+16
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-19test: fix Coverity 1454818: use after freePauli1-1/+3
2020-09-13Fix safestack issues in ssl.hMatt Caswell1-2/+0
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb1-8/+1
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2019-02-14Ignore cipher suites when setting cipher listSam Roberts1-0/+35
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-7/+7
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell1-8/+14
2018-02-08Fix no-chacha and no-poly1305Matt Caswell1-1/+3
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-2/+2
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli1-1/+5
2017-08-04Test fixtures changed to pointers.Pauli1-7/+9
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-1/+2
2017-06-23Remove uses of the TEST_check macro.Pauli1-25/+39
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-12Convert x509aux, cipherlist, casttestRich Salz1-5/+5
2017-03-29Test infrastructure additions.Pauli1-7/+3
2017-02-08update testDr. Stephen Henson1-0/+2
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-7/+2
2016-11-04testutil: always print errors on failureEmilia Kasper1-1/+0
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell1-1/+5
2016-08-24To avoid SWEET32 attack, move 3DES to weakRich Salz1-13/+0
2016-05-11Replace cipherlist testEmilia Kasper1-0/+212