summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell2018-02-099-61/+101
* Fix no-chacha and no-poly1305Matt Caswell2018-02-082-1/+5
* Don't run tls13encryptiontest on a shared Windows buildMatt Caswell2018-02-071-0/+3
* Fix clienthellotest with TLSv1.3Matt Caswell2018-02-071-0/+9
* Enable TLSv1.3 by defaultMatt Caswell2018-02-075-440/+2232
* Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte2018-02-071-5/+5
* test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctlyRichard Levitte2018-02-071-1/+1
* Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte2018-02-071-5/+5
* Code cleanup: remove benchmark code from internal testsRichard Levitte2018-02-063-183/+0
* Make sure that exporting keying material is allowedTatsuhiro Tsujikawa2018-02-031-0/+5
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-019-14/+902
* Add missing \n in some testutil outputRichard Levitte2018-01-311-2/+2
* Make test/uitest depend on the private apps support libraryRichard Levitte2018-01-311-3/+4
* test/asn1_time_test.c: fix pre-C90 warning.Andy Polyakov2018-01-311-1/+1
* Don't break testing when runnins as rootRichard Levitte2018-01-291-3/+2
* Get rid of a warning about unused resultsRichard Levitte2018-01-281-3/+4
* Catch some more old sigalg names in commentsBenjamin Kaduk2018-01-261-1/+1
* Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk2018-01-251-2/+65
* Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk2018-01-253-74/+122
* 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
* Small cleanup of some build.info filesRichard Levitte2018-01-241-2/+0
* SHA512/224 and SHA512/256Pauli2018-01-231-1/+61
* test/ossl_shim/packeted_bio.h: don't include e_os.hRichard Levitte2018-01-221-1/+0
* Reduce the use of e_os.h in test programsRichard Levitte2018-01-225-76/+72
* Enable TLSProxy tests on WindowsRichard Levitte2018-01-2021-21/+21
* Copyright update of more files that have changed this yearRichard Levitte2018-01-193-3/+3
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Stop using unimplemented cipher classes.Bernd Edlinger2018-01-061-1/+1
* crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre2018-01-041-1/+1
* Test that supported_groups is permitted in ServerHelloBenjamin Kaduk2018-01-031-5/+16
* Fix minor 'the the' typosDaniel Bevenius2018-01-021-1/+1
* Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger2017-12-271-12/+2
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-171-0/+13
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-171-14/+270
* Fix invalid function type casts.Bernd Edlinger2017-12-153-8/+8
* Fix some clang compilation errorsMatt Caswell2017-12-141-5/+6
* Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabledMatt Caswell2017-12-141-3/+4
* Add some TLSv1.3 CCS testsMatt Caswell2017-12-143-1/+518
* Send supported_versions in an HRRMatt Caswell2017-12-142-0/+4
* Merge HRR into ServerHelloMatt Caswell2017-12-145-13/+16
* Send TLSv1.2 as the record version when using TLSv1.3Matt Caswell2017-12-141-2/+2
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-141-0/+2
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-143-5/+41
* rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior2017-12-111-3/+3
* Fix no-chachaMatt Caswell2017-12-112-2/+2
* Don't expect a POLY1305 ciphersuite when using no-poly1305Matt Caswell2017-12-113-9/+15
* Replace tabs with spaces in 25-cipher.conf.inMatt Caswell2017-12-111-51/+51
* Fix no-tls1_1Matt Caswell2017-12-112-62/+67
* Fix ssl_test_new with no-tls1_2Matt Caswell2017-12-101-1/+1