Marco Ricci commited on 2024-11-27 13:29:15
Zeige 1 geänderte Dateien mit 8 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -1,4 +1,10 @@ |
| 1 | 1 |
### Changed |
| 2 | 2 |
|
| 3 |
- - If the SSH agent supports deterministic DSA/ECDSA signatures, mark *all* |
|
| 4 |
- SSH keys as suitable. |
|
| 3 |
+ - Checking whether an SSH key is suitable now also depends on the SSH |
|
| 4 |
+ agent in use. API functions now optionally take an additional |
|
| 5 |
+ [`SSHAgentClient`][derivepassphrase.ssh_agent.SSHAgentClient] object to |
|
| 6 |
+ test agent-specific key suitability. |
|
| 7 |
+ - If the SSH agent supports deterministic DSA/ECDSA signatures (e.g. |
|
| 8 |
+ [RFC 6979][], then mark DSA and ECDSA SSH keys as suitable. |
|
| 9 |
+ |
|
| 10 |
+[RFC 6979]: https://www.rfc-editor.org/rfc/rfc6979 |
|
| 5 | 11 |