dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid
authorTomas Mraz <tomas@openssl.org>
Thu, 13 Jan 2022 18:02:31 +0000 (19:02 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 17 Jan 2022 15:20:57 +0000 (16:20 +0100)
commit59d3fd1cc8c938daa6384783a7e5847d6f5201f7
treef2442815a6cbfd10422df78b474a717b9d0aadb7
parent3b53f88c008d288e86d2bbdc0c4e2d16c29fcee8
dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid

And a negative testcase for EVP_PKEY_CTX_set_dhx_rfc5114

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17498)
test/dhtest.c