bilelmoussaoui / oo7

James Bond went on a new mission as a Secret Service provider
https://bilelmoussaoui.github.io/oo7/oo7/
MIT License
57 stars 11 forks source link

portal: Add rekeying support for oo7::portal::Keyring #77

Closed warusadura closed 2 months ago

warusadura commented 3 months ago

This change adds change_secret() to oo7::portal::Keyring API. change_secret() change/update the secret associated with a keyring. Note: we need this change for the sever side implementation.

Fixes: #47

haecker-felix commented 3 months ago

Since this also changes the derive_key() function, a note that it is currently blocking despite being async (which was fine in 0.2). Might be related to https://github.com/bilelmoussaoui/oo7/commit/86c2a8f41bece33882358c795f0f06111329be95.