summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin
2018-05-23Fix explicit EC curve encoding.David Benjamin
2018-05-23Limit scope of CN name constraintsViktor Dukhovni
2018-05-23Fix no-ec, no-tls1_3 and no-tlsMatt Caswell
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx
2018-05-22Fix no-ec in combination with no-dhMatt Caswell
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell
2018-05-18DH: add some basic tests (and comments)Dr. Matthias St. Pierre
2018-05-17Improve testing of tickets with post-handshake authMatt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-15Suport TLSv1.3 draft 28Matt Caswell
2018-05-14Fix no-tls1_2Matt Caswell
2018-05-11Rework the decrypt ticket callbackMatt Caswell
2018-05-11Fix mem leak in sslapi testMatt Caswell
2018-05-11Add a test for the ticket callbacksMatt Caswell
2018-05-11Fix ticket callbacks in TLSv1.3Matt Caswell
2018-05-11Add some more SSL_pending() and SSL_has_pending() testsMatt Caswell
2018-05-11Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-05-11Set the ossl_shim to auto retry if not running asynchronouslyMatt Caswell
2018-05-09Fix no-cmsMatt Caswell
2018-05-09Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305Matt Caswell
2018-05-08Add a DTLS test for dropped recordsMatt Caswell
2018-05-08Add a CMS API testMatt Caswell
2018-05-02Add a test for SSL_get_shared_ciphers()Matt Caswell
2018-05-02Fix a bug in create_ssl_ctx_pair()Matt Caswell
2018-05-02opensslconf.h inclusion cleanupFdaSilvaYY
2018-05-01Update copyright yearMatt Caswell
2018-04-30Use the config file from the source not the host for the testsKurt Roeckx
2018-04-27fix: BN_swap mishandles flagsBilly Brumley
2018-04-2615-test_out_option: Refactor and don't test directory write on VMSRichard Levitte
2018-04-25test/recipes/15-test_out_option.t: refine testsRichard Levitte
2018-04-25[SM2_sign] add minimal EVP_PKEY functionality testingNicola Tuveri
2018-04-24Add a test to verify the ClientHello version is the same in a renegMatt Caswell
2018-04-24Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell
2018-04-20Add a test for SSL_pending()Matt Caswell
2018-04-20Test the state of SSL_in_init() from the info_callbackMatt Caswell
2018-04-19Add a test for a NULL X509_STORE in X509_STORE_CTX_initMatt Caswell
2018-04-19Fix no-ecMatt Caswell
2018-04-18recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation.Andy Polyakov
2018-04-18test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu
2018-04-18Add support for logging early exporter secretPeter Wu
2018-04-18Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu
2018-04-17Extend the SSL_set_bio() testsMatt Caswell
2018-04-17Add a test for the info callbackMatt Caswell
2018-04-17DRBG: fix coverity issuesDr. Matthias St. Pierre
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger
2018-04-17Update copyright yearRichard Levitte
2018-04-14TLSProxy/Proxy.pm: bind s_server to loopback interface.Andy Polyakov