goldwarden/agent
Chris Sutcliff c7cc1d646e
Implement ExtendedAgent
Allows clients to specify the algorithm used via the `SignWithFlags` function. Currently this is `rsa-sha2-256` or `rsa-sha2-512` which are the two allowable options in the spec but it is extendable in the future as required.

Aiming to reduce code duplication, Existing `Sign` function retains it's default behaviour by calling `SignWithFlags` with `SignatureFlagReserved`.

The other `ExtendedAgent` function `Extension` returns `ErrExtensionUnsupported` to all calls as required by the spec.
2024-02-23 11:29:10 +00:00
..
actions Attempt to fix gui login errors when uri is missing 2024-02-12 18:06:53 +01:00
bitwarden Add debugging info to cipherstring decryption 2024-02-21 06:39:06 +01:00
config Implement pincache 2024-02-09 20:48:44 +01:00
notify Fix windows build 2024-02-04 00:56:55 +01:00
pincache Implement pincache 2024-02-09 20:48:44 +01:00
processsecurity Disable prctl dumpable protection under delve debugging 2024-02-12 03:32:44 +01:00
sockets Add initial authenticated connection work 2024-02-08 16:35:07 +01:00
ssh Implement ExtendedAgent 2024-02-23 11:29:10 +00:00
systemauth Grant other sessions while pin session is active 2024-02-17 09:52:19 +01:00
vault Fix last synced not being reset on vault clear 2023-12-28 01:25:59 +01:00
defaultmainloop.go Remove gioui main loop 2023-12-23 14:48:33 +01:00
unixsocketagent.go Fix socket path in daemonize 2024-02-21 06:42:10 +01:00