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 24cbaa4 commit 0e910b1Copy full SHA for 0e910b1
Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/impl/Cve20162107Attacker.java
@@ -44,6 +44,11 @@
44
/**
45
* Tests for the availability of the OpenSSL padding oracle (CVE-2016-2107).
46
*/
47
+/**
48
+ * Deprecated 18.4.2019 - There is no need for this class. it is completly
49
+ * integrated into the padding oracle attacker
50
+ */
51
+@Deprecated
52
public class Cve20162107Attacker extends Attacker<Cve20162107CommandConfig> {
53
54
private static final Logger LOGGER = LogManager.getLogger();
0 commit comments