aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre5-6/+6
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer1-2/+12
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-11Usages of KDFs converted to use the name macrosPauli1-1/+1
2019-09-09Enable DH "keys" which only contain domain parametersMatt Caswell1-6/+15
2019-09-09Implement DSA in the default providerMatt Caswell1-3/+3
2019-09-09DH_check_pub_key_ex was accidentally calling DH_check,Bernd Edlinger1-1/+2
2019-09-09Use BN_clear_free in DH_set0_keyBernd Edlinger1-2/+2
2019-09-09Check the DH modulus bit lengthBernd Edlinger1-0/+12
2019-09-06Fix users of KDFs to use params not ctlsPauli1-11/+21
2019-07-24Enforce a minimum DH modulus size of 512 bitsBernd Edlinger4-0/+23
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte7-2/+65
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger3-58/+47
2019-07-16Regenerate mkerr filesRich Salz1-38/+1
2019-07-09Add X9.42 KDF.Shane Lontis1-129/+31
2019-06-12TLS1.3 FFDHE Supportraja-ashok4-3/+83
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx1-1/+1
2019-03-27Increase rounds of Miller-Rabin testing DH_checkJake Massimo1-3/+5
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis3-20/+10
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb3-4/+4
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte15-15/+15
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-09-05Harmonize the error handling codepathNicola Tuveri1-3/+5
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri1-1/+1
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-12Reject excessively large primes in DH key generation.Guido Vranken1-1/+6
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre1-0/+25
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz2-3/+5
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-21Convert _meth_get_ functions to const gettersJack Bates1-1/+1
2017-11-20Support public key and param check in EVP interfacePaul Yang3-2/+109
2017-10-18Remove parentheses of return.KaoruToda5-12/+12
2017-10-13Remove email addresses from source code.Rich Salz1-1/+1
2017-10-12Fix memory leak in DH_get_nid()Benjamin Kaduk1-4/+3
2017-10-12make updateDr. Stephen Henson1-0/+6
2017-10-12Add pad supportDr. Stephen Henson1-1/+15
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson1-4/+35
2017-10-12DH named parameter supportDr. Stephen Henson2-1/+77
2017-10-12Support constant BN for DH parametersDr. Stephen Henson1-6/+12
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-2/+2
2017-09-26Allow DH_set0_key with only private key.David Benjamin1-7/+0
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-22Use "" not <> on e_os.h includeRich Salz1-1/+1
2017-08-03Add RAND_priv_bytes() for private keysRich Salz1-2/+2
2017-06-26Change to check last return value of BN_CTX_getPaul Yang2-5/+3
2017-06-07make error tables const and separate header fileRich Salz1-44/+41
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-1/+1