openssl/crypto/dh
Shane Lontis f1ffaaeece Fixes related to separation of DH and DHX types
Fix dh_rfc5114 option in genpkey.

Fixes #14145
Fixes #13956
Fixes #13952
Fixes #13871
Fixes #14054
Fixes #14444

Updated documentation for app to indicate what options are available for
DH and DHX keys.

DH and DHX now have different keymanager gen_set_params() methods.

Added CHANGES entry to indicate the breaking change.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14883)
2021-04-26 19:52:11 +02:00
..
build.info EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available 2020-12-16 11:55:39 +01:00
dh_ameth.c Add selection support to the provider keymgmt_dup function 2021-04-15 09:19:39 +02:00
dh_asn1.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_backend.c Detect low-level engine and app method based keys 2021-04-19 11:36:16 +02:00
dh_check.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_depr.c Update copyright year 2020-04-23 13:55:52 +01:00
dh_err.c Add a range check (from SP800-56Ar3) to DH key derivation. 2021-04-01 09:07:08 +10:00
dh_gen.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_group_params.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_kdf.c Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt() 2021-04-18 10:10:24 +02:00
dh_key.c Add a range check (from SP800-56Ar3) to DH key derivation. 2021-04-01 09:07:08 +10:00
dh_lib.c Do not allow creating empty RSA keys by duplication 2021-04-15 09:23:18 +02:00
dh_local.h Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
dh_meth.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
dh_pmeth.c Fixes related to separation of DH and DHX types 2021-04-26 19:52:11 +02:00
dh_prn.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
dh_rfc5114.c Update copyright year 2021-03-11 13:27:36 +00:00