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

Introducing EncodedFSKeystore with base32 encoding (#5947) #6955

Merged
merged 3 commits into from
Mar 24, 2020

Commits on Mar 24, 2020

  1. Introducing EncodedFSKeystore with base32 encoding (#5947)

    Encoding the key's filename with base32 introduces coherent behaviour
    across different platforms and their case-sensitive/case-insensitive
    file-systems. Moreover it allows wider character set to be used for the
    name of the keys as the original restriction for special FS's characters
    (e.g. '/', '.') will not apply.
    
    License: MIT
    Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
    AuHau authored and Stebalien committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d67a4e0 View commit details
    Browse the repository at this point in the history
  2. keystore: finish addressing encodedFSKeystore

    * Use Go's base32 library
    * Set repo to version 9
    * Resolve linting problems and docs.
    * Merge EncodedFSKeystore into FSKeystore
    * Remove name limitations and adjust tests
    hsanjuan authored and Stebalien committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    059f396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d9d6e9 View commit details
    Browse the repository at this point in the history