aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_check.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Fix typosJakub Wilk2024-01-231-1/+1
* Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte2023-11-061-0/+12
* DH_check_pub_key() should not fail when setting result codeTomas Mraz2023-10-111-1/+2
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* DH_check(): Do not try checking q properties if it is obviously invalidTomas Mraz2023-07-271-1/+8
* Make DH_check set some error bits in recently added errorBernd Edlinger2023-07-261-0/+1
* Fix DH_check() excessive time with over sized modulusMatt Caswell2023-07-191-0/+6
* DH_check[_params]() use libctx of the dh for prime checksTomas Mraz2022-11-181-2/+2
* ossl_dh_check_priv_key: Do not fail on private keys without qTomas Mraz2022-06-151-6/+27
* Fix DH private key check.Shane Lontis2021-06-161-1/+1
* 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