summaryrefslogtreecommitdiffstats
path: root/crypto/dh
AgeCommit message (Expand)Author
2020-02-03Missing "obj_mac" header file in "dh_lib"Davide Galassi
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-23Add DH key exchange to fips providerShane Lontis
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2020-01-07coverity 1201478: check BIO_indent returnsPauli
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson
2019-10-17DH: Add export of domain parameters to providerRichard Levitte
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-11Usages of KDFs converted to use the name macrosPauli
2019-09-09Enable DH "keys" which only contain domain parametersMatt Caswell
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-09DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger
2019-09-09Check the DH modulus bit lengthBernd Edlinger
2019-09-06Fix users of KDFs to use params not ctlsPauli
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-16Regenerate mkerr filesRich Salz
2019-07-09Add X9.42 KDF.Shane Lontis
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-03-27Increase rounds of Miller-Rabin testing DH_checkJake Massimo
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-06-20Update copyright yearMatt Caswell
2018-06-12Reject excessively large primes in DH key generation.Guido Vranken
2018-05-29Update copyright yearMatt Caswell
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-12Fix memory leak in DH_get_nid()Benjamin Kaduk
2017-10-12make updateDr. Stephen Henson
2017-10-12Add pad supportDr. Stephen Henson