Bugzilla – Attachment 1031 Details for
Bug 1119
Enhancement request for raising minimum acceptable key length.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update the minimum keylength bits to 1024
keygen.fix (text/plain), 1.18 KB, created by
senthilkumar
on 2005-11-23 17:18:40 AEDT
(
hide
)
Description:
Patch to update the minimum keylength bits to 1024
Filename:
MIME Type:
Creator:
senthilkumar
Created:
2005-11-23 17:18:40 AEDT
Size:
1.18 KB
patch
obsolete
>diff -Nur openssh-4.2p1/ssh-keygen.1 openssh-4.2p1-keygen/ssh-keygen.1 >--- openssh-4.2p1/ssh-keygen.1 2005-06-16 08:49:06.000000000 +0530 >+++ openssh-4.2p1-keygen/ssh-keygen.1 2005-11-23 11:13:22.000000000 +0530 >@@ -187,7 +187,7 @@ > Show the bubblebabble digest of specified private or public key file. > .It Fl b Ar bits > Specifies the number of bits in the key to create. >-Minimum is 512 bits. >+Minimum is 1024 bits. > Generally, 2048 bits is considered sufficient. > The default is 2048 bits. > .It Fl C Ar comment >diff -Nur openssh-4.2p1/ssh-keygen.c openssh-4.2p1-keygen/ssh-keygen.c >--- openssh-4.2p1/ssh-keygen.c 2005-07-17 12:52:46.000000000 +0530 >+++ openssh-4.2p1-keygen/ssh-keygen.c 2005-11-23 11:12:47.000000000 +0530 >@@ -1041,7 +1041,7 @@ > "degiqpclBHvxXyF:b:f:t:U:D:P:N:C:r:g:R:T:G:M:S:a:W:")) != -1) { > switch (opt) { > case 'b': >- bits = strtonum(optarg, 512, 32768, &errstr); >+ bits = strtonum(optarg, 1024, 32768, &errstr); > if (errstr) > fatal("Bits has bad value %s (%s)", > optarg, errstr);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1119
: 1031