https://bugzilla.mindrot.org/show_bug.cgi?id=2466
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2703|0 |1 is obsolete| | Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] Attachment #2738| |ok?([email protected]) Flags| | --- Comment #3 from Darren Tucker <[email protected]> --- Created attachment 2738 --> https://bugzilla.mindrot.org/attachment.cgi?id=2738&action=edit handle RC4, CAST and/or Blowfish being disabled in libcrypto (In reply to Damien Miller from comment #2) > ok for OPENSSL_NO_BF, OPENSSL_NO_CAST and OPENSSL_NO_RC4. patch updated thusly. > I don't think we want to support no-AES / no-3DES configurations so > IMO we should skip the extra ifdef (it's tangled enough already) I agree with this, because disabling AES in libcrypto will end up using the AES code in rijndael.c anyway, and 3DES is the only cipher required by RFC4253. -- 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
