We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11afc3 commit 81acd6eCopy full SHA for 81acd6e
TLS-Core/src/test/java/de/rub/nds/tlsattacker/core/constants/CipherSuiteTest.java
@@ -61,7 +61,7 @@ public void testPrepare2() {
61
public void testUnimplemented() {
62
for (CipherSuite suite : CipherSuite.getNotImplemented()) {
63
LOGGER.debug(suite.name());
64
-
+
65
}
66
LOGGER.debug("Not implemented: " + CipherSuite.getNotImplemented().size());
67
LOGGER.debug("Implemented: " + CipherSuite.getImplemented().size());
0 commit comments