summaryrefslogtreecommitdiff
path: root/crypto/dh/dh_gen.c
Commit message (Expand)AuthorAgeFilesLines
* Use libctx when generating DH parametersTomas Mraz2022-11-111-2/+2
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-181-0/+4
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-5/+5
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-7/+7
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-1/+1
* Add ACVP fips module testsShane Lontis2020-06-171-11/+4
* Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2020-06-101-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-9/+9
* Add DH keygen to providersShane Lontis2020-04-161-26/+50
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-1/+6
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-0/+6
* Add FFC param/key validationShane Lontis2020-02-161-2/+3
* Add FFC param/key generationShane Lontis2020-02-061-0/+70
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-4/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Enforce a minimum DH modulus size of 512 bitsBernd Edlinger2019-07-241-0/+10
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-0/+1
* Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger2019-07-221-29/+25
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-191-4/+2
* Following the license change, modify the boilerplates in crypto/dh/Richard Levitte2018-12-061-1/+1
* Remove email addresses from source code.Rich Salz2017-10-131-1/+1
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-2/+2
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* Make DH opaqueMatt Caswell2016-04-091-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2015-02-031-11/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-88/+99
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove FIPS module code from crypto/dhDr. Stephen Henson2014-12-081-18/+0
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-0/+1
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-1/+1
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* FIPS DH changes: selftest checks and key range checks.Dr. Stephen Henson2011-01-261-0/+17
* Fix various incorrect error function codes.Bodo Möller2005-04-261-2/+2
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-1/+10
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-081-17/+14
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-201-8/+24
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-4/+9
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-221-3/+3
* New function DSA_dup_DH, and fixes for bugs that were foundBodo Möller1999-08-051-0/+1
* More evil cast removal.Ben Laurie1999-06-031-1/+1
* Remove NOPROTO-related macros.Ulf Möller1999-04-261-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-5/+2
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-3/+3