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 crypto keys are generated and then it is checked if the buffer passed is large enough to hold the keys. However, this causes misconfigured keys to bloat the KeyRegistry.
Migrate the key metadata checks to before the keys are created.