summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell
2018-06-27Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell
2018-06-27Add a bi-directional shutdown testMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-06-22Fix negative test result in sm2 testBernd Edlinger
2018-06-22recipes/90-test_shlibload.t: disable tests on AIX till further notice.Andy Polyakov
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri
2018-06-22testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre
2018-06-22Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger
2018-06-21[crypto/ec] don't assume points are of order group->orderBilly Brumley
2018-06-20Update copyright yearMatt Caswell
2018-06-20Fix no-sm2Matt Caswell
2018-06-20Fix test sm2 test failure with ec blindingBernd Edlinger
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-06-18add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architec...David von Oheimb
2018-06-08Fix no-ecMatt Caswell
2018-06-08Add a test for the raw private/public key gettersMatt Caswell
2018-06-07Don't store the ticket nonce in the sessionMatt Caswell
2018-06-04Use lowercase for internal SM2 symbolsMatt Caswell
2018-06-04Improve use of the test framework in the SM2 internal testsMatt Caswell
2018-06-04Add test recipes for internal SM2 testsMatt Caswell
2018-06-04Make SM2 functions privateJack Lloyd
2018-05-30OSSL_STORE: don't test file: URIs on MingwRichard Levitte
2018-05-29Test that a ^ 0 mod -1 is always 0Matt Caswell
2018-05-29Update copyright yearMatt Caswell
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