summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2018-01-31Add missing \n in some testutil outputRichard Levitte
2018-01-31Make test/uitest depend on the private apps support libraryRichard Levitte
2018-01-31test/asn1_time_test.c: fix pre-C90 warning.Andy Polyakov
2018-01-29Don't break testing when runnins as rootRichard Levitte
2018-01-28Get rid of a warning about unused resultsRichard Levitte
2018-01-26Catch some more old sigalg names in commentsBenjamin Kaduk
2018-01-25Add TLSProxy tests for signature_algorithms_certBenjamin Kaduk
2018-01-25Add TLS 1.3 draft-23 PSS signature algorithmsBenjamin Kaduk
2018-01-24Updates following review of SSL_stateless() codeMatt Caswell
2018-01-24Add some tests for the SSL_stateless() capabilityMatt Caswell
2018-01-24Small cleanup of some build.info filesRichard Levitte
2018-01-24SHA512/224 and SHA512/256Pauli
2018-01-22test/ossl_shim/packeted_bio.h: don't include e_os.hRichard Levitte
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte
2018-01-20Enable TLSProxy tests on WindowsRichard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre
2018-01-03Test that supported_groups is permitted in ServerHelloBenjamin Kaduk
2018-01-02Fix minor 'the the' typosDaniel Bevenius
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger
2017-12-17Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre
2017-12-17Add master DRBG for reseedingDr. Matthias St. Pierre
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-14Fix some clang compilation errorsMatt Caswell
2017-12-14Don't run the TLSv1.3 CCS tests if TLSv1.3 is not enabledMatt Caswell
2017-12-14Add some TLSv1.3 CCS testsMatt Caswell
2017-12-14Send supported_versions in an HRRMatt Caswell
2017-12-14Merge HRR into ServerHelloMatt Caswell
2017-12-14Send TLSv1.2 as the record version when using TLSv1.3Matt Caswell
2017-12-14Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell
2017-12-14Update ServerHello to new draft-22 formatMatt Caswell
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-12-11Fix no-chachaMatt Caswell
2017-12-11Don't expect a POLY1305 ciphersuite when using no-poly1305Matt Caswell
2017-12-11Replace tabs with spaces in 25-cipher.conf.inMatt Caswell
2017-12-11Fix no-tls1_1Matt Caswell
2017-12-10Fix ssl_test_new with no-tls1_2Matt Caswell
2017-12-08Fix test_tls13messages with no-ocspBenjamin Kaduk
2017-12-08Wrap more of ocspapitest.c in OPENSSL_NO_OCSPBenjamin Kaduk
2017-12-08Fix coverity nit in handshake_helper.cBenjamin Kaduk
2017-12-08Fix coverity-reported errors in ocspapitestBenjamin Kaduk
2017-12-08Fix no-ecBenjamin Kaduk
2017-12-08Remove unicode characters from sourceRichard Levitte
2017-12-08fix --strict-warningsJitendraLulla
2017-12-08extending afalg with aes-cbc-192/256, afalgtest.c also updated accordingly. c...JitendraLulla
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-07Fix the buffer sizing in the fatalerrtestMatt Caswell
2017-12-06Add a test for CVE-2017-3737Matt Caswell