aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* 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
* If present print j, seed and counter values for DHDr. Stephen Henson2013-08-051-0/+25
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-0/+1
* make updateDr. Stephen Henson2011-12-271-0/+8
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-074-17/+277
* Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson2011-12-012-9/+42
* Correct some parameter values.Dr. Stephen Henson2011-12-011-3/+3
* Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson2011-11-134-2/+591
* print out subgroup order if presentDr. Stephen Henson2011-10-111-0/+2
* make updateBodo Möller2011-09-051-11/+10