Move FIPS RSA function definitions to fips.h
authorDr. Stephen Henson <steve@openssl.org>
Thu, 2 Jun 2011 17:30:22 +0000 (17:30 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 2 Jun 2011 17:30:22 +0000 (17:30 +0000)
New function to lookup digests by NID in module.

Minor optimisation: if supplied hash is NULL to FIPS RSA functions and
we are using PKCS padding get digest NID from otherwise unused saltlen
parameter instead.


No differences found