aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh/dh_pmeth.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17Add ACVP fips module testsShane Lontis1-11/+6
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-5/+5
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli1-1/+1
2020-02-12Deprecate the low level DSA functions.Pauli1-0/+6
2020-02-06Add FFC param/key generationShane Lontis1-46/+38
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis1-13/+20
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-0/+1
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer1-2/+12
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx1-1/+1
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte1-1/+1
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2017-10-12Add pad supportDr. Stephen Henson1-1/+15
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson1-4/+35
2016-05-17Copyright consolidation 05/10Rich Salz1-54/+5
2016-05-13Fix OpenSSL_memdup error handlingInsu Yun1-12/+15
2016-04-09Make DH opaqueMatt Caswell1-1/+1
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-6/+8
2015-09-03remove 0 assignments.Rich Salz1-10/+2
2015-09-03RT3674: Make no-cms build work.David Bar1-2/+10
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-5/+5
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-30free NULL cleanup 7Rich Salz1-6/+3
2015-04-30free cleanup almost the finaleRich Salz1-4/+1
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+1
2015-03-24free NULL cleanupRich Salz1-4/+2
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-482/+457
2014-12-08Implement internally opaque bn access from dhMatt Caswell1-3/+7
2013-08-05CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson1-7/+140
2013-08-05Extend DH parameter generation support.Dr. Stephen Henson1-1/+111
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson1-1/+79
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson1-1/+0
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-0/+2
2006-05-24New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson1-0/+14
2006-05-24Use size_t for new crypto size parameters.Dr. Stephen Henson1-1/+1
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson1-1/+1
2006-04-13Complete key derivation support.Dr. Stephen Henson1-1/+23
2006-04-13Add key derivation support.Dr. Stephen Henson1-0/+2
2006-04-13Typo.Dr. Stephen Henson1-1/+1