summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_locl.h
AgeCommit message (Collapse)Author
2016-05-17Copyright consolidation 08/10Rich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
Move rsa_meth_st away from public headers. Add RSA_METHOD creator/destructor functions. Add RSA_METHOD accessor/writer functions. Adapt all other source to use the creator, destructor, accessors and writers. Reviewed-by: Matt Caswell <matt@openssl.org>
2016-04-06Make the RSA structure opaqueRichard Levitte
Move rsa_st away from public headers. Add accessor/writer functions for the public RSA data. Adapt all other source to use the accessors and writers. Reviewed-by: Matt Caswell <matt@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2011-01-26FIPS mode RSA changes:Dr. Stephen Henson
Check for selftest failures. Pairwise consistency test for RSA key generation. Use some EVP macros instead of EVP functions. Use minimal FIPS EVP where needed.
2010-03-11Extend PSS padding code to support different digests for MGF1 and message.Dr. Stephen Henson
2006-09-08Make sure the int_rsa_verify() prototype matches the implementationBodo Möller
(m_len currently is 'unsigned int', not 'size_t') Submitted by: Gisle Vanem
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
Fix warnings.