Retrieve Key
content the very last moment it's needed
#1084
Labels
Milestone
Key
content the very last moment it's needed
#1084
Currently the
Signer\OpenSSL
pulls theKey
content way before its actual usage, and this is a problem because we need to carry around the#[SensitiveParameter]
attribute, potentially forgetting it.I suggest to query the
Key
only when the low-level functions are actually called.It's too early for a PR ( BC-break involved), so I'll leave the diff here for now:
The text was updated successfully, but these errors were encountered: