summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/javatest/com/google/security/cryptauth/lib/securegcm/Ukey2HandshakeTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/javatest/com/google/security/cryptauth/lib/securegcm/Ukey2HandshakeTest.java b/src/main/javatest/com/google/security/cryptauth/lib/securegcm/Ukey2HandshakeTest.java
index f5d0e1a..49e6f30 100644
--- a/src/main/javatest/com/google/security/cryptauth/lib/securegcm/Ukey2HandshakeTest.java
+++ b/src/main/javatest/com/google/security/cryptauth/lib/securegcm/Ukey2HandshakeTest.java
@@ -163,7 +163,7 @@ public class Ukey2HandshakeTest extends TestCase {
/**
* Tests that verification codes are different for different handshake runs. Also tests a full
- * man-in-the-middle attack.
+ * on-path attack.
*/
public void testVerificationCodeUniqueToSession() throws Exception {
if (KeyEncoding.isLegacyCryptoRequired()) {