aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-12-30 20:16:20 -0500
committerJack Lloyd <[email protected]>2016-12-30 20:16:20 -0500
commitba0e52f29b8617481f8e54e5a664e8b1a0577059 (patch)
treedc1d6737c3b90d871003b57525478f6db5b6d8e1 /src
parentb910602f3af678fe02852cb83df95f0619efbf35 (diff)
Remove reference to CECPQ1_PSK OCB ciphersuite in test.
Initially planned, then decided to skip because supporting it requires more changes to the TLS handshake code than I want to do right now.
Diffstat (limited to 'src')
-rw-r--r--src/tests/unit_tls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/unit_tls.cpp b/src/tests/unit_tls.cpp
index 764388159..cb52b349b 100644
--- a/src/tests/unit_tls.cpp
+++ b/src/tests/unit_tls.cpp
@@ -1136,7 +1136,6 @@ class TLS_Unit_Tests : public Test
test_modern_versions(results, *client_ses, *server_ses, *creds, "CECPQ1", "AES-256/OCB(12)", "AEAD");
test_modern_versions(results, *client_ses, *server_ses, *creds, "CECPQ1", "AES-256/OCB(12)", "AEAD",
{{ "signature_methods", "RSA" }});
- test_modern_versions(results, *client_ses, *server_ses, *creds, "CECPQ1_PSK", "AES-256/OCB(12)", "AEAD");
#endif
#if defined(BOTAN_HAS_AEAD_CHACHA20_POLY1305)