summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-04-16 15:54:44 +1000
committerDamien Miller <djm@mindrot.org>2010-04-16 15:54:44 +1000
commit031c9100dfe3ee65a29084ebbd61965a76b3ad26 (patch)
tree6679390865509ab8e871e150834c7893e0e0346a /ChangeLog
parentb1b17047e39b88f640a6e55141cd1073ee6e55e4 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afd69b039..fd4ce5db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
4020100410 4520100410
41 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo 46 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo