summaryrefslogtreecommitdiffstats
path: root/test/ssltestlib.c
AgeCommit message (Expand)Author
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-11-18Add a test for the various ways of setting temporary DH paramsMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-06-05Fix error path in int create_ssl_ctx_pair()Matt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-04-19Use a non-default libctx in sslapitestMatt Caswell
2020-03-30Describe the "want" parameter in int create_bare_ssl_connection()Matt Caswell
2020-03-30Display errors if a test TLS connection failsMatt Caswell
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb
2020-02-06Add a test for SSL_CTX_new_with_libctx()Matt Caswell
2019-07-02Fix TyposAntoine Cœur
2019-06-03Write a test for receiving a KeyUpdate (update requested) while writingMatt Caswell
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell
2019-01-08Fix CID 1434549: Unchecked return value in test/evp_test.cFdaSilvaYY
2019-01-06Fix no-sockMatt Caswell
2018-12-07sslapitest: add test ktlsBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-10-26Add a test for duplicated DTLS recordsMatt Caswell
2018-09-21Add a test for the certificate callbackMatt Caswell
2018-06-27Add a bi-directional shutdown testMatt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-11Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell
2018-05-08Add a DTLS test for dropped recordsMatt Caswell
2018-05-02Fix a bug in create_ssl_ctx_pair()Matt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-19Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-06-21Add some tests for the new TLSv1.3 PSK codeMatt Caswell
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-05-10Add a test for SNI in conjunction with custom extensionsMatt Caswell
2017-04-26Convert dtls_mtu_test, dtlsv1listentestRich Salz
2017-03-28Move PRIu64, OSSLzu to e_os.hRich Salz
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk
2017-02-23Use correct variable in test diagnosticBenjamin Kaduk
2017-01-30Update create_ssl_connection() to make sure its gets a sessionMatt Caswell
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2016-11-23Fix the tests following the state machine changes for TLSv1.3Matt Caswell
2016-11-10test: add TLS application data corruption test.Andy Polyakov
2016-09-26Fix some mem leaks in sslapitestMatt Caswell
2016-08-22ssltestlib: Tell compiler we don't care about the value when we don'tRichard Levitte
2016-08-19MEMPACKET is typedef'd in ssltestlib.h, don't do so again in ssltestlib.cRichard Levitte
2016-08-19Fix some clang warningsMatt Caswell
2016-08-19Split create_ssl_connection()Matt Caswell
2016-08-19Add a DTLS packet mem BIOMatt Caswell
2016-08-19Add a (D)TLS dumper BIOMatt Caswell
2016-07-19Add more session testsMatt Caswell
2016-07-01Use the SSL_METHODs passed to create_ssl_ctx_pair()Matt Caswell