aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-113-14/+3
* remove 0 assignments.Rich Salz2015-09-032-24/+3
* RT3674: Make no-cms build work.David Bar2015-09-033-3/+17
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* More secure storage of key material.Rich Salz2015-06-232-2/+3
* 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-12/+16
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1410-10/+10
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-10/+11
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-5/+5
* Use safer sizeof variant in mallocRich Salz2015-05-042-2/+2
* Remove goto inside an if(0) blockRich Salz2015-05-011-6/+6
* free null cleanup finaleRich Salz2015-05-014-19/+10
* free NULL cleanup 7Rich Salz2015-04-305-32/+17
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* free NULL cleanup 5aRich Salz2015-04-301-8/+4
* free NULL cleanup 8Rich Salz2015-04-301-6/+3
* remove malloc castsRich Salz2015-04-281-2/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-162-2/+2
* 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-936/+0
* free NULL cleanupRich Salz2015-03-281-4/+2
* free NULL cleanupRich Salz2015-03-244-10/+6
* make dependDr. Stephen Henson2015-03-241-4/+4
* 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
* Fix dh_pub_encodeMatt Caswell2015-03-121-5/+7
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-081-4/+4
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+3
* Fix memory leakKurt Roeckx2015-02-221-0/+1
* Avoid a double-free in an error path.Doug Hogan2015-02-221-0/+1
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-032-20/+2
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-7/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2214-2882/+2831
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-7/+10
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+3
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-2/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-121-8/+2
* Fix irix-cc build.Andy Polyakov2015-01-071-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-302-2/+4
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-5/+5
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-181-6/+0
* RT3543: Remove #ifdef LINTRich Salz2014-12-101-3/+0
* Implement internally opaque bn access from dhMatt Caswell2014-12-086-203/+51
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-082-2/+2
* Remove FIPS module code from crypto/dhDr. Stephen Henson2014-12-083-49/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1