Skip to content

Conversation

@tarcieri
Copy link
Member

Added

  • Partial support for U2F signature verification (#44)
  • Support for [email protected] encryption (#75)
  • "randomart" public key fingerprint visualizations (#77)
  • PrivateKey::encrypt_with_cipher (#79)
  • Propagate ssh_key::Error through signature::Error (#82)
  • crypto feature (#83)
  • Support for AES-CBC, ChaCha20Poly1305, and TDES encryption (#118)
  • Basic support for nonstandard SSH key algorithms (#136)
  • Impl Hash for PublicKey and its parts (#145, #149)

Changed

  • Bump signature crate dependency to v2 (#58)
  • Use ssh_key::Error as error type for TryFrom<&[u8]> impl on Signature (#59)
  • Bump elliptic curve and password hash deps; MSRV 1.65 (#66)
    • bcrypt-pbkdf v0.10
    • dsa v0.6
    • p256 v0.13
    • p384 v0.13
    • sec1 v0.7
  • Use &mut impl CryptoRngCore for RNGs (#67)
  • Make certificate::Builder::new fallible (#71)
  • Rename MPInt => Mpint (#76)
  • Split AlgorithmUnknown and AlgorithmUnsupported (#81)
  • Bump rsa dependency to v0.9 (#107)
  • Extract symmetric encryption into ssh-cipher crate (#125)
  • Bump ed25519-dalek dependency to v2 (#146)
  • Bump ssh-encoding dependency to v0.2 (#147)

Fixed

  • DSA signature encoding (#115)
  • certificate::Builder::new_with_validity_times (#143)

Copy link

@williamdes williamdes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@tarcieri tarcieri merged commit 4c7ce63 into master Aug 13, 2023
@tarcieri tarcieri deleted the ssh-key/v0.6.0 branch August 13, 2023 15:35
@tarcieri tarcieri mentioned this pull request Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants