summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2017-03-28asynctest: don't depend on appsEmilia Kasper
2017-03-24Add a test for the TLSv1.3 downgrade mechanismMatt Caswell
2017-03-22Fix 80-test_ssl_old.t: only count the ciphers if there are any.Richard Levitte
2017-03-22Change exit_checker comment on returned statusRichard Levitte
2017-03-21Refuse to run the PYCA external test if configured 'no-shared'Richard Levitte
2017-03-2195-test_external_pyca_data/cryptography.py: only install for testingRichard Levitte
2017-03-21Adapt 20-test_enc.t and 20-test_enc_more.t to use statusvarRichard Levitte
2017-03-21Adapt 80-test_ssl_old.t to use statusvarRichard Levitte
2017-03-21OpenSSL::Test: add a statusvar option for run with capture => 1Richard Levitte
2017-03-21Add a test for resumption after HRRMatt Caswell
2017-03-21Rework how protocol specific ciphers in 80-test_ssl_old.t are picked outRichard Levitte
2017-03-20Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger
2017-03-20Fix a few internals testsRichard Levitte
2017-03-20Improve testing of elliptic curve validationRichard Levitte
2017-03-20Improve testing of elliptic curve validationJoseph Birr-Pixton
2017-03-19Update test vectors in tls13secretstestJoseph Birr-Pixton
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
2017-03-17Fix some undefined behaviour in stack testMatt Caswell
2017-03-16Add unit tests for the lhash functionality.Pauli
2017-03-16Add Client CA names testsDr. Stephen Henson
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson
2017-03-16Handle TLSv1.3 being disabled in clienthello testMatt Caswell
2017-03-16Add tests for the padding extensionMatt Caswell
2017-03-16Add some HRR testsMatt Caswell
2017-03-16Add some more PSK testsMatt Caswell
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-16Update the TLSv1.3 secrets test vectors for draft-19Matt 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