summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-05-21 14:56:47 +1000
committerDamien Miller <djm@mindrot.org>2010-05-21 14:56:47 +1000
commitc6afb5f2c095a6a4380cc13a6480abb7614d949f (patch)
tree419ee7f1c432de379e2669585b85814cc67ac34e /ChangeLog
parent3b903827ebe16c97f705cb3b6ef6e9702d770087 (diff)
- djm@cvs.openbsd.org 2010/05/14 00:47:22
[ssh-add.c] check that the certificate matches the corresponding private key before grafting it on
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5a5aa6d2..b90af22b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
7 - djm@cvs.openbsd.org 2010/05/11 02:58:04 7 - djm@cvs.openbsd.org 2010/05/11 02:58:04
8 [auth-rsa.c] 8 [auth-rsa.c]
9 don't accept certificates marked as "cert-authority" here; ok markus@ 9 don't accept certificates marked as "cert-authority" here; ok markus@
10 - djm@cvs.openbsd.org 2010/05/14 00:47:22
11 [ssh-add.c]
12 check that the certificate matches the corresponding private key before
13 grafting it on
10 14
1120100511 1520100511
12 - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve 16 - (dtucker) [Makefile.in] Bug #1770: Link libopenbsd-compat twice to solve