aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* remove 0 assignments.Rich Salz2015-09-032-27/+2
* RT3674: Make no-cms build work.David Bar2015-09-031-0/+8
* Add and use OPENSSL_zallocRich Salz2015-09-022-3/+2
* Remove _locked memory functions.Rich Salz2015-08-261-2/+2
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* More secure storage of key material.Rich Salz2015-06-232-12/+12
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-091-0/+5
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-20/+27
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1418-18/+18
* make dependRichard Levitte2015-05-141-17/+17
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-142-2/+2
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-112-4/+6
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-14/+14
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-042-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-6/+3
* free null cleanup finaleRich Salz2015-05-015-20/+10
* free NULL cleanup 7Rich Salz2015-04-308-113/+61
* Fix buffer overrun in RSA signingMatt Caswell2015-04-301-1/+7
* free cleanup almost the finaleRich Salz2015-04-304-34/+11
* free NULL cleanup 5aRich Salz2015-04-302-10/+5
* remove malloc castsRich Salz2015-04-284-6/+6
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-999/+0
* Remove duplicate code.Dr. Stephen Henson2015-03-301-22/+6
* 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