| Commit message (Expand) | Author | Age | Files | Lines |
* | Use libctx when generating DH parameters | Tomas Mraz | 2022-11-11 | 1 | -2/+2 |
* | Use as small dh key size as possible to support the security | Tomas Mraz | 2022-07-18 | 1 | -0/+4 |
* | Update copyright year | Matt Caswell | 2021-03-11 | 1 | -1/+1 |
* | Fix external symbols related to dh keys | Shane Lontis | 2021-02-26 | 1 | -5/+5 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -4/+4 |
* | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre | 2020-10-15 | 1 | -1/+1 |
* | ffc: add _ossl to exported but internal functions | Pauli | 2020-10-06 | 1 | -7/+7 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 1 | -1/+1 |
* | Add ACVP fips module tests | Shane Lontis | 2020-06-17 | 1 | -11/+4 |
* | Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA | Dr. David von Oheimb | 2020-06-10 | 1 | -1/+1 |
* | Rename FIPS_MODE to FIPS_MODULE | Richard Levitte | 2020-04-28 | 1 | -9/+9 |
* | Add DH keygen to providers | Shane Lontis | 2020-04-15 | 1 | -26/+50 |
* | Add pairwise consistency self tests to asym keygenerators | Shane Lontis | 2020-03-03 | 1 | -1/+6 |
* | Deprecate the low level Diffie-Hellman functions. | Pauli | 2020-02-20 | 1 | -0/+6 |
* | Add FFC param/key validation | Shane Lontis | 2020-02-16 | 1 | -2/+3 |
* | Add FFC param/key generation | Shane Lontis | 2020-02-06 | 1 | -0/+70 |
* | Modify DSA and DH keys to use a shared FFC_PARAMS struct | Shane Lontis | 2020-01-24 | 1 | -4/+4 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Enforce a minimum DH modulus size of 512 bits | Bernd Edlinger | 2019-07-24 | 1 | -0/+10 |
* | Adapt DH to use with KEYMGMT | Richard Levitte | 2019-07-23 | 1 | -0/+1 |
* | Change DH parameters to generate the order q subgroup instead of 2q | Bernd Edlinger | 2019-07-22 | 1 | -29/+25 |
* | Added NULL check to BN_clear() & BN_CTX_end() | Shane Lontis | 2019-03-19 | 1 | -4/+2 |
* | Following the license change, modify the boilerplates in crypto/dh/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Remove email addresses from source code. | Rich Salz | 2017-10-13 | 1 | -1/+1 |
* | Change to check last return value of BN_CTX_get | Paul Yang | 2017-06-26 | 1 | -2/+2 |
* | Copyright consolidation 05/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | Make DH opaque | Matt Caswell | 2016-04-09 | 1 | -1/+1 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp | Rich Salz | 2015-02-03 | 1 | -11/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -88/+99 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -1/+2 |
* | remove OPENSSL_FIPSAPI | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | Remove FIPS module code from crypto/dh | Dr. Stephen Henson | 2014-12-08 | 1 | -18/+0 |
* | Version skew reduction: trivia (I hope). | Ben Laurie | 2012-06-04 | 1 | -0/+1 |
* | Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in | Dr. Stephen Henson | 2011-05-11 | 1 | -1/+1 |
* | Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files | Dr. Stephen Henson | 2011-02-03 | 1 | -0/+2 |
* | FIPS DH changes: selftest checks and key range checks. | Dr. Stephen Henson | 2011-01-26 | 1 | -0/+17 |
* | Fix various incorrect error function codes. | Bodo Möller | 2005-04-26 | 1 | -2/+2 |
* | As with RSA, which was modified recently, this change makes it possible to | Geoff Thorpe | 2003-01-15 | 1 | -1/+10 |
* | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 2002-12-08 | 1 | -17/+14 |
* | fix DH_generate_parameters for general 'generator' | Bodo Möller | 2002-03-20 | 1 | -8/+24 |
* | New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access | Ulf Möller | 2000-02-05 | 1 | -4/+9 |
* | Document the DH library, and make some minor changes along the way. | Ulf Möller | 2000-01-22 | 1 | -3/+3 |
* | New function DSA_dup_DH, and fixes for bugs that were found | Bodo Möller | 1999-08-05 | 1 | -0/+1 |
* | More evil cast removal. | Ben Laurie | 1999-06-03 | 1 | -1/+1 |
* | Remove NOPROTO-related macros. | Ulf Möller | 1999-04-27 | 1 | -1/+1 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 1 | -2/+2 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 1 | -5/+2 |
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -3/+3 |