package ssh-agent

  1. Overview
  2. Docs
Ssh-agent protocol parser and serialization implementation

Install

Dune Dependency

Authors

Maintainers

Sources

ssh-agent-0.4.1.tbz
sha256=ecb77fdcb60b25274b95714201919a7c202b88de24332234b9462a1415165a46
sha512=d4684519c6026c654ef745dee19f2bb9df75dbd09e30d9e4644df06b616d6489715d67a857f1629c3c2205638432a25763bbbc46b99c479da4123abe4cd2c49f

CHANGES.md.html

v0.4.1 2023-02-17

  • Update tests to mirage-crypto-rng 0.11.0

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!