Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 524 Bytes

CHANGES.md

File metadata and controls

29 lines (16 loc) · 524 Bytes

v0.4.0 2022-04-01

breaking changes

  • Sexp has been removed.

  • New ssh-ed25519 support, and new constructors Ssh_agent.Pubkey.Ssh_ed25519 and Ssh_agent.Privkey.Ssh_ed25519.

  • Support for signing with ed25519 keys.

v0.3.1 2022-04-01

  • Update to angstrom >= 0.14.0

V0.3.0 2020-03-20

  • Switch fron nocrypto to mirage-crypto

v0.2.1 2022-03-16

  • Was v0.3.1 mistakenly published as v0.2.1

v0.2.0 2019-09-29

  • Switch to dune

  • Implement OpenSSH RSA certificates

v0.1.0 2018-08-05

  • Initial release!