diff options
author | Damien Miller <djm@mindrot.org> | 2010-04-16 15:54:44 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-04-16 15:54:44 +1000 |
commit | 031c9100dfe3ee65a29084ebbd61965a76b3ad26 (patch) | |
tree | 6679390865509ab8e871e150834c7893e0e0346a /ChangeLog | |
parent | b1b17047e39b88f640a6e55141cd1073ee6e55e4 (diff) |
- markus@cvs.openbsd.org 2010/04/15 20:32:55
[ssh-pkcs11.c]
retry lookup for private key if there's no matching key with CKA_SIGN
attribute enabled; this fixes fixes MuscleCard support (bugzilla #1736)
ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ | |||
36 | [ssh_config.5 sshconnect.c] | 36 | [ssh_config.5 sshconnect.c] |
37 | expand %r => remote username in ssh_config:ProxyCommand; | 37 | expand %r => remote username in ssh_config:ProxyCommand; |
38 | ok deraadt markus | 38 | ok deraadt markus |
39 | - markus@cvs.openbsd.org 2010/04/15 20:32:55 | ||
40 | [ssh-pkcs11.c] | ||
41 | retry lookup for private key if there's no matching key with CKA_SIGN | ||
42 | attribute enabled; this fixes fixes MuscleCard support (bugzilla #1736) | ||
43 | ok djm@ | ||
39 | 44 | ||
40 | 20100410 | 45 | 20100410 |
41 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo | 46 | - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo |