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

added ability to save ed25519 in pem such that openssl understands it #851

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Mar 7, 2021

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

Commits on Mar 8, 2021

  1. initial attempt at getting ed25519 certs

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    47f56be View commit details
    Browse the repository at this point in the history
  2. cleanup code

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    2ade563 View commit details
    Browse the repository at this point in the history
  3. fix size check and add example of how to generate a cert

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d084df6 View commit details
    Browse the repository at this point in the history
  4. ed25519 sign and verify for csr and certs

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    24bd49c View commit details
    Browse the repository at this point in the history
  5. fix md check in verify

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e36392d View commit details
    Browse the repository at this point in the history
  6. fix toAsn1 to work with privateKeyBytes

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c888a0d View commit details
    Browse the repository at this point in the history
  7. add example of using ed25519 cert with tls

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    789f94b View commit details
    Browse the repository at this point in the history
  8. fix logic in the verify code and cleanup

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ec1db67 View commit details
    Browse the repository at this point in the history
  9. cleanup and reformat csr verify

    Slava Polyakov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    0566138 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. fix ed25519 unit tests to use *Bytes members and use Buffer.alloc if …

    …present to remove deprecated warning
    Slava Polyakov committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e69489e View commit details
    Browse the repository at this point in the history
  2. fix webpack unit tests

    Slava Polyakov committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    428f646 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. fix spelling

    sigsegv0x0b committed May 20, 2021
    Configuration menu
    Copy the full SHA
    ce9f964 View commit details
    Browse the repository at this point in the history