https://bugzilla.mindrot.org/show_bug.cgi?id=3050

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
   Attachment #3308|                            |ok?([email protected])
              Flags|                            |

--- Comment #2 from Darren Tucker <[email protected]> ---
Created attachment 3308
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3308&action=edit
Defer bit size tests to key-specific check

Without change:
$ ssh-keygen -b 99999  -t rsa -f /tmp/t
Bits has bad value 99999 (too large)

With change:
$ ssh-keygen/obj/ssh-keygen -b 99999  -t rsa -f /tmp/t
Invalid RSA key length: maximum is 16384 bits

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to