mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-14 05:44:35 +01:00
c7cc1d646e
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. |
||
---|---|---|
.. | ||
keys.go | ||
ssh.go | ||
sshsocketunix.go | ||
sshsocketwindows.go |