On Mon, Mar 22, 2010 at 04:30:23PM +0100, Kurt Roeckx wrote:
> On Mon, Mar 22, 2010 at 02:01:23PM +0100, Stephen Henson via RT wrote:
> > 
> > I notice that the certificate in question is using SHA256. Do the
> > affected applications call SSL_library_init() only and not
> > OpenSSL_add_all_algorithms()? If so I'd suggest adding a call to
> > OpenSSL_add_all_algorithms() to the application too: if that isn't
> > present it would fail anyway if client certificates used SHA256.
> 
> As far as I can see postfix doesn't call either, dovecot only
> calls SSL_library_init()

So postfix called OpenSSL_add_ssl_algorithms() instead of
SSL_library_init() which is why I didn't find it.

Adding a OpenSSL_add_all_algorithms() fixes the problem,
so I think you can close this.


Kurt


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to