You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rendezvous messages (post spake2+ key exchange) are not being encrypted.
Proposed Solution
Obtain a SecureSession object from SecurePairingSession object, after the pairing is complete. Use this SecureSession object to encrypt and decrypt Rendezvous messages.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.71. Please mark this comment with 👍 or 👎 to give our bot feedback!
pan-apple
changed the title
Encrypt Rendezvous messages using keys established via spake2p
Encrypt Rendezvous messages using keys established via SPAKE2+
Aug 19, 2020
Problem
Rendezvous messages (post spake2+ key exchange) are not being encrypted.
Proposed Solution
Obtain a
SecureSession
object fromSecurePairingSession
object, after the pairing is complete. Use thisSecureSession
object to encrypt and decrypt Rendezvous messages.The text was updated successfully, but these errors were encountered: