Re: openssl ciphers fails when using "!"

2010-03-31 Thread Ben DJ
On Tue, Mar 30, 2010 at 12:14 PM, Kyle Hamilton wrote: > That's your shell talking. Try: > > openssl ciphers -v 'HIGH:!RSA'# note the single-quotes > > You just have to tell the shell not to interpret the bang, by quoting > it -- either with a backslash or in an uninterpreted-quoted string.

openssl ciphers fails when using "!"

2010-03-30 Thread Ben DJ
does @v1.0.0 'openssl ciphers -v ...' still support "!" notation, as in 'openssl ciphers -v !RSA' ? man page says it does, man ciphers | grep "Each cipher" -A5 Each cipher string can be optionally preceded by the characters !, - or +. If ! is used then the ciphers are perma