git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
9176ab7
Branches
Tags
documentation-tree
master
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
derivepassphrase.git
docs
changelog.d
20241123_190504_the-13th-letter_ssh_key_howto.md
Copyedit and reclassify changelog entry for deterministic DSA signatures
Marco Ricci
commited
9176ab7
at 2024-11-28 13:08:34
20241123_190504_the-13th-letter_ssh_key_howto.md
Blame
History
Raw
### Added - Checking whether an SSH key is suitable now also depends on the SSH agent in use. API functions now optionally take an additional [`SSHAgentClient`][derivepassphrase.ssh_agent.SSHAgentClient] object to test agent-specific key suitability. If not given, then the old behavior is retained: SSH keys are suitable if they are suitable under any (conforming) SSH agent. ### Fixed - If the SSH agent supports deterministic DSA/ECDSA signatures (e.g. [RFC 6979][]), then mark DSA and ECDSA SSH keys as suitable. [RFC 6979]: https://www.rfc-editor.org/rfc/rfc6979