Leon Poon wrote:
>
>
> Note that the Signature Algorithm is UNKNOWN.
> I don't have the latest MSIE 4.01 either; could that be part of the
> problem?
>
> Any ideas or suggestions would be greatly appreciated.
>
OK heres two fixes, quick and proper (?). First one I mentioned before
is to use MD5 as the hash algorithm.
The second fix (0.9.0 only) is to add a line to crypto/evp/c_all.c at
line 175 (before the #ifndef NO_DSA) add the following:
EVP_add_alias(SN_sha1WithRSAEncryption, SN_sha1WithRSA);
and recompile.
Steve.
--
Dr Stephen N. Henson.
UK based freelance Cryptographic Consultant. For info see homepage.
Homepage: http://www.drh-consultancy.demon.co.uk/
Email: [EMAIL PROTECTED]
PGP key: via homepage.
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+