[exim-dev] [Bug 674] exim can't verify sha256WithRSAEncrypti…

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 674] New: exim can't verify sha256WithRSAEncryption signature in X. 509 certificates when linked against OpenSSL
Subject: [exim-dev] [Bug 674] exim can't verify sha256WithRSAEncryption signature in X.509 certificates when linked against OpenSSL
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=674




--- Comment #18 from Phil Pennock <exim-dev@???> 2009-10-16 12:23:40 ---
Created an attachment (id=330)
--> (http://bugs.exim.org/attachment.cgi?id=330)
Make SHA256 loading conditional upon OpenSSL >= 0.9.8

Reports of link failure on exim-users because EVP_sha256() wasn't available.

OpenSSL "CHANGES" file:
 Changes between 0.9.7h and 0.9.8  [05 Jul 2005]
[...]
  *) New FIPS 180-2 algorithms, SHA-224/-256/-384/-512 are implemented.
     [Andy Polyakov and a number of other people]


So #ifdef guard that 0.9.8 or more recent.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email