Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Fix 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-02Use the SSL_METHODs passed to create_ssl_ctx_pair()Matt Caswell
2016-06-13Add some session API testsMatt Caswell