summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-08-15 22:03:03 -0700
committerXin Li <delphij@google.com>2022-08-15 22:03:03 -0700
commitfa54746370232385c1f5060e3740c1aa339b76f7 (patch)
tree844241db9ff83f70290665e85a9239cad48d93d3
parenta497b2f9fa4a80854737ff6752380a3172689f39 (diff)
parentf8ce6f3ae829993b9fdb66930f2f9b5e15b60892 (diff)
downloadukey2-fa54746370232385c1f5060e3740c1aa339b76f7.tar.gz
DO NOT MERGE - Merge Android 13ub-automotive-master-20221102main-16k
Bug: 242648940 Merged-In: Iad70e328fcfe84171dae9a83a0981686e7503e9b Change-Id: I15d23598e8c879177d297410d4f18a5225fb1135
-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()) {