summaryrefslogtreecommitdiffstats
path: root/crypto/dh (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-2/+12
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Usages of KDFs converted to use the name macrosPauli2019-09-111-1/+1
* Enable DH "keys" which only contain domain parametersMatt Caswell2019-09-091-6/+15
* Implement DSA in the default providerMatt Caswell2019-09-091-3/+3
* DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger2019-09-091-1/+2
* Use BN_clear_free in DH_set0_keyBernd Edlinger2019-09-091-2/+2
* Check the DH modulus bit lengthBernd Edlinger2019-09-091-0/+12
* Fix users of KDFs to use params not ctlsPauli2019-09-061-11/+21
* Enforce a minimum DH modulus size of 512 bitsBernd Edlinger2019-07-244-0/+23
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-237-2/+65
* Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger2019-07-223-58/+47
* Regenerate mkerr filesRich Salz2019-07-161-38/+1
* Add X9.42 KDF.Shane Lontis2019-07-091-129/+31
* TLS1.3 FFDHE Supportraja-ashok2019-06-124-3/+83
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-211-1/+1
* 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-193-20/+10
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-063-4/+4
* Following the license change, modify the boilerplates in crypto/dh/Richard Levitte2018-12-0615-15/+15
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Harmonize the error handling codepathNicola Tuveri2018-09-051-3/+5
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-051-1/+1
* Update copyright yearMatt Caswell2018-06-201-1/+1
* Reject excessively large primes in DH key generation.Guido Vranken2018-06-121-1/+6
* Update copyright yearMatt Caswell2018-05-291-1/+1
* DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre2018-05-181-0/+25
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-032-3/+5
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-1/+1
* Support public key and param check in EVP interfacePaul Yang2017-11-203-2/+109
* Remove parentheses of return.KaoruToda2017-10-185-12/+12
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Fix memory leak in DH_get_nid()Benjamin Kaduk2017-10-121-4/+3
* make updateDr. Stephen Henson2017-10-121-0/+6
* Add pad supportDr. Stephen Henson2017-10-121-1/+15
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-121-4/+35
* DH named parameter supportDr. Stephen Henson2017-10-122-1/+77
* Support constant BN for DH parametersDr. Stephen Henson2017-10-121-6/+12
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-2/+2
* Allow DH_set0_key with only private key.David Benjamin2017-09-261-7/+0
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-0/+1
* Use "" not <> on e_os.h includeRich Salz2017-08-221-1/+1
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-2/+2
* Change to check last return value of BN_CTX_getPaul Yang2017-06-262-5/+3
* make error tables const and separate header fileRich Salz2017-06-071-44/+41
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-1/+1
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-2/+2