summaryrefslogtreecommitdiff
path: root/crypto/dh/dh_check.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-4/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-16/+16
* Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri2020-10-231-1/+1
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-5/+5
* Add ACVP fips module testsShane Lontis2020-06-171-2/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-4/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-0/+6
* Add FFC param/key validationShane Lontis2020-02-161-22/+101
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-19/+22
* Add BN_check_prime()Kurt Roeckx2019-10-141-5/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger2019-09-091-1/+2
* Check the DH modulus bit lengthBernd Edlinger2019-09-091-0/+12
* Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger2019-07-221-26/+10
* Increase rounds of Miller-Rabin testing DH_checkJake Massimo2019-03-271-3/+5
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-191-12/+6
* Following the license change, modify the boilerplates in crypto/dh/Richard Levitte2018-12-061-1/+1
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+52
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-3/+1
* Better check of DH parameters in TLS dataRichard Levitte2017-01-261-0/+40
* StyleFdaSilvaYY2017-01-251-1/+1
* Handle BN_mod_word failures.David Benjamin2016-06-251-0/+4
* Fix BN_is_prime* calls.David Benjamin2016-06-251-4/+13
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* Make DH opaqueMatt Caswell2016-04-091-1/+1
* Add missing return value checksMatt Caswell2016-01-291-4/+3
* Prevent small subgroup attacks on DH/DHEMatt Caswell2016-01-281-9/+25
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-9/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-97/+96
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* dh_check.c: check BN_CTX_get's return value.Andy Polyakov2014-03-061-0/+1
* Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson2011-12-011-9/+39
* TyposLutz Jänicke2007-09-241-1/+1
* Make D-H safer, include well-known primes.Ben Laurie2005-08-211-0/+22
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-2/+2
* Constify DH-related code.Richard Levitte2000-11-071-1/+1
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-221-6/+8
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-121-2/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-3/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-3/+3
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+120