Skip to content

Tags: wiktor-k/ssh-agent-lib

Tags

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
wiktor-k Wiktor Kwapisiewicz
v0.5.1

- Put `service-binding` dependency under `agent` feature

Special thanks for @mrjones2014 for their contribution!

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
wiktor-k Wiktor Kwapisiewicz
v0.5.0

- Add documentation with examples to API items
- Re-export types that the public API uses
- Add blocking client API
- Fix parsing key constraints
- Split `Message` into `Request` and `Response`
- Expose `Unparsed`
- Relicense the library to MIT/Apache 2.0
- Document vast majority of protocol messages
- Add SSH_AGENT_EXTENSION_RESPONSE to implement
  `draft-miller-ssh-agent-14`
- Move `handle_socket` out of the `Session` trait
- Add `service_binding::Stream` support
- Add `verify_signature()` method to `SessionBind` extension message
  struct
- Add numerous examples
- Use `secrecy` crate to protect PINs from accidental leaks

Thanks to @baloo, @jcspencer, @overhacked and @robin-nitrokey for
their contributions!

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
wiktor-k Wiktor Kwapisiewicz
v0.4.0

- Add support for Windows Named Pipes
- Return better error messages to SSH client
- Relax error type in `handle`
- Reintroduce service_binding

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
wiktor-k Wiktor Kwapisiewicz
0.3.0

Major changes in this release:
  - Migration to Tokio 1 thanks to @baloo
  - Make more functions `async`
  - Move handling of messages into `Session`, make `Agent` reponsible for creating `Session` objects

v0.2.4

Toggle v0.2.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
wiktor-k Wiktor Kwapisiewicz
v0.2.4

  - Add universal `listen` function to the agent.

v0.2.3

Toggle v0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
wiktor-k Wiktor Kwapisiewicz
Clean up version

This version includes all unmerged, outstanding PRs in the original
repository.

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from sekey/dev

Merge version 0.2.1 onto master

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from sekey/dev

Merge last change for release