]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1748] Imported improvements
authorFrancis Dupont <fdupont@isc.org>
Tue, 23 Mar 2021 11:43:58 +0000 (12:43 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 23 Mar 2021 13:16:54 +0000 (14:16 +0100)
src/lib/asiolink/tests/tls_unittest.cc

index 9a7626c8ba85de0f5116163d9db33f13989b8079..ff06b966235add69670d3baaaaaec2d81ef29d1b 100644 (file)
@@ -12,7 +12,6 @@
 #include <asiolink/crypto_tls.h>
 #include <asiolink/tcp_endpoint.h>
 #include <asiolink/testutils/test_tls.h>
-#include <testutils/gtest_utils.h>
 
 #include <boost/scoped_ptr.hpp>
 #include <gtest/gtest.h>
@@ -387,6 +386,10 @@ public:
 
 };
 
+////////////////////////////////////////////////////////////////////////
+//                              TlsContext tests                      //
+////////////////////////////////////////////////////////////////////////
+
 // Test if we can get a client context.
 TEST(TLSTest, clientContext) {
     TlsContextPtr ctx;
@@ -644,6 +647,10 @@ TEST(TLSTest, configureError) {
     }
 }
 
+////////////////////////////////////////////////////////////////////////
+//                      Basic handshake failures                      //
+////////////////////////////////////////////////////////////////////////
+
 // Test if we can get a stream.
 TEST(TLSTest, stream) {
     IOService service;