Authenticate private media capabilities in Noise

This commit is contained in:
jack
2026-07-25 23:49:41 +02:00
committed by jack
parent e38373885d
commit af238e892c
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)