summaryrefslogtreecommitdiff
path: root/crypto/dh/dh_pmeth.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+2
* Coverity 1508532: out of bounds accessPauli2022-08-231-1/+2
* Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell2021-07-221-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-32/+11
* dh: fix coverity 1473238: argument cannot be negativePauli2021-04-081-4/+5
* Remove a TODO(3.0) from EVP_PKEY_derive_set_peer()Matt Caswell2021-03-171-6/+13
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-2/+2
* 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/+9
* Fix no-cms build errors.Shane Lontis2020-08-191-6/+0
* Add ACVP fips module testsShane Lontis2020-06-171-11/+6
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-5/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-1/+1
* Deprecate the low level DSA functions.Pauli2020-02-121-0/+6
* Add FFC param/key generationShane Lontis2020-02-061-46/+38
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-311-13/+20
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-0/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-2/+12
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-211-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Following the license change, modify the boilerplates in crypto/dh/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Add pad supportDr. Stephen Henson2017-10-121-1/+15
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-121-4/+35
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Fix OpenSSL_memdup error handlingInsu Yun2016-05-131-12/+15
* Make DH opaqueMatt Caswell2016-04-091-1/+1
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-6/+8
* remove 0 assignments.Rich Salz2015-09-031-10/+2
* RT3674: Make no-cms build work.David Bar2015-09-031-2/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-5/+5
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free NULL cleanup 7Rich Salz2015-04-301-6/+3
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* free NULL cleanupRich Salz2015-03-241-4/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-482/+457