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

fix(deps): update rust crate ssh-key to 0.6.0 #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2024

This PR contains the following updates:

Package Type Update Change
ssh-key (source) dependencies minor 0.5.1 -> 0.6.0

Release Notes

RustCrypto/SSH (ssh-key)

v0.6.7

Fixed
  • Parsing AuthorizedKeys with whitespace in comments (#​289)
  • mpint decoding in ECDSA signatures (#​290, #​291)

v0.6.6

Added
  • impl decode_as for KeypairData (#​211)
Changed
  • clarify SSH vs OpenSSH formats (#​206)
Fixed
  • fix certificate::OptionsMap encoding (#​207)
  • fixup EcdsaPrivateKey Debug impl (#​210)

v0.6.5

Added
Changed
  • Simplify DSA signature encoding (#​193)
Fixed
  • Correct erroneous signature constants (#​202)

v0.6.4

Added
  • Algorithm::Other signature support (#​189)
Fixed
  • Add newline to PublicKey::write_openssh_file output (#​188)
  • DsaKeypair::try_sign format error (#​191)

v0.6.3

Added
  • SkEcdsaSha2NistP256 signature validation (#​169)
  • p521 feature (#​180)
Changed
  • Maximum certificate timestamp time is now i64::MAX (#​175)
Fixed
  • Handle leading zeroes in Mpint::from_positive_bytes (#​171)

v0.6.2

Added

v0.6.1

Fixed
  • minimal-versions correctness for sec1 dependency (#​154)

v0.6.0

Added
  • Partial support for U2F signature verification (#​44)
  • Support for aes256-gcm@openssh.com 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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ssh-key-0.x branch from 498c34e to c1a57b9 Compare April 12, 2024 19:53
@renovate renovate bot changed the title fix(deps): update rust crate ssh-key to 0.6.5 fix(deps): update rust crate ssh-key to 0.6.6 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/ssh-key-0.x branch from c1a57b9 to 536991c Compare May 5, 2024 09:40
@renovate renovate bot changed the title fix(deps): update rust crate ssh-key to 0.6.6 fix(deps): update rust crate ssh-key to 0.6.0 May 5, 2024
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.

0 participants