> From: [email protected] On Behalf Of Michael Kurecka
> Sent: Monday, 03 August, 2009 09:25

> Is there a way to print/display the list of ciphers being used?
> 
What do you mean used?

- negotiated for an SSL connection? SSL_get_current_cipher()
and the convenience macros using it

- that our SSL client will request, or server accept? SSL_get_cipher_list()

- that their SSL client did request? Run s_server with -msg .

- in a saved/shared SSL "session"? not sure; I know it's there somewhere

- the signature on a cert, or CRL or CSR, or SMIME etc.?
Usually displayed by the -text option(s) and sometimes others.

- something else? be specific



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to