Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / wiktor-k/ssh-agent-lib issues and pull requests

#94 - Release version 0.5.1

Pull Request - State: closed - Opened by wiktor-k about 1 month ago

#93 - Update `futures-util` dependency to avoid using yanked crate

Pull Request - State: closed - Opened by wiktor-k about 1 month ago

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

Pull Request - State: closed - Opened by mrjones2014 about 1 month ago - 4 comments

#91 - Downgrade `once_cell` to a non-yanked version

Pull Request - State: closed - Opened by wiktor-k 2 months ago

#90 - Update dependencies and release version 0.5.0

Pull Request - State: closed - Opened by wiktor-k 2 months ago - 1 comment

#89 - chore: bump bytes, remove usage of a yanked crate

Pull Request - State: closed - Opened by baloo 4 months ago

#87 - WIP: examples: adds an agent storing keys on TPMs

Pull Request - State: open - Opened by baloo 4 months ago - 2 comments

#86 - WIP: Upgrade versions of RustCrypto to pre

Pull Request - State: open - Opened by wiktor-k 4 months ago - 5 comments

#85 - Add messages with certs

Pull Request - State: open - Opened by wiktor-k 5 months ago - 14 comments

#84 - Update dependencies resolving `curve25519-dalek` issue

Pull Request - State: closed - Opened by wiktor-k 5 months ago

#83 - Should `SignRequest`'s `pubkey` be a `Credential` too?

Issue - State: open - Opened by wiktor-k 6 months ago - 5 comments

#82 - Use one matrix command for all targets

Pull Request - State: closed - Opened by wiktor-k 6 months ago

#81 - Add blocking client API

Pull Request - State: closed - Opened by wiktor-k 6 months ago - 1 comment

#80 - Update dependencies

Pull Request - State: closed - Opened by wiktor-k 6 months ago

#79 - Propagate error if retrieving encoded length fails instead of panic

Pull Request - State: closed - Opened by wiktor-k 6 months ago - 2 comments

#78 - Add doc examples

Pull Request - State: closed - Opened by wiktor-k 6 months ago

#77 - Re-export types that we use in our public API

Pull Request - State: closed - Opened by wiktor-k 6 months ago

#76 - Add client example to README.md

Pull Request - State: closed - Opened by wiktor-k 6 months ago

#75 - The road to 0.5

Issue - State: open - Opened by wiktor-k 6 months ago

#74 - Provide blocking/sync SSH agent client

Issue - State: closed - Opened by wiktor-k 6 months ago - 1 comment

#73 - Implement `AsRef<[u8]>` and `into_bytes(self)` for `Unparsed`

Pull Request - State: closed - Opened by overhacked 6 months ago - 2 comments

#72 - unparsed: expose content of the extension

Pull Request - State: closed - Opened by baloo 6 months ago - 4 comments

#71 - key_storage: use `ssh_key`'s `TryFrom` implementation

Pull Request - State: closed - Opened by baloo 6 months ago

#69 - Add support for expected objects to roundtrip test

Pull Request - State: closed - Opened by overhacked 7 months ago - 9 comments

#68 - Add `pgp-wrapper` example

Pull Request - State: closed - Opened by wiktor-k 7 months ago

#67 - Modularize `proto::messsage`

Pull Request - State: closed - Opened by overhacked 7 months ago - 2 comments

#66 - Fix `Unparsed::encoded_len` implementation

Pull Request - State: closed - Opened by wiktor-k 7 months ago - 15 comments

#65 - Add protocol dumper example

Pull Request - State: closed - Opened by wiktor-k 7 months ago

#64 - Fix Extension encoded length

Pull Request - State: closed - Opened by overhacked 7 months ago - 3 comments

#63 - Use `secrecy` crate to protect PINs from accidental leaks

Pull Request - State: closed - Opened by wiktor-k 7 months ago - 2 comments

#62 - Add `verify()` method to `SessionBind` extension message struct

Pull Request - State: closed - Opened by jcspencer 7 months ago - 3 comments

#61 - WIP: Add ClientInfo type to ListeningSocket

Pull Request - State: closed - Opened by jcspencer 7 months ago - 2 comments

#60 - Expose socket info in `new_session`

Pull Request - State: closed - Opened by wiktor-k 7 months ago - 5 comments

#59 - Remove unused `&mut self` in key constraint extension parsing

Pull Request - State: closed - Opened by jcspencer 7 months ago - 1 comment

#58 - `Extension::parse` doesn't require mutability

Pull Request - State: closed - Opened by baloo 7 months ago - 1 comment

#57 - Make CI faster

Pull Request - State: closed - Opened by wiktor-k 7 months ago

#56 - Add OpenPGP Card example

Pull Request - State: closed - Opened by wiktor-k 7 months ago - 3 comments

#55 - Expose client socket information to Agent upon initiating Session

Issue - State: closed - Opened by jcspencer 7 months ago - 5 comments

#54 - Add missing documentation, require documenting all public items

Pull Request - State: closed - Opened by wiktor-k 7 months ago

#53 - Fix `Encode` for `RestrictDestination`

Pull Request - State: closed - Opened by baloo 7 months ago - 1 comment

#52 - Migrate back to using `AgentError` in `Session` methods

Pull Request - State: closed - Opened by wiktor-k 7 months ago

#51 - Use codespell action instead of a package for up-to-date dicts

Pull Request - State: closed - Opened by wiktor-k 7 months ago

#50 - Add contributors who significantly influenced the crate's design

Pull Request - State: closed - Opened by wiktor-k 7 months ago

#49 - proto: expose `Unparsed` content to consumers

Pull Request - State: closed - Opened by baloo 7 months ago - 3 comments

#48 - extension: impl `Encode` for known extensions

