RE: SSL_CTX_set{_preferred)_cipher_list?

2013-05-11 Thread Salz, Rich
What is the difference between SSL_CTX_SET_cipher_list and SSL_CTX_set_preferred_cipher_list? Which version of OpenSSL has the preferred version? I don't see this in master. Gaak. Sorry for the confusion. Looking at some decade-old local patches. :( /r$ -- Principal

SSL_CTX_set{_preferred)_cipher_list?

2013-05-10 Thread Salz, Rich
What is the difference between SSL_CTX_SET_cipher_list and SSL_CTX_set_preferred_cipher_list ? When and why would I use the preferred version? I promise to turn any answers I got into a POD manpage for future inclusion :) And why is there an SSL_set_cipher_list function, but the (misnamed?)

Re: SSL_CTX_set{_preferred)_cipher_list?

2013-05-10 Thread Viktor Dukhovni
On Fri, May 10, 2013 at 01:00:21PM -0600, Salz, Rich wrote: What is the difference between SSL_CTX_SET_cipher_list and SSL_CTX_set_preferred_cipher_list? Which version of OpenSSL has the preferred version? I don't see this in master. When and why would I use the preferred version? I