Skip to content

v0.59.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 07:58
· 49 commits to main since this release

Changes

  • auth: add certificate-based authentication via SSH agent (#632) #632 (wi-adam)
  • 6996711: Replace libcrux-ml-kem with RustCrypto ml-kem (#660) (kpcyrd) #660

Fixes

  • 084dbcf: Replace Deprecated Function Calls to criterion::black_box() (#683) (Roger Knecht) #683
  • debc93c: Update dev-dependencies (env_logger, clap, termion) (#671) (kpcyrd) #671
  • 24d7527: Forward ChannelMsg::Close to channel before dropping sender (#674) (Corey Leavitt) #674
  • bb9cc42: Fix and harden deferred channel EOF/CLOSE replay after rekey (#670) (Mika Cohen) #670
  • 3047787: Reduce size of ReadSshIdBuffer, add unit tests (#672) (kpcyrd) #672
  • bcdc9b9: Bump aws-lc-rs to fix RUSTSEC-2026-0044 and RUSTSEC-2026-0048 (#681) (Roger Knecht) #681

Misc