summaryrefslogtreecommitdiffstats
path: root/crypto/dh
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-08-26Check for null-pointer dereference in dh_cms_set_peerkeyBernd Edlinger
2021-02-16Update copyright yearMatt Caswell
2021-01-10[crypto/dh] side channel hardening for computing DH shared keys (1.1.1)Billy Brumley
2020-03-17Update copyright yearMatt Caswell
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger
2019-09-09DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger
2019-09-09Change DH_generate_parameters back to order 2q subgroupBernd Edlinger
2019-07-24Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-05-28Update copyright yearRichard Levitte
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
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
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson
2017-10-12DH named parameter supportDr. Stephen Henson
2017-10-12Support constant BN for DH parametersDr. Stephen Henson
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-26Allow DH_set0_key with only private key.David Benjamin
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22Use "" not <> on e_os.h includeRich Salz
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-07make error tables const and separate header fileRich Salz
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-04-07Make default_method mostly compile-timeRich Salz
2017-01-26Better check of DH parameters in TLS dataRichard Levitte
2017-01-25StyleFdaSilvaYY