Pull Request - State: closed - Opened by baloo 7 months ago - 3 comments

#47 - unused type alias

Pull Request - State: closed - Opened by baloo 7 months ago

#46 - Document vast majority of protocol messages

Pull Request - State: closed - Opened by jcspencer 7 months ago - 4 comments

#45 - Add SSH_AGENT_EXTENSION_RESPONSE message type (RFC Draft 14)

Pull Request - State: closed - Opened by jcspencer 7 months ago - 9 comments

#44 - Add SSH agent client with an example

Pull Request - State: closed - Opened by wiktor-k 7 months ago - 4 comments

#43 - Make Request and Response a trait.

Pull Request - State: closed - Opened by baloo 8 months ago - 1 comment

#42 - Split `Message` into `Request` and `Response`

Pull Request - State: closed - Opened by wiktor-k 8 months ago - 17 comments

#41 - switch error handling to `thiserror`

Pull Request - State: closed - Opened by baloo 8 months ago

#40 - error: cleanup after error refactor

Pull Request - State: closed - Opened by baloo 8 months ago

#39 - Disallow using unsafe code

Pull Request - State: closed - Opened by wiktor-k 8 months ago

#38 - Add fuzzing setup for `Message::decode`

Pull Request - State: closed - Opened by wiktor-k 8 months ago - 5 comments

#37 - Extract common rust CI infra into separate file

Pull Request - State: closed - Opened by wiktor-k 8 months ago

#36 - Relicense the library to MIT/Apache 2.0

Pull Request - State: closed - Opened by wiktor-k 8 months ago - 4 comments

#35 - Relicense to Apache2 + MIT

Issue - State: closed - Opened by wiktor-k 8 months ago

#34 - Add timeout to integration tests

Pull Request - State: closed - Opened by wiktor-k 8 months ago

#33 - Add support for SSH certs

Pull Request - State: closed - Opened by wiktor-k 8 months ago - 6 comments

#32 - SSH agent client support

Issue - State: closed - Opened by jcspencer 8 months ago - 5 comments

#31 - Add a couple of project quality-of-life improvements

Pull Request - State: closed - Opened by wiktor-k 8 months ago

#30 - Add Encode traits for remaining message types (RustCrypto branch)

Pull Request - State: closed - Opened by jcspencer 8 months ago - 3 comments

#29 - Rename `NamedPipeListener::new` to `bind` for consistency

Pull Request - State: closed - Opened by wiktor-k 8 months ago

#28 - Mechanism for storage of session state

Issue - State: closed - Opened by jcspencer 8 months ago - 5 comments

#27 - Document MSRV in Cargo.toml

Pull Request - State: closed - Opened by robin-nitrokey 8 months ago - 3 comments

#26 - Wiktor/Migrate to RustCrypto

Pull Request - State: closed - Opened by wiktor-k 8 months ago - 2 comments

#25 - Add integration tests

Pull Request - State: closed - Opened by wiktor-k 8 months ago - 1 comment

#24 - Release v0.4.0

Pull Request - State: closed - Opened by wiktor-k 8 months ago

#23 - Add support for Windows Named Pipes

Pull Request - State: closed - Opened by wiktor-k 8 months ago - 1 comment

#22 - Add `Agent::bind` to accept `service_binding::Listener`s

Pull Request - State: closed - Opened by wiktor-k 9 months ago

#21 - Relax the error type in handle

Pull Request - State: closed - Opened by wiktor-k 9 months ago - 6 comments

#20 - Add metadata to the Cargo.toml

Pull Request - State: closed - Opened by wiktor-k 9 months ago

#19 - Release version 0.3.0

Pull Request - State: closed - Opened by wiktor-k 9 months ago

#18 - Clean up a bit the project

Pull Request - State: closed - Opened by wiktor-k 9 months ago

#17 - Split Agent and Session for per-session use-cases

Pull Request - State: closed - Opened by wiktor-k 9 months ago - 1 comment

#16 - Migrate to RustCrypto/SSH

Pull Request - State: closed - Opened by baloo 9 months ago - 9 comments

#15 - Make error implement std::io::Error and remove associated Agent's Error type

Pull Request - State: closed - Opened by wiktor-k 9 months ago - 6 comments

#14 - Add printing any errors from handle_socket

Pull Request - State: closed - Opened by wiktor-k 9 months ago

#13 - Release v0.2.7

Pull Request - State: closed - Opened by wiktor-k 10 months ago

#11 - Fixup extension serialization

Pull Request - State: closed - Opened by baloo 10 months ago - 3 comments

#10 - Migrate to tokio 1

Pull Request - State: closed - Opened by baloo 10 months ago - 12 comments

#9 - Release version 0.2.6

Pull Request - State: closed - Opened by wiktor-k 10 months ago

#8 - extension: fixup ExtensionContents serialization

Pull Request - State: closed - Opened by baloo 10 months ago - 3 comments

#7 - proto: fixup extension parsing

Pull Request - State: closed - Opened by baloo 10 months ago - 1 comment

#6 - Update service-binding to 0.3.0

Pull Request - State: closed - Opened by wiktor-k over 2 years ago

#5 - Release version 0.2.4

Pull Request - State: closed - Opened by wiktor-k over 2 years ago

#4 - Add universal `listen` function

Pull Request - State: closed - Opened by wiktor-k over 2 years ago

#3 - ed25519 cert support?

Issue - State: closed - Opened by bbigras over 2 years ago - 5 comments
Labels: pr welcome

#2 - Any example using ed25519?

Issue - State: closed - Opened by bbigras over 2 years ago - 2 comments

#1 - WIP: Migrate to Tokio 1.0

Pull Request - State: closed - Opened by wiktor-k over 2 years ago - 5 comments