aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
AgeCommit message (Expand)AuthorFilesLines
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx1-0/+5
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-20/+27
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte18-18/+18
2015-05-14make dependRichard Levitte1-17/+17
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte2-2/+2
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz2-4/+6
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-14/+14
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz2-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-6/+3
2015-05-01free null cleanup finaleRich Salz5-20/+10
2015-04-30free NULL cleanup 7Rich Salz8-113/+61
2015-04-30Fix buffer overrun in RSA signingMatt Caswell1-1/+7
2015-04-30free cleanup almost the finaleRich Salz4-34/+11
2015-04-30free NULL cleanup 5aRich Salz2-10/+5
2015-04-28remove malloc castsRich Salz4-6/+6
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-999/+0
2015-03-30Remove duplicate code.Dr. Stephen Henson1-22/+6
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson1-1/+1
2015-03-24make dependDr. Stephen Henson1-3/+3
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-24free NULL cleanupRich Salz2-8/+4
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-1/+1
2015-03-19Reject invalid PSS parameters.Dr. Stephen Henson1-1/+2
2015-03-12Fix RSA_X931_derive_exMatt Caswell1-5/+4
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz1-11/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz2-16/+9
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz1-5/+1
2015-01-26Remove obsolete support for old code.Rich Salz1-13/+2
2015-01-22Re-align some comments after running the reformat script.Matt Caswell1-12/+12
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell1-3/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell24-5444/+5307
2015-01-22Fix strange formatting by indentMatt Caswell1-6/+12
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell2-29/+38
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2-2/+2
2015-01-12RT3548: Remove unsupported platformsRich Salz1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+2
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell1-6/+6
2014-12-08Implement internally opaque bn access from rsaMatt Caswell7-55/+130
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson10-10/+10
2014-12-08remove FIPS module code from crypto/rsaDr. Stephen Henson4-236/+0
2014-12-08Remove fips_constseg references.Dr. Stephen Henson1-1/+0
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-11-20RT2679: Fix error if keysize too shortAnnie Yousar1-2/+2
2014-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte2-2/+2