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

Ignore invalid key files in keystore directory. #4700

Merged
merged 4 commits into from
Feb 15, 2018

Commits on Feb 15, 2018

  1. Modified keystore to ignore invalid key files inside the keystore dir…

    …ectory.
    
    * Has calls the validateName function before checking if we have the file
    * List filters the returned list of file names by validateName.
    
    License: MIT
    Signed-off-by: matrushka <[email protected]>
    matrushka committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    4bbaa2a View commit details
    Browse the repository at this point in the history
  2. Removing the tmp directory after the TestInvalidKeyFiles test.

    License: MIT
    Signed-off-by: matrushka <[email protected]>
    matrushka committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    23e1179 View commit details
    Browse the repository at this point in the history
  3. Added logging for ignored keyfiles in keystore.List and minor improve…

    …ments.
    
    License: MIT
    Signed-off-by: matrushka <[email protected]>
    matrushka committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    40aeea6 View commit details
    Browse the repository at this point in the history
  4. Handling requested changes.

    License: MIT
    Signed-off-by: matrushka <[email protected]>
    matrushka committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    e338cdf View commit details
    Browse the repository at this point in the history