view ciphers
Nikos Mavrogiannopoulos
nmav at gnutls.org
Sun Dec 11 14:27:42 CET 2011
On 12/09/2011 06:59 PM, Nikos Mavrogiannopoulos wrote:
> On 12/09/2011 12:09 PM, Kamenik, Aleksander wrote:
>> Hi,
>> With openssl I can check the results of my cipher string:
>> $ openssl ciphers -v 'MEDIUM:-MD5:-RC4:!ADH'
>> DHE-RSA-SEED-SHA SSLv3 Kx=DH Au=RSA Enc=SEED(128) Mac=SHA1
>> DHE-DSS-SEED-SHA SSLv3 Kx=DH Au=DSS Enc=SEED(128) Mac=SHA1
>> SEED-SHA SSLv3 Kx=RSA Au=RSA Enc=SEED(128) Mac=SHA1
>> How do I do something like this with gnutls-cli or some other gnutls tool?
The repository's gnutls-cli can do the following:
$ gnutls-cli --priority "NORMAL:-RSA" -l
and will list the ciphersuites of the given priority string.
regards,
Nikos
More information about the Gnutls-help
mailing list