aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh/dh_check.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29Add missing return value checksMatt Caswell1-4/+3
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell1-9/+25
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-04-30free NULL cleanup 7Rich Salz1-2/+1
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz1-9/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-97/+96
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-03-06dh_check.c: check BN_CTX_get's return value.Andy Polyakov1-0/+1
2011-12-01Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson1-9/+39
2007-09-24TyposLutz Jänicke1-1/+1
2005-08-21Make D-H safer, include well-known primes.Ben Laurie1-0/+22
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe1-2/+2
2000-11-07Constify DH-related code.Richard Levitte1-1/+1
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller1-6/+8
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller1-2/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-3/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-3/+3
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+120