aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
...
* Extend the SSL_set_bio() testsMatt Caswell2018-04-171-32/+95
* Add a test for the info callbackMatt Caswell2018-04-171-0/+257
* Add a test for SRPMatt Caswell2018-04-131-1/+229
* Add some tests for configuring the TLSv1.3 ciphersuitesMatt Caswell2018-04-041-0/+82
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-43/+52
* Fix no-pskMatt Caswell2018-03-191-0/+10
* Add a test for 0RTT replay protectionMatt Caswell2018-03-191-0/+57
* Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell2018-03-191-4/+9
* Add code to run test, get malloc countsRich Salz2018-03-151-0/+17
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-11/+11
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-2/+17
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-6/+26
* Test the new PSK behaviourMatt Caswell2018-03-091-18/+154
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-02-281-1/+5
* Clear some sslapitest global variables after useMatt Caswell2018-02-261-0/+1
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-0/+82
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell2018-02-091-6/+18
* Fix no-chacha and no-poly1305Matt Caswell2018-02-081-0/+2
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+60
* Updates following review of SSL_stateless() codeMatt Caswell2018-01-241-6/+6
* Add some tests for the SSL_stateless() capabilityMatt Caswell2018-01-241-0/+90
* If a server is not acknowledging SNI then don't reject early_dataMatt Caswell2017-11-211-5/+6
* Iron out /WX errors in VC-WIN32.Andy Polyakov2017-11-171-2/+2
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+109
* Fix a bug in ALPN comparation code of a test casePaul Yang2017-10-161-1/+1
* Fix reading heap overflow in a test casePaul Yang2017-10-161-6/+7
* Add a test for setting initial SNI in CH but not using it with early_dataMatt Caswell2017-10-121-0/+10
* Introduce named constants for the ClientHello callback.David Benjamin2017-09-081-5/+5
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-081-10/+12
* Test for late client side detection of ALPN inconsistentiesMatt Caswell2017-08-311-56/+111
* Add some fixes for Travis failuresMatt Caswell2017-08-311-2/+2
* Add PSK early_data testsMatt Caswell2017-08-311-0/+171
* Add some PSK early_data testsMatt Caswell2017-08-311-94/+149
* Fix no-tls and no-tls1_2Matt Caswell2017-08-251-7/+8
* Do not lookup zero-length session IDKazuki Yamaguchi2017-08-251-8/+20
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Reorder extensions to put SigAlgs lastTodd Short2017-08-181-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Fix some typo and commentsFdaSilvaYY2017-08-121-1/+1
* Fix memory leak in session cache testBenjamin Kaduk2017-08-091-4/+6
* Test server side session cachingMatt Caswell2017-08-091-28/+153
* Simplify some of the sslapitest code.Pauli2017-08-021-79/+32
* Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell2017-08-011-20/+39
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-14/+8
* Add a test for SSL_clear()Matt Caswell2017-07-181-0/+55
* Add a test for early_data when an HRR occursMatt Caswell2017-07-181-10/+47
* The correct key length for a TLSv1.3 SHA384 ciphersuite is 48Matt Caswell2017-07-071-1/+2
* Updates following review of SSL_export_key_material() changesMatt Caswell2017-06-291-23/+10
* Add an SSL_export_keying_material() testMatt Caswell2017-06-291-0/+140