Skip to content

Commit 0e910b1

Browse files
authored
Deprecationcve (#564)
* deprecated cve20162107
1 parent 24cbaa4 commit 0e910b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/impl/Cve20162107Attacker.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
/**
4545
* Tests for the availability of the OpenSSL padding oracle (CVE-2016-2107).
4646
*/
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
4752
public class Cve20162107Attacker extends Attacker<Cve20162107CommandConfig> {
4853

4954
private static final Logger LOGGER = LogManager.getLogger();

0 commit comments

Comments
 (0)