aboutsummaryrefslogtreecommitdiff
path: root/test/handshake_helper.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-11Fix some Typos and indentsFdaSilvaYY1-1/+1
2017-07-17Address Coverity issues.Pauli1-3/+2
2017-07-14Remove trailing blanks.Pauli1-1/+1
2017-07-14Test cleaning and modernisationPauli1-1/+1
2017-07-05Remove the TEST_check macro.Pauli1-113/+197
2017-06-26Fix return value checking for BIO_sock_initPaul Yang1-1/+1
2017-06-06Handle the server refusing to reneg in a reneg_setupTodd Short1-0/+11
2017-04-25Address review feedback for the SCTP changesMatt Caswell1-0/+5
2017-04-25Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell1-30/+172
2017-04-10Allow an ALPN callback to pretend to not existBenjamin Kaduk1-1/+1
2017-04-03Add ExpectedServerCANamesDr. Stephen Henson1-2/+9
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson1-0/+8
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper1-0/+52
2017-03-02Add compression testsMatt Caswell1-0/+3
2017-02-23Tests for SSL early callbackBenjamin Kaduk1-1/+117
2017-02-17Add some KeyUpdate testsMatt Caswell1-3/+41
2017-02-16Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell1-3/+13
2017-01-30Add test support for TLS signature types.Dr. Stephen Henson1-0/+3
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-1/+1
2017-01-20Add options to check TLS signing hashesDr. Stephen Henson1-0/+3
2017-01-15Add options to check certificate types.Dr. Stephen Henson1-9/+30
2017-01-09Move extension data into sub-structsRich Salz1-4/+4
2017-01-08Add new ssl_test option.Dr. Stephen Henson1-0/+14
2016-12-16test/ssl_test: give up if both client and server wait on readRichard Levitte1-1/+12
2016-09-28Extend the renegotiation testsMatt Caswell1-24/+57
2016-09-28Add support for testing renegotiationMatt Caswell1-5/+72
2016-09-22Add -Wswitch-enumRich Salz1-5/+8
2016-08-30Add some CertStatus testsMatt Caswell1-0/+42
2016-08-18Test that the peers send at most one fatal alertEmilia Kasper1-0/+6
2016-08-18Port multi-buffer testsEmilia Kasper1-6/+29
2016-08-16Convert SSL_SESSION* functions to use const gettersMatt Caswell1-1/+1
2016-08-16SSL tests: send some application dataEmilia Kasper1-58/+226
2016-08-10Don't attempt to load the CT log list with no-ecEmilia Kasper1-1/+2
2016-08-10Gracefully free a NULL HANDSHAKE_RESULTEmilia Kasper1-0/+2
2016-08-10Add TEST_checkEmilia Kasper1-33/+31
2016-08-10SSL tests: port CT tests, add a few moreEmilia Kasper1-0/+16
2016-08-08Fix ALPN tests when NPN is offEmilia Kasper1-8/+5
2016-08-08Reorganize SSL test structuresEmilia Kasper1-24/+24
2016-08-01Fix various no-*s.Ben Laurie1-1/+10
2016-07-21Test client-side resumptionEmilia Kasper1-2/+3
2016-07-20SSL test framework: port resumption testsEmilia Kasper1-11/+87
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper1-32/+247
2016-06-28SSL test framework: port SNI testsEmilia Kasper1-9/+68
2016-06-14Shorten some symbol namesRichard Levitte1-17/+17
2016-06-13Clean up following new SNI testsEmilia Kasper1-7/+40
2016-06-09Fix session ticket and SNITodd Short1-3/+47
2016-05-17Copyright consolidation 02/10Rich Salz1-4/+3
2016-05-12Remove proxy tests. Add verify callback tests.Emilia Kasper1-1/+36
2016-04-05New SSL test frameworkEmilia Kasper1-0/+239