summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-11-04 07:41:48 +1100
committerDamien Miller <djm@mindrot.org>2013-11-04 07:41:48 +1100
commitd2252c79191d069372ed6effce7c7a2de93448cd (patch)
tree1ad93b65aeed04d17b510975beeff6e475241cf7 /ChangeLog
parent007e3b357e880caa974d5adf9669298ba0751c78 (diff)
- markus@cvs.openbsd.org 2013/11/02 20:03:54
[ssh-pkcs11.c] support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys; fixes bz#1908; based on patch from Laurent Barbe; ok djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69541297c..75a300584 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120131104
2 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2013/11/02 20:03:54
4 [ssh-pkcs11.c]
5 support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;
6 fixes bz#1908; based on patch from Laurent Barbe; ok djm
7
120131103 820131103
2 - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep. 9 - (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.
3 From OpenSMTPD where it prevents "implicit declaration" warnings (it's 10 From OpenSMTPD where it prevents "implicit declaration" warnings (it's