summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-03-10Encourage having external tests in multiple test recipesRichard Levitte
2017-03-10Split test/recipes/03_test_internal.t into individual testsRichard Levitte
2017-03-10Add a test to check that if a PSK extension is not last then we failMatt Caswell
2017-03-10Make it possible to select or deselect test groups by numberRichard Levitte
2017-03-08Limit the output of the enc -ciphers command to just the ciphers enc canPauli
2017-03-08Fix no-compMatt Caswell
2017-03-07Fix the number of tests to skip if TLSv1.3 is disabledMatt Caswell
2017-03-07Add a test for records not on the record boundaryMatt Caswell
2017-03-07test: add chacha_internal_test.Andy Polyakov
2017-03-06Add a test to check that we correctly handle record overflowsMatt Caswell
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-03-06Fix no-ecMatt Caswell
2017-03-06Fix a test failure with no-tls1_1Matt Caswell
2017-03-04Add a test for TLSv1.3 cookiesMatt Caswell
2017-03-03Update and add testDr. Stephen Henson
2017-03-03Reset executable bits on files where not needed.Bernd Edlinger
2017-03-02Update early data API for writing to unauthenticated clientsMatt Caswell
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Add early_data testsMatt Caswell
2017-03-02Implement the early data changes required in tls13_change_cipher_state()Matt Caswell
2017-03-02-precert doesn't work when configured no-ct, don't try to test it thenRichard Levitte
2017-03-02Fix the skip numbers in 80-test_ca.tRichard Levitte
2017-03-02Use the built in boolean type for CompressionExpectedMatt Caswell
2017-03-02Add compression testsMatt Caswell
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Add AGL's "beer mug" PEM file as another test inputBenjamin Kaduk
2017-02-28Add test corpus for PEM readingBenjamin Kaduk
2017-02-28Exdata test was never enabled.Rich Salz
2017-02-28Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2Matt Caswell
2017-02-28Fix sslapitest when compiled with no-tls1_2Matt Caswell
2017-02-28Revert rc4test removal, it performs additional tests not in evptests.txtDr. Stephen Henson
2017-02-28Remove some commented out code in the testsMatt Caswell
2017-02-28Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2Dr. Stephen Henson
2017-02-28Remove the file r160test.cMatt Caswell
2017-02-28Remove wp_test.c: exactly the same tests are in evptests.txtDr. Stephen Henson
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-28Avoid buffer underflow in evp_test.Pauli
2017-02-28Remove methtest.cEmilia Kasper
2017-02-25Add tests for SHA1 and EC point compressionDr. Stephen Henson
2017-02-24EC certificate with compression pointDr. Stephen Henson
2017-02-24Add Suite B testsDr. Stephen Henson
2017-02-24Add P-384 root and P-384, P-256 EE certificates.Dr. Stephen Henson
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2017-02-23Add an sslapitest for early callbackBenjamin Kaduk
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk
2017-02-23Use correct variable in test diagnosticBenjamin Kaduk
2017-02-23Adopt test to changed behaviorBenjamin Kaduk
2017-02-23Tests for SSL early callbackBenjamin Kaduk