Marco Ricci commited on 2024-11-28 13:47:41
Zeige 3 geänderte Dateien mit 19 Einfügungen und 16 Löschungen.
... | ... |
@@ -1,15 +0,0 @@ |
1 |
-### Added |
|
2 |
- |
|
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. If not given, then the old |
|
7 |
- behavior is retained: SSH keys are suitable if they are suitable under |
|
8 |
- any (conforming) SSH agent. |
|
9 |
- |
|
10 |
-### Fixed |
|
11 |
- |
|
12 |
- - If the SSH agent supports deterministic DSA/ECDSA signatures (e.g. |
|
13 |
- [RFC 6979][]), then mark DSA and ECDSA SSH keys as suitable. |
|
14 |
- |
|
15 |
-[RFC 6979]: https://www.rfc-editor.org/rfc/rfc6979 |
... | ... |
@@ -30,6 +30,24 @@ effectively constitute a new <q>major</q> release.) |
30 | 30 |
|
31 | 31 |
<!-- scriv changelog start --> |
32 | 32 |
|
33 |
+## 0.3.3 (2024-11-28) |
|
34 |
+ |
|
35 |
+### Added |
|
36 |
+ |
|
37 |
+ - Checking whether an SSH key is suitable now also depends on the SSH |
|
38 |
+ agent in use. API functions now optionally take an additional |
|
39 |
+ [`SSHAgentClient`][derivepassphrase.ssh_agent.SSHAgentClient] object to |
|
40 |
+ test agent-specific key suitability. If not given, then the old |
|
41 |
+ behavior is retained: SSH keys are suitable if they are suitable under |
|
42 |
+ any (conforming) SSH agent. |
|
43 |
+ |
|
44 |
+### Fixed |
|
45 |
+ |
|
46 |
+ - If the SSH agent supports deterministic DSA/ECDSA signatures (e.g. |
|
47 |
+ [RFC 6979][]), then mark DSA and ECDSA SSH keys as suitable. |
|
48 |
+ |
|
49 |
+[RFC 6979]: https://www.rfc-editor.org/rfc/rfc6979 |
|
50 |
+ |
|
33 | 51 |
## 0.3.2 (2024-10-21) |
34 | 52 |
|
35 | 53 |
### Fixed |