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
Currently the user app generates an ECDH key that it uses to encrypt data sent to the provider with an appointment booking. Currently this key is static in the sense that it won't change even if the user cancels the appointment and books another one. To increase forward secrecy we should generate a new key when sending data to a different provider.
The text was updated successfully, but these errors were encountered:
adewes
changed the title
Regenerate ephemeral key for appointment booking when canceling and re-booking
Regenerate ephemeral key for appointment booking when canceling and re-booking (?)
Dec 3, 2021
Currently the user app generates an ECDH key that it uses to encrypt data sent to the provider with an appointment booking. Currently this key is static in the sense that it won't change even if the user cancels the appointment and books another one. To increase forward secrecy we should generate a new key when sending data to a different provider.
The text was updated successfully, but these errors were encountered: