openssl/crypto/dh
Matt Caswell 0b3a4ef27a Move CMS enveloping code out of the algorithms and into CMS
There is quite a large amount of algorithm specific CMS code sitting in
the algorithm directories. However, this seems to break layering.
Algorithms really have no business knowing anything about CMS. Really it
should be the other way around. Where there is algorithm specific CMS code
it is the CMS layer that should know how to handle different algorithms.

Therefore we move this code into the CMS layer.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13088)
2020-10-15 10:00:19 +01:00
..
build.info Add dh_kdf support to provider 2020-08-11 20:39:19 +10:00
dh_ameth.c Move CMS enveloping code out of the algorithms and into CMS 2020-10-15 10:00:19 +01:00
dh_asn1.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_backend.c Add DH keygen to providers 2020-04-16 01:14:00 +10:00
dh_check.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_ctrl.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_depr.c Update copyright year 2020-04-23 13:55:52 +01:00
dh_err.c Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA 2020-06-10 11:08:21 +02:00
dh_gen.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_group_params.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_kdf.c Fix no-cms build errors. 2020-08-19 13:27:31 +10:00
dh_key.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_lib.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_local.h Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys 2020-06-05 11:04:11 +01:00
dh_meth.c Update copyright year 2020-04-23 13:55:52 +01:00
dh_pmeth.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
dh_prn.c Update copyright year 2020-04-23 13:55:52 +01:00
dh_rfc5114.c Update copyright year 2020-04-23 13:55:52 +01:00