Skip to content
Unverified Commit 36cfdd32 authored by Julius Härtl's avatar Julius Härtl
Browse files

Harden key generation



There might be cases where multiple requests trigger the key generation
at the same time and the instance ends up with a non-fitting
public/private key pair. Therefore the whole key generation should be
locked. Other than that this makes sure that user key generation return
values are properly validated.

Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent ed461155
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment