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

Expose accessors for private/public key on elliptic curve keys #259

Merged
merged 24 commits into from
Dec 5, 2023

Commits on Nov 28, 2023

  1. Support to_pkcs8

    justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dd623a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c710ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    247dca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84c3bf4 View commit details
    Browse the repository at this point in the history
  5. Expose PrivateKey::to_der

    Mark-Simulacrum authored and justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    406b658 View commit details
    Browse the repository at this point in the history
  6. Add PublicKey::as_der

    Mark-Simulacrum authored and justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    de85b90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    902ba3f View commit details
    Browse the repository at this point in the history
  8. Fix version in comment

    Mark-Simulacrum authored and justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6edfd32 View commit details
    Browse the repository at this point in the history
  9. Refactor buffer to include per-type variants

    Also adds test coverage for EcdsaKeyPair::from_private_key_der and
    EcdsaPrivateKey::to_der (round trip test).
    Mark-Simulacrum authored and justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d881f08 View commit details
    Browse the repository at this point in the history
  10. Clearer Ed25519KeyPair APIs

    Mark-Simulacrum authored and justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    63b0031 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b70efd8 View commit details
    Browse the repository at this point in the history
  12. Add copyright for buffer.rs

    justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3aea14a View commit details
    Browse the repository at this point in the history
  13. API cleanup

    justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1aa0684 View commit details
    Browse the repository at this point in the history
  14. Expose Ed25519Seed

    justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    78a2f40 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b72c89 View commit details
    Browse the repository at this point in the history
  16. Improve test coverage

    justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0f3ead8 View commit details
    Browse the repository at this point in the history
  17. More increase test coverage

    justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    50edaf2 View commit details
    Browse the repository at this point in the history
  18. Update per PR comments

    justsmth committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1c1cd8c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Nov 30, 2023

  1. Private buffer mod

    justsmth committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f56c92b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Traits: AsDer and AsBin

    justsmth committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1b4c9d1 View commit details
    Browse the repository at this point in the history
  2. Cleanup; AsBigEndian

    justsmth committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2bf0c10 View commit details
    Browse the repository at this point in the history
  3. Make clippy proud

    justsmth committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    16ca958 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Remove redundant copying

    justsmth committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    712f0f2 View commit details
    Browse the repository at this point in the history