commit | 239ca39078b40c1ec2e05afd5a5657a7c2f41e80 | [log] [tgz] |
---|---|---|
author | Aaron Labiaga <[email protected]> | Tue Nov 30 22:44:26 2021 +0000 |
committer | Aaron Labiaga <[email protected]> | Tue Nov 30 22:49:11 2021 +0000 |
tree | 844241db9ff83f70290665e85a9239cad48d93d3 | |
parent | 195b54b462ff23e39cdf02880d2b8fab0d799ebd [diff] |
Avoid "man-in-the-middle" term. See https://source.android.com/setup/contribute/respectful-code#term-examples Change-Id: Iad70e328fcfe84171dae9a83a0981686e7503e9b Bug: 140836267
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 @@ /** * 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()) {