summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_pmeth.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-23Coverity 1508532: out of bounds accessPauli
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-08dh: fix coverity 1473238: argument cannot be negativePauli
2021-03-17Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()Matt Caswell
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dh keysShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-08-19Fix no-cms build errors.Shane Lontis
2020-06-17Add ACVP fips module testsShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-06Add FFC param/key generationShane Lontis
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-10-12Add pad supportDr. Stephen Henson
2017-10-12Add RFC7919 support to EVPDr. Stephen Henson
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-13Fix OpenSSL_memdup error handlingInsu Yun
2016-04-09Make DH opaqueMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03remove 0 assignments.Rich Salz
2015-09-03RT3674: Make no-cms build work.David Bar
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell