summaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_locl.h
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2017-12-13Minor cleanup of the rsa mp limits codeBernd Edlinger
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-12-05Fix minor typo in comment in rsa_stDaniel Bevenius
2017-11-28rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-01-08Add rsa_pss_get_param.Dr. Stephen Henson
2017-01-08Add macros to determine if key or ctx is PSS.Dr. Stephen Henson
2017-01-08Split PSS parameter creation.Dr. Stephen Henson
2017-01-08Add pss field to RSA structure and free it.Dr. Stephen Henson
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte
2016-04-06Make the RSA structure opaqueRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-01-26FIPS mode RSA changes:Dr. Stephen Henson
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
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie