Deprecate the DHparams and DHxparams PEM routines
authorMatt Caswell <matt@openssl.org>
Wed, 14 Oct 2020 16:12:38 +0000 (17:12 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 27 Nov 2020 11:04:54 +0000 (11:04 +0000)
commit4d8e8a2d3781b6ca7c453492ee8e06885c812e73
treedd9caaffb3fa4882cc7ed41fdca57405e3251408
parent5a2674163d99c755ea0eb09501b9eee99e145188
Deprecate the DHparams and DHxparams PEM routines

The functions return a DH object and therefore need to be deprecated.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13138)
include/openssl/pem.h
test/build.info
test/endecoder_legacy_test.c
test/recipes/04-test_encoder_decoder_legacy.t
util/libcrypto.num