summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-05-04Add tests for version/ciphersuite sanity checksMatt Caswell
2017-05-04Add a ciphersuite config sanity check for serversMatt Caswell
2017-05-04Add a ciphersuite config sanity check for clientsMatt Caswell
2017-03-21Add a test for resumption after HRRMatt Caswell
2017-03-16Rename the test_stack recipe file name to be consistent with the rest of thePauli
2017-03-15Unit tests for crypto/stack.Pauli
2017-03-15test/recipes/03-test_internal_*: call setup() first.Andy Polyakov
2017-03-15Add Python Cryptography.io external test suiteJon Spillett
2017-03-15Add additional RSA-PSS and RSA-OAEP tests.Dr. Stephen Henson
2017-03-14Re-enable some BoringSSL testsMatt Caswell
2017-03-14SSL_get_peer_cert_chain() does not work after a resumptionMatt Caswell
2017-03-14Ensure we set the session id context in ossl_shimMatt Caswell
2017-03-14Add test for -nameout outputRich Salz
2017-03-14Fix some -Wshadow warningsBenjamin Kaduk
2017-03-14Rather use -out parameter than redirect stdoutRichard Levitte
2017-03-14Fix 12 Boring tests involving NULL-SHA ciphersuitesMatt Caswell
2017-03-14Port remaining old DTLS testsEmilia Kasper
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper
2017-03-14Update ossl_config.json for later BoringSSL commitMatt Caswell
2017-03-14Make the Boring tests passMatt Caswell
2017-03-13Added a test case for RSA_padding_add_PKCS1_PSS_mgf1.Bernd Edlinger
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