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 permanently deleted from the list.
       The ciphers deleted can never reappear in the list even if they are
       explicitly stated.

but using "!" gives "Event not found"

e.g.,

  openssl ciphers -v "HIGH:RSA"  WORKS
  openssl ciphers -v "HIGH:-RSA"  WORKS

but,

  openssl ciphers -v "HIGH:!RSA"

returns,

  RSA: Event not found.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to