summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add tests for the "req" command, -addext flagRich Salz2018-07-091-15/+19
* Add a test for the recv_max_early_data settingMatt Caswell2018-07-061-5/+37
* Reject duplicate -addext parametersRich Salz2018-07-061-1/+12
* Fix no-tls1_2Matt Caswell2018-07-041-2/+2
* Tests for MD5-SHA1 combined digest.Pauli2018-07-041-0/+14
* Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell2018-07-031-2/+3
* Check for NULL conf in NCONF_get_numberPauli2018-07-031-0/+31
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-6/+25
* Add a test for the new early data callbackMatt Caswell2018-07-021-14/+98
* More EVP ECC testing: positive and negativeBilly Brumley2018-06-292-1/+4367
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-6/+13
* Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell2018-06-271-6/+6
* Add a bi-directional shutdown testMatt Caswell2018-06-273-4/+146
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-265-6/+64
* Fix negative test result in sm2 testBernd Edlinger2018-06-221-1/+1
* recipes/90-test_shlibload.t: disable tests on AIX till further notice.Andy Polyakov2018-06-221-0/+1
* enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri2018-06-221-1/+1
* testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre2018-06-221-1/+1
* Fixed range of random produced in BN_is_prime_fasttest_ex() to be 1 < rand < ...Shane Lontis2018-06-211-12/+36
* Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger2018-06-211-1/+1
* [crypto/ec] don't assume points are of order group->orderBilly Brumley2018-06-211-0/+29
* Update copyright yearMatt Caswell2018-06-202-2/+2
* Fix no-sm2Matt Caswell2018-06-201-22/+7
* Fix test sm2 test failure with ec blindingBernd Edlinger2018-06-201-7/+20
* Move SM2 algos to SM2 specific PKEY methodJack Lloyd2018-06-193-0/+139
* add cast in test/x509aux.c preventing compiler warning for VC-WIN64A architec...David von Oheimb2018-06-181-1/+1
* Fix no-ecMatt Caswell2018-06-081-1/+4
* Add a test for the raw private/public key gettersMatt Caswell2018-06-081-0/+81
* Don't store the ticket nonce in the sessionMatt Caswell2018-06-071-9/+9
* Use lowercase for internal SM2 symbolsMatt Caswell2018-06-041-6/+6
* Improve use of the test framework in the SM2 internal testsMatt Caswell2018-06-046-521/+370
* Add test recipes for internal SM2 testsMatt Caswell2018-06-042-0/+38
* Make SM2 functions privateJack Lloyd2018-06-043-11/+13
* OSSL_STORE: don't test file: URIs on MingwRichard Levitte2018-05-301-7/+18
* Test that a ^ 0 mod -1 is always 0Matt Caswell2018-05-291-0/+48
* Update copyright yearMatt Caswell2018-05-2913-13/+13
* Save and restore the Windows error around TlsGetValue.David Benjamin2018-05-233-1/+56
* Fix explicit EC curve encoding.David Benjamin2018-05-231-5/+76
* Limit scope of CN name constraintsViktor Dukhovni2018-05-2312-140/+254
* Fix no-ec, no-tls1_3 and no-tlsMatt Caswell2018-05-231-0/+2
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-221-9/+0
* Fix no-ec in combination with no-dhMatt Caswell2018-05-222-2/+13
* Don't cache stateless tickets in TLSv1.3Matt Caswell2018-05-211-4/+17
* DH: add some basic tests (and comments)Dr. Matthias St. Pierre2018-05-181-0/+85
* Improve testing of tickets with post-handshake authMatt Caswell2018-05-171-18/+51
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-173-36/+161
* Suport TLSv1.3 draft 28Matt Caswell2018-05-151-3/+4
* Fix no-tls1_2Matt Caswell2018-05-141-2/+2
* Rework the decrypt ticket callbackMatt Caswell2018-05-112-39/+126
* Fix mem leak in sslapi testMatt Caswell2018-05-111-15/+16