Authenticate private media capabilities in Noise

This commit is contained in:
jack
2026-07-25 16:58:57 +02:00
committed by jack
parent 024ae71f0a
commit 0e29885d43
31 changed files with 1412 additions and 133 deletions
+2 -1
View File
@@ -650,7 +650,8 @@ struct NoiseCoverageTests {
try aliceManager.initiateHandshake(with: alicePeerID)
}
try aliceManager.initiateRekey(for: alicePeerID)
let rekeyHandshake = try aliceManager.initiateRekey(for: alicePeerID)
#expect(!rekeyHandshake.isEmpty)
let rekeyedSession = try #require(aliceManager.getSession(for: alicePeerID))
#expect(rekeyedSession !== establishedSession)