Dr. Stephen Henson 83cb7c4635 An incompatibility has always existed between the format used for RSA
signatures and MDC2 using EVP or RSA_sign. This has become more apparent
when the dgst utility in OpenSSL 1.0.0 and later switched to using the
EVP_DigestSign functions which call RSA_sign.

This means that the signature format OpenSSL 1.0.0 and later used with
dgst -sign and MDC2 is incompatible with previous versions.

Add detection in RSA_verify so either format works.

Note: MDC2 is disabled by default in OpenSSL and very rarely used in practice.
2012-02-15 14:04:00 +00:00
..
2011-09-05 09:46:15 +00:00
2010-10-04 13:58:41 +00:00
2011-02-21 17:35:53 +00:00
2006-01-29 23:12:22 +00:00
2011-10-19 14:59:27 +00:00
2011-02-03 10:03:23 +00:00
2011-01-26 15:37:41 +00:00
2008-11-05 18:39:08 +00:00
2008-11-05 18:39:08 +00:00
2011-06-17 16:47:41 +00:00