I forgot, is there a "standard way" to create an rpm so I can install the binaries somewhere?
On 12/08/2015 09:41 AM, Ron Croonenberg wrote:
so in the source tree:
modules/ssl
in: ssl_engine_config.c
I see two lines:
arg = apr_pstrcat(cmd->pool, "!aNULL:!eNULL:!EXP:", arg, NULL);
and tossed eNULL out
in: ssl_engine_init.c
I see a line:
apr_pstrcat(ptemp, "!aNULL:!eNULL:!EXP:", SSL_DEFAULT_CIPHER_LIST,
these 3 locations are the only places where NULL ciphers are excluded,
right?
P.S: why not make it an option that can be configured and where the
default 'setting' is "no NULL ciphers" ?