aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Fix no-chacha and no-poly1305Matt Caswell2-1/+5
2018-02-07Don't run tls13encryptiontest on a shared Windows buildMatt Caswell1-0/+3
2018-02-07Fix clienthellotest with TLSv1.3Matt Caswell1-0/+9
2018-02-07Enable TLSv1.3 by defaultMatt Caswell5-440/+2232
2018-02-07Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"Richard Levitte1-5/+5
2018-02-07test/recipes/30-test_afalg.t: set OPENSSL_ENGINES correctlyRichard Levitte1-1/+1
2018-02-07Modify test/afalgtest to fail if the afalg engine couldn't be loadedRichard Levitte1-5/+5
2018-02-06Code cleanup: remove benchmark code from internal testsRichard Levitte3-183/+0
2018-02-02Make sure that exporting keying material is allowedTatsuhiro Tsujikawa1-0/+5
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short9-14/+902
2018-01-31Add missing \n in some testutil outputRichard Levitte1-2/+2
2018-01-31Make test/uitest depend on the private apps support libraryRichard Levitte1-3/+4
2018-01-31test/asn1_time_test.c: fix pre-C90 warning.Andy Polyakov1-1/+1
2018-01-29Don't break testing when runnins as rootRichard Levitte1-3/+2
2018-01-28Get rid of a warning about unused resultsRichard Levitte1-3/+4
2018-01-26Catch some more old sigalg names in commentsBenjamin Kaduk1-1/+1
2018-01-25Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk1-2/+65
2018-01-25Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk3-74/+122
2018-01-24Updates following review of SSL_stateless() codeMatt Caswell1-6/+6
2018-01-24Add some tests for the SSL_stateless() capabilityMatt Caswell1-0/+90
2018-01-24Small cleanup of some build.info filesRichard Levitte1-2/+0
2018-01-24SHA512/224 and SHA512/256Pauli1-1/+61
2018-01-22test/ossl_shim/packeted_bio.h: don't include e_os.hRichard Levitte1-1/+0
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte5-76/+72
2018-01-20Enable TLSProxy tests on WindowsRichard Levitte21-21/+21
2018-01-19Copyright update of more files that have changed this yearRichard Levitte3-3/+3
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte1-1/+1
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger1-1/+1
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre1-1/+1
2018-01-03Test that supported_groups is permitted in ServerHelloBenjamin Kaduk1-5/+16
2018-01-02Fix minor 'the the' typosDaniel Bevenius1-1/+1
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger1-12/+2
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre1-0/+13
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre1-14/+270
2017-12-15Fix invalid function type casts.Bernd Edlinger3-8/+8
2017-12-14Fix some clang compilation errorsMatt Caswell1-5/+6
2017-12-14Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabledMatt Caswell1-3/+4
2017-12-14Add some TLSv1.3 CCS testsMatt Caswell3-1/+518
2017-12-14Send supported_versions in an HRRMatt Caswell2-0/+4
2017-12-14Merge HRR into ServerHelloMatt Caswell5-13/+16
2017-12-14Send TLSv1.2 as the record version when using TLSv1.3Matt Caswell1-2/+2
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell1-0/+2
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell3-5/+41
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior1-3/+3
2017-12-11Fix no-chachaMatt Caswell2-2/+2
2017-12-11Don't expect a POLY1305 ciphersuite when using no-poly1305Matt Caswell3-9/+15
2017-12-11Replace tabs with spaces in 25-cipher.conf.inMatt Caswell1-51/+51
2017-12-11Fix no-tls1_1Matt Caswell2-62/+67
2017-12-10Fix ssl_test_new with no-tls1_2Matt Caswell1-1/+1
2017-12-08Fix test_tls13messages with no-ocspBenjamin Kaduk1-30/+31