Skip to content

Commit 8c93401

Browse files
committed
made EC curve transient
1 parent 8eeb964 commit 8c93401

File tree

1 file changed

+2
-0
lines changed
  • TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/message/computations

1 file changed

+2
-0
lines changed

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/protocol/message/computations/PWDComputations.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import java.math.BigInteger;
2525
import java.security.MessageDigest;
2626
import java.security.NoSuchAlgorithmException;
27+
import javax.xml.bind.annotation.XmlTransient;
2728
import org.apache.logging.log4j.LogManager;
2829
import org.apache.logging.log4j.Logger;
2930
import org.bouncycastle.crypto.Digest;
@@ -185,6 +186,7 @@ public static PWDKeyMaterial generateKeyMaterial(EllipticCurve curve, Point pass
185186
return keyMaterial;
186187
}
187188

189+
@XmlTransient
188190
private EllipticCurve curve;
189191

190192
/**

0 commit comments

Comments
 (0)