SSL_library_init() & EVP_sha256

2009-06-14 Thread Phil Pennock
Folks, The approach of the Exim MTA to cryptography is simple -- don't second-guess the SSL library developers when it comes to choosing which algorithms/digests/etc to load, and provide a knob ("tls_require_ciphers") for administrators to restrict what can be loaded. The MTA developers do not wa

Re: SSL_library_init() & EVP_sha256

2009-06-15 Thread Phil Pennock
On 2009-06-15 at 11:02 +0200, Bodo Moeller wrote: > On Mon, Jun 15, 2009 at 5:46 AM, Phil Pennock wrote: > > > When RFC 5246 came out, specifying TLS 1.2 and having all mandated > > cipher suites use SHA-256, we assumed that to aid the transition OpenSSL > > would add EVL

Re: SSL_library_init() & EVP_sha256

2009-06-15 Thread Phil Pennock
On 2009-06-15 at 14:17 -0700, David Schwartz wrote: > Phil Pennock wrote: > > The approach of the Exim MTA to cryptography is simple -- don't > > second-guess the SSL library developers when it comes to choosing which > > algorithms/digests/etc to load, and provide a knob