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

server: Read PKSC8 private keys #14

Merged
merged 3 commits into from
Feb 28, 2022
Merged

server: Read PKSC8 private keys #14

merged 3 commits into from
Feb 28, 2022

Commits on Feb 28, 2022

  1. server: Read PKSC8 private keys

    Currently the server only attempts to parse RSA private keys. This
    change updates the server to first attempt to read PKSC8 private keys
    before attempting to parse the key file as RSA.
    olix0r committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8229839 View commit details
    Browse the repository at this point in the history
  2. kill needless BufReader

    olix0r committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    3236451 View commit details
    Browse the repository at this point in the history
  3. Fix error handling

    olix0r committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    744cc36 View commit details
    Browse the repository at this point in the history