* Identities offers both key and certificate when both are present
* Update Sources/Packages/Sources/SecretAgentKit/Agent.swift
---------
Co-authored-by: Max Goedjen <max.goedjen@gmail.com>
* Rounded out the rest of the SmartCardStore API.
* Comments and shuffling around
* Expose verify as public api
* Verification
* Tweak verify signature
* Cleanup and tests
---------
Co-authored-by: Max Goedjen <max.goedjen@gmail.com>
* Don't delete public cert keys corrresponding to secretive-tracked keys
* First pass
* Fix fallback for name
* Split out into dedicated handler
* Stub add identities
* .
* initial openssh certificate support
* use the certificate to construct the public key instead of storing a map in memory
* move certificate check into its own function and neaten up a few things
* final requested changes
Co-authored-by: Max Goedjen <max.goedjen@gmail.com>
* wait for new packets on the agent socket after the handler is invoked. this fixes https://github.com/maxgoedjen/secretive/issues/244
* handle closing of the socked
* fix compile
Co-authored-by: David Gunzinger <david.gunzinger@smoca.ch>