summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-11-05 14:52:18 +1100
committerDamien Miller <djm@mindrot.org>2005-11-05 14:52:18 +1100
commit3f54a9f5b7978e8e7085f86722bc2704f7fab2e2 (patch)
treea760ff59ed78f80e4d05661a2fb307f6e890b980 /ChangeLog
parentd32e293c045025b80892e8b05285ca9617d83ef6 (diff)
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2005/10/07 11:13:57 [ssh-keygen.c] change DSA default back to 1024, as it's defined for 1024 bits only and this causes interop problems with other clients. moreover, in order to improve the security of DSA you need to change more components of DSA key generation (e.g. the internal SHA1 hash); ok deraadt
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf8031250..10c031042 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
120051105
2 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2005/10/07 11:13:57
4 [ssh-keygen.c]
5 change DSA default back to 1024, as it's defined for 1024 bits only
6 and this causes interop problems with other clients. moreover,
7 in order to improve the security of DSA you need to change more
8 components of DSA key generation (e.g. the internal SHA1 hash);
9 ok deraadt
10
120051102 1120051102
2 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). 12 - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
3 Reported by olavi at ipunplugged.com and antoine.brodin at laposte.net 13 Reported by olavi at ipunplugged.com and antoine.brodin at laposte.net
@@ -3130,4 +3140,4 @@
3130 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3140 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3131 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3141 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3132 3142
3133$Id: ChangeLog,v 1.3926 2005/11/01 22:07:31 dtucker Exp $ 3143$Id: ChangeLog,v 1.3927 2005/11/05 03:52:18 djm Exp $