aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanupRich Salz2015-03-241-2/+1
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-1/+1
* make dependDr. Stephen Henson2015-03-241-3/+3
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* free NULL cleanupRich Salz2015-03-242-8/+4
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-1/+1
* Reject invalid PSS parameters.Dr. Stephen Henson2015-03-191-1/+2
* Fix RSA_X931_derive_exMatt Caswell2015-03-121-5/+4
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-11/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-272-16/+9
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-5/+1
* Remove obsolete support for old code.Rich Salz2015-01-261-13/+2
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-12/+12
* 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