summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_check.c
AgeCommit message (Expand)Author
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-09DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger
2019-09-09Check the DH modulus bit lengthBernd Edlinger
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-03-27Increase rounds of Miller-Rabin testing DH_checkJake Massimo
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-10-18Remove parentheses of return.KaoruToda
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-25StyleFdaSilvaYY
2016-06-25Handle BN_mod_word failures.David Benjamin
2016-06-25Fix BN_is_prime* calls.David Benjamin
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-09Make DH opaqueMatt Caswell
2016-01-29Add missing return value checksMatt Caswell
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-03-06dh_check.c: check BN_CTX_get's return value.Andy Polyakov
2011-12-01Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson
2007-09-24TyposLutz Jänicke
2005-08-21Make D-H safer, include well-known primes.Ben Laurie
2002-12-08This is a first-cut at improving the callback mechanisms used inGeoff Thorpe
2000-11-07Constify DH-related code.Richard Levitte
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall