Please read the RFC on TLS to figure out how they're agreed upon.

As Dave Thompson said, you can use SSL_[CTX_]set_cipher_list to state
what algorithms you're willing to negotiate.  If the peer doesn't
support any of them, then a "could not negotiate a common set of
security parameters" alert gets thrown.

-Kyle H

On Mon, Aug 3, 2009 at 12:43 PM, Michael Kurecka<[email protected]> wrote:
> I figured out how to get the list of ciphers being used, but I can't
> figure out how they were set or chosen. How are the ciphers set? Is
> there a way to modify that list?
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [email protected]
> Automated List Manager                           [email protected]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to