aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-04 12:08:01 -0500
committerJack Lloyd <[email protected]>2017-12-04 12:08:01 -0500
commitd3c1f3ba1a9d03ff8e84f0044ee3854804fac86b (patch)
tree95221f8edfda1f8ed4495449be9a78e8d61cb487 /src/tests
parent683e105ad25fd862857eee51cd0ac757c45a86f8 (diff)
parent4477a88dcfa49075fa49a520c429fc1a6c0a3849 (diff)
Merge #1332 Add callbacks to make it easier to offload TLS pk operations
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/unit_tls.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tests/unit_tls.cpp b/src/tests/unit_tls.cpp
index b22028a0e..a154d2e18 100644
--- a/src/tests/unit_tls.cpp
+++ b/src/tests/unit_tls.cpp
@@ -2,6 +2,7 @@
* (C) 2014,2015 Jack Lloyd
* 2016 Matthias Gierlings
* 2017 René Korthaus, Rohde & Schwarz Cybersecurity
+* 2017 Harry Reimann, Rohde & Schwarz Cybersecurity
*
* Botan is released under the Simplified BSD License (see license.txt)
*/
@@ -1308,6 +1309,9 @@ class TLS_Unit_Tests final : public Test
test_modern_versions(results, *client_ses, *server_ses, *creds, "ECDH", "AES-128/GCM", "AEAD",
{ { "signature_methods", "RSA" } });
+ test_modern_versions(results, *client_ses, *server_ses, *creds, "ECDH", "AES-128/GCM", "AEAD",
+ { { "support_cert_status_message", "false" } });
+
#if defined(BOTAN_HAS_DSA)
test_modern_versions(results, *client_ses, *server_ses, *creds, "DH", "AES-128/GCM", "AEAD",
{ { "signature_methods", "DSA" } });