aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh
Commit message (Expand)AuthorAgeFilesLines
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* Add missing return value checksMatt Caswell2016-01-291-4/+3
* Correct value of DH_CHECK_PUBKEY_INVALIDMatt Caswell2016-01-291-1/+1
* Add a test for small subgroup attacks on DH/DHEMatt Caswell2016-01-281-3/+82
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-282-10/+26
* Properly check return type of DH_compute_key()Pascal Cuoq2015-10-071-2/+2
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* RT3959: Fix misleading commentNicholas Cooper2015-07-311-1/+1
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-162-2/+2
* 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
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2217-3088/+3046
* 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
* mark all block comments that need format preserving so thatTim Hudson2015-01-222-2/+4
* Fix irix-cc build.Andy Polyakov2015-01-071-1/+1
* dh_check.c: check BN_CTX_get's return value.Andy Polyakov2014-03-061-0/+1
* make updateDr. Stephen Henson2013-12-011-12/+26
* Fix compile errors.Ben Laurie2013-10-011-3/+4
* CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson2013-10-014-9/+565
* Add KDF for DH.Dr. Stephen Henson2013-10-013-2/+206
* Extend DH parameter generation support.Dr. Stephen Henson2013-10-012-2/+121
* Enhance DH dup functions.Dr. Stephen Henson2013-10-012-22/+60
* If present print j, seed and counter values for DHDr. Stephen Henson2013-10-011-0/+27
* New SP 800-56A compliant version of DH_compute_key().Dr. Stephen Henson2013-10-012-0/+16
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-0/+8
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2012-04-074-17/+277
* branches: 1.2.2;Dr. Stephen Henson2012-04-071-3/+3
* Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson2012-04-072-9/+42
* Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson2012-04-074-2/+591
* DH keys have an (until now) unused 'q' parameter. When creating from DSA copyDr. Stephen Henson2011-11-141-2/+15
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-091-0/+1
* make dependDr. Stephen Henson2011-09-161-5/+11
* Improved error checking for DRBG calls.Dr. Stephen Henson2011-09-161-11/+5
* Don't set default public key methods in FIPS mode so applicationsDr. Stephen Henson2011-06-201-2/+4
* Redirect DH key and parameter generation.Dr. Stephen Henson2011-06-093-0/+19
* Redirect DH operations to FIPS module. Block non-FIPS methods.Dr. Stephen Henson2011-06-084-3/+53
* PR: 1644Dr. Stephen Henson2009-09-062-1/+7
* Make depend.Ben Laurie2009-06-141-5/+5
* Some no-ec fixes (not complete yet).Dr. Stephen Henson2009-04-231-1/+0
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-122-2/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-053-3/+3
* More size_tification.Ben Laurie2008-11-012-2/+2
* More type-checking.Ben Laurie2008-06-041-7/+13
* Update dependencies.Dr. Stephen Henson2008-03-221-8/+10
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-162-0/+3