[openssl-users] explicitly including other ciphers.

Viktor Dukhovni openssl-users at dukhovni.org
Wed Dec 2 01:46:23 UTC 2015


On Tue, Dec 01, 2015 at 03:34:09PM -0700, Ron Croonenberg wrote:

> I want to build/compile openssl including the 'eNULL' cipher. I know it's
> not in ALL or default, because of "security risks".

No need to recompile.

> How do I include it and built it (downloaded a version from the github)

The eNULL ciphers are available by default, but not in ALL.  Just use:

	"ALL:COMPLEMENTOFALL"

    or

	"ALL:eNULL"

    or just

	"eNULL"

as appropriate.  This is documented in ciphers(1).

-- 
	Viktor.


More information about the openssl-users mailing list