Skip to content
Commit dd4dc60f authored by Julius Härtl's avatar Julius Härtl Committed by backportbot[bot]
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 4d20a63d
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