From 8bbdfacad142ec0e17c7147beb793e5e418be228 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 20 Jun 2025 17:07:19 +0200 Subject: [PATCH] PEM_read_CMS.pod: Correct the deprecation notice Fixes #27863 Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/27865) (cherry picked from commit 9a6376dd75961c44232dae42943ceac10795a060) --- doc/man3/PEM_read_CMS.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man3/PEM_read_CMS.pod b/doc/man3/PEM_read_CMS.pod index dbccf26cd89..1e6d80e5b13 100644 --- a/doc/man3/PEM_read_CMS.pod +++ b/doc/man3/PEM_read_CMS.pod @@ -84,9 +84,9 @@ see L: =head1 DESCRIPTION -All of the functions described on this page are deprecated. -Applications should use OSSL_ENCODER_to_bio() and OSSL_DECODER_from_bio() -instead. +To replace the deprecated functions listed above, applications should use the +B type and OSSL_DECODER_from_bio() and OSSL_ENCODER_to_bio() to +read and write PEM data containing key parameters or private and public keys. In the description below, B> is used as a placeholder for any of the OpenSSL datatypes, such as B. -- 2.47.2