Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harden SSE key generation #22018

Merged
merged 3 commits into from
Aug 19, 2020
Merged

Commits on Aug 14, 2020

  1. 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: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    36cfdd3 View commit details
    Browse the repository at this point in the history
  2. Test for locking state in key generation

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    00e6217 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Fix typo in error message

    Signed-off-by: Morris Jobke <hey@morrisjobke.de>
    MorrisJobke authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    5a064ec View commit details
    Browse the repository at this point in the history