Patrick Li wrote:

Hello Paric,

> Looks like openssl doesn't like the "!" operation even though the openssl
> man page said "!" is supported.
> http://www.openssl.org/docs/apps/ciphers.html#
> 
> oscar% openssl ciphers -v ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
> ADH: Event not found

Please read the manual for your shell.

Your shell interprets the command line and finds the "!".

If you retry the command line with single quotes, you will get
the expected results:

> ./openssl ciphers -v 'ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP'
DHE-DSS-RC4-SHA         SSLv3 Kx=DH       Au=DSS  Enc=RC4(128)  Mac=SHA1
[...]

Bye

Goetz

-- 
Goetz Babin-Ebell, TC TrustCenter AG, http://www.trustcenter.de
Sonninstr. 24-28, 20097 Hamburg, Germany
Tel.: +49-(0)40 80 80 26 -0,  Fax: +49-(0)40 80 80 26 -126

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to