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

Simple ECDSA support #359

Merged
merged 7 commits into from
Sep 30, 2019
Merged

Simple ECDSA support #359

merged 7 commits into from
Sep 30, 2019

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    7ddc589 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    7b66a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addd83f View commit details
    Browse the repository at this point in the history
  3. Client side support for simple ECDSA

    no support for client authentication with ECDSA for now
    tomato42 committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    b0bbeaa View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. universal code for parsing private key files

    allow the parsePEM to parse both RSA and ECDSA key files
    tomato42 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    7add638 View commit details
    Browse the repository at this point in the history
  2. signing SKE with ECDSA

    tomato42 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    083a367 View commit details
    Browse the repository at this point in the history
  3. Server side support for simple ECDSA

    support for ECDSA authentication without client certificates
    tomato42 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d44800d View commit details
    Browse the repository at this point in the history