aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh/dh_pmeth.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Update copyright yearMatt Caswell1-1/+1
2022-08-23Coverity 1508532: out of bounds accessPauli1-1/+2
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell1-2/+2
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis1-32/+11
2021-04-08dh: fix coverity 1473238: argument cannot be negativePauli1-4/+5
2021-03-17Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()Matt Caswell1-6/+13
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-26Fix external symbols related to dh keysShane Lontis1-2/+2
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-4/+4
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-1/+1
2020-10-06ffc: add _ossl to exported but internal functionsPauli1-7/+9
2020-08-19Fix no-cms build errors.Shane Lontis1-6/+0
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