[openssl-dev] [openssl.org #3082] [PATCH] Filter listed protocols from help options based on compile settings

2016-02-03 Thread Rich Salz via RT
kinda fixed in 1.0.2 and really fixed in 1.1 -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl.org #3082] [PATCH] Filter listed protocols from help options based on compile settings

2013-06-25 Thread MikeM via RT
Hi, The attached patches filter the -ssl2/-ssl3/-tls1 options based on the supported protocols compiled into the tools. The patches apply to openssl-1.0.1e and openssl-1.0.0k. Many thanks, Mike diff -ru openssl-1.0.0k/apps/ciphers.c openssl-1.0.0k-new/apps/ciphers.c ---