aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/unit_tls.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-28 11:14:02 -0500
committerJack Lloyd <[email protected]>2018-01-28 11:14:02 -0500
commitd23f665738e46971b3593ea9082046facc8d8105 (patch)
treec5a84ec8847471fb2095fd7533a52a71c4a43482 /src/tests/unit_tls.cpp
parent0d20406285e776b5a60d2ff4f5e3a4f6a06f7806 (diff)
Blind attempt at fixing #1431
Diffstat (limited to 'src/tests/unit_tls.cpp')
-rw-r--r--src/tests/unit_tls.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tests/unit_tls.cpp b/src/tests/unit_tls.cpp
index 8368445e0..b3aed639d 100644
--- a/src/tests/unit_tls.cpp
+++ b/src/tests/unit_tls.cpp
@@ -7,9 +7,6 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-// Deprecated TLS APIs are tested below
-#define BOTAN_NO_DEPRECATED_WARNINGS
-
#include "tests.h"
#include <vector>
#include <memory>
@@ -1077,6 +1074,8 @@ class TLS_Unit_Tests final : public Test
{ { "groups", "ffdhe/ietf/2048" } });
std::unique_ptr<Botan::Credentials_Manager> creds_with_client_cert(create_creds(rng, true));
+
+ server_ses->remove_all();
test_modern_versions("AES-256/GCM client certs",
results, *client_ses, *server_ses, *creds_with_client_cert, "ECDH", "AES-256/GCM", "AEAD", true);