[openssl-dev] [openssl.org #3845] Feature Request: Allow specification of ciphers by raw cipher ID

Viktor Dukhovni openssl-users at dukhovni.org
Tue May 12 07:42:27 UTC 2015


On Mon, May 11, 2015 at 01:48:31PM +0200, Hubert Kario via RT wrote:

> master has support for printing the IETF/IANA names, see -stdname options to 
> ciphers subcommand...

That flag seems to be subject to conditional compilation:

    #ifndef OPENSSL_NO_SSL_TRACE
            if (stdname) {
                const char *nm = SSL_CIPHER_standard_name(c);
                if (nm == NULL)
                    nm = "UNKNOWN";
                BIO_printf(bio_out, "%s - ", nm);
            }
    #endif

not sure why.  In particular it does nothing in my build, because
OPENSSL_NO_SSL_TRACE apears to be set (by default?).

-- 
	Viktor.


More information about the openssl-dev mailing list