[Bug 2466] Cipher defines from opensslconf.h
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Mon Oct 26 14:32:23 AEDT 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2466
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2703|0 |1
is obsolete| |
Status|NEW |ASSIGNED
Assignee|unassigned-bugs at mindrot.org |dtucker at zip.com.au
Attachment #2738| |ok?(djm at mindrot.org)
Flags| |
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
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.
More information about the openssh-bugs
mailing list