diff options
author | Damien Miller <djm@mindrot.org> | 2005-06-16 13:19:06 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-06-16 13:19:06 +1000 |
commit | ac7ef6a7360f7b1e417790d288f42f474c4ceb55 (patch) | |
tree | ccde5871ac2bc920bf5e167f0e57036319f4435c /ChangeLog | |
parent | 6476cad9bb6b8a9524a153639b4ebceb3427e743 (diff) |
- djm@cvs.openbsd.org 2005/06/08 03:50:00
[ssh-keygen.1 ssh-keygen.c sshd.8]
increase default rsa/dsa key length from 1024 to 2048 bits;
ok markus@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,6 +7,10 @@ | |||
7 | [auth.c auth.h misc.c misc.h ssh.c ssh_config.5 sshconnect.c] | 7 | [auth.c auth.h misc.c misc.h ssh.c ssh_config.5 sshconnect.c] |
8 | introduce a generic %foo expansion function. replace existing % expansion | 8 | introduce a generic %foo expansion function. replace existing % expansion |
9 | and add expansion to ControlPath; ok markus@ | 9 | and add expansion to ControlPath; ok markus@ |
10 | - djm@cvs.openbsd.org 2005/06/08 03:50:00 | ||
11 | [ssh-keygen.1 ssh-keygen.c sshd.8] | ||
12 | increase default rsa/dsa key length from 1024 to 2048 bits; | ||
13 | ok markus@ deraadt@ | ||
10 | 14 | ||
11 | 20050609 | 15 | 20050609 |
12 | - (dtucker) [cipher.c openbsd-compat/Makefile.in | 16 | - (dtucker) [cipher.c openbsd-compat/Makefile.in |
@@ -2702,4 +2706,4 @@ | |||
2702 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2706 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2703 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2707 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2704 | 2708 | ||
2705 | $Id: ChangeLog,v 1.3817 2005/06/16 03:18:34 djm Exp $ | 2709 | $Id: ChangeLog,v 1.3818 2005/06/16 03:19:06 djm Exp $ |