Forum Discussion
cipher suite -adding and removing
Greetings,
I hope this makes sense, here goes:If you use this syntax, all of the ciphers using RSA KEYX will be removed from the cipher list.
tmm --clientciphers 'DEFAULT:!RSA'
Let say, you'd like to include this cipher for some reason, but only this one:
DES-CBC3-SHA
If you used the ! filter, you would be unable to add that cipher only back:
tmm --clientciphers 'DEFAULT:!RSA:DES-CBC3-SHA' | grep ' DES-CBC3-SHA'
So using the - filter, allows you to add only that cipher back, but keep the others filtered out:
tmm --clientciphers 'DEFAULT:-RSA:DES-CBC3-SHA' | grep ' DES-CBC3-SHA'
48: 10 DES-CBC3-SHA 168 TLS1 Native DES SHA RSA
49: 10 DES-CBC3-SHA 168 TLS1.1 Native DES SHA RSA
50: 10 DES-CBC3-SHA 168 TLS1.2 Native DES SHA RSA
51: 10 DES-CBC3-SHA 168 DTLS1 Native DES SHA RSA
52: 10 DES-CBC3-SHA 168 SSL3 Native DES SHA RSA
Hope this is helpful!
KevinHi, Thanks for the reply .
You said "If you used the ! filter, you would be unable to add that cipher only back:"
Here is where I am confused . What you mean by unable to add that cipher only back.
What I understood from other threads , If I use "tmm --clientciphers 'DEFAULT:!RSA'" ,It just print the DEFAULT list and filter RSA ,It does not remove it from the BOX .That means we can add it later
Thanks
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com