aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa2-0/+87
2018-02-23Remove executable bit from test/recipes/03-test_internal_sm4.tBernd Edlinger1-0/+0
2018-02-23Test the storeutl searching optionsRichard Levitte1-5/+49
2018-02-23Test the storeutl expectation optionsRichard Levitte1-2/+16
2018-02-21Use malloc to avoid alignment problems.Viktor Dukhovni1-3/+6
2018-02-21Fix no-ec buildMatt Caswell2-2/+7
2018-02-21VMS: Fix curve448 internal test programRichard Levitte1-0/+11
2018-02-21test/recipes/80-test_pkcs12.t: handle lack of Win32::API.Andy Polyakov1-0/+2
2018-02-20Add tests for newly added constant time functionsMatt Caswell1-62/+138
2018-02-20More style fixes to Curve448 code based on review feedbackMatt Caswell1-2/+2
2018-02-20Fixes for compilation using clangMatt Caswell1-53/+53
2018-02-20Update the curve448 internal test to use testutil.hMatt Caswell1-142/+93
2018-02-20Move curve448_test.c to be a full internal testMatt Caswell3-1/+776
2018-02-19The record version for ClientHello2 should be TLS1.2Matt Caswell1-1/+3
2018-02-19test_ssl_old: avoid empty strings for flagsRichard Levitte1-1/+2
2018-02-15Fix a gcc warning about possible fall throughBernd Edlinger1-0/+1
2018-02-13VMS: for testutil, make sure to use BIO_f_linebufferRichard Levitte1-1/+5
2018-02-13DRBG: make the derivation function the default for ctr_drbgDr. Matthias St. Pierre1-8/+11
2018-02-13Update copyright yearMatt Caswell41-41/+41
2018-02-09Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell9-61/+101
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