aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* RT3549: Remove obsolete files in cryptoRich Salz2014-10-013-257/+0
* Add functions returning security bits.Dr. Stephen Henson2014-03-283-0/+20
* dh_check.c: check BN_CTX_get's return value.Andy Polyakov2014-03-061-0/+1
* make dependDr. Stephen Henson2014-02-191-12/+26
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Fix compile errors.Ben Laurie2013-08-211-3/+4
* CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson2013-08-054-9/+565
* Add KDF for DH.Dr. Stephen Henson2013-08-053-2/+206
* Extend DH parameter generation support.Dr. Stephen Henson2013-08-052-2/+121
* Enhance DH dup functions.Dr. Stephen Henson2013-08-052-22/+60