Skip to content

Commit 3a07a47

Browse files
committed
Fixed Debug statement bleichenbacher phase 1
1 parent 29cf624 commit 3a07a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Attacks/src/main/java/de/rub/nds/tlsattacker/attacks/pkcs1/Bleichenbacher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void attack() throws OracleException {
4040
int i = 0;
4141
boolean solutionFound = false;
4242

43-
LOGGER.debug("Step 1: Blinding");
43+
LOGGER.info("Step 1: Blinding");
4444
if (this.msgIsPKCS) {
4545
LOGGER.info("Step skipped --> " + "Message is considered as PKCS compliant.");
4646
LOGGER.info("Testing the validity of the original message");

0 commit comments

Comments
 (0)