boltlabs-inc / key-mgmt-spec

Formal specification for the key management project
MIT License
3 stars 2 forks source link

allow context for a secret to be set by caller #56

Open indomitableSwan opened 2 years ago

indomitableSwan commented 2 years ago

Right now, the "generate-and-store" flow does not allow for context for an arbitrary secret to be set by the calling application during generation.

If we allow for this, then the user has secure storage that covers both the generated secret and the intended context for which that secret was generated.