help-gnutls
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: view ciphers


From: Nikos Mavrogiannopoulos
Subject: Re: view ciphers
Date: Sun, 11 Dec 2011 14:27:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]