Skip to content

ssh-cipher v0.3.0#558

Merged
tarcieri merged 1 commit into
masterfrom
ssh-cipher/v0.3.0
Jun 28, 2026
Merged

ssh-cipher v0.3.0#558
tarcieri merged 1 commit into
masterfrom
ssh-cipher/v0.3.0

Conversation

@tarcieri

@tarcieri tarcieri commented Jun 28, 2026

Copy link
Copy Markdown
Member

Added

  • Decryptor and Encryptor (#253, #533, #534)
  • ChaCha20Poly1305 implementing SSH-flavored construction with aead API (#256, #370)
  • zeroize feature (#283)
  • core::error::Error support (#303)
  • getrandom and rand_core feature passthroughs (#535)
  • encoding feature (#560)

Changed

  • Upgrade to 2024 edition; MSRV 1.85 (#354)
  • Migrate from subtle to ctutils (#507)
  • Consolidate aes feature instead of per-block-mode features (#530)
  • Upgrade low-level symmetric crypto dependencies (#516)
    • aes v0.9
    • ctr v0.10
    • chacha20 v0.10
    • des v0.9
    • poly1305 v0.9
  • Upgrade ssh-encoding to v0.3 (#537)
  • Upgrade AEAD dependencies (#557)
    • aead 0.6
    • aes-gcm v0.11

Removed

  • std feature (#303)

@tarcieri tarcieri force-pushed the ssh-cipher/v0.3.0 branch from 9bf1b22 to 29030d7 Compare June 28, 2026 20:11
@tarcieri tarcieri force-pushed the ssh-cipher/v0.3.0 branch from 29030d7 to 1de13c4 Compare June 28, 2026 20:12
@tarcieri tarcieri merged commit 1377518 into master Jun 28, 2026
34 checks passed
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.

1 participant