aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
...
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-3/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2224-5444/+5307
* Fix strange formatting by indentMatt Caswell2015-01-221-6/+12
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-29/+38
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-2/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-121-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+2
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-6/+6
* Implement internally opaque bn access from rsaMatt Caswell2014-12-087-55/+130
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-0810-10/+10
* remove FIPS module code from crypto/rsaDr. Stephen Henson2014-12-084-236/+0
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT2679: Fix error if keysize too shortAnnie Yousar2014-11-201-2/+2
* Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte2014-10-152-2/+2
* Add additional DigestInfo checks.Dr. Stephen Henson2014-09-291-1/+20
* RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper2014-09-245-94/+167
* crypto/rsa/rsa_chk.c: harmonize error codes.Andy Polyakov2014-09-213-10/+12
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* RT992: RSA_check_key should have a callback argRich Salz2014-09-082-2/+8
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-182-2/+0
* Return smaller of ret and f.Alan Hryngle2014-07-051-1/+1
* remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser2014-05-291-1/+1
* Add functions returning security bits.Dr. Stephen Henson2014-03-283-0/+12
* Workaround for some CMS signature formats.Dr. Stephen Henson2014-03-191-1/+7
* make dependDr. Stephen Henson2014-02-191-7/+8
* Check for missing components in RSA_check.Dr. Stephen Henson2013-11-091-0/+6
* Return correct enveloped data type in ASN1 methods.Dr. Stephen Henson2013-07-171-0/+4
* CMS RSA-OAEP and RSA-PSS support.Dr. Stephen Henson2013-06-215-141/+475
* Update to OAEP support.Dr. Stephen Henson2013-06-212-5/+43
* Add control to retrieve signature MD.Dr. Stephen Henson2013-06-211-0/+4
* Exetended OAEP support.Dr. Stephen Henson2013-06-124-48/+213
* Fix PSS signature printing.Dr. Stephen Henson2013-06-051-4/+4
* Typo.Dr. Stephen Henson2013-03-311-0/+2
* Add and use a constant-time memcmp.Ben Laurie2013-02-061-1/+1
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-032-9/+6
* Additional compatibility fix for MDC2 signature format.Dr. Stephen Henson2012-02-151-1/+14
* An incompatibility has always existed between the format used for RSADr. Stephen Henson2012-02-151-0/+16
* incomplete provisional OAEP CMS decrypt supportDr. Stephen Henson2012-01-021-2/+16
* BN_BLINDING multi-threading fix.Bodo Möller2011-10-191-29/+51
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+1
* make updateBodo Möller2011-09-051-41/+31
* Give parameters names in prototypes.Dr. Stephen Henson2011-06-171-1/+1
* Remove FIPS RSA functions from crypto/rsa.Dr. Stephen Henson2011-06-021-19/+0
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-113-7/+7
* Make sure overrides work for RSA/DSA.Dr. Stephen Henson2011-04-233-6/+10
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-233-2/+53
* Return errors instead of aborting when selftest fails.Dr. Stephen Henson2011-04-221-1/+5
* Use 0 for tbslen to perform strlen.Dr. Stephen Henson2011-04-191-3/+3