Tagged Questions
1
vote
0answers
183 views
Validating an OpenSSL Cipher List
Are there any tools that can validate an OpenSSL cipher list both syntactically and semantically?
For example, ALL:!LOW:!SSLv2:!EXP:!aNULL is both syntactically and semantically valid cipher list. On ...