]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
DOC: Add a few previously documented functions
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Nov 2021 09:36:18 +0000 (10:36 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Nov 2021 18:38:04 +0000 (19:38 +0100)
d2i_X509_bio(), d2i_X509_fp(), i2d_X509_bio(), and i2d_X509_fp()
were documented in OpenSSL 1.0.2.  In a grand unification of the
documentation of (almost) all d2i and i2d functions, these were
dropped, most likely by mistake.

This simply adds them back.

Fixes #17091

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17093)

doc/man3/d2i_X509.pod

index e42049d2baec563a7e932ea46fb648f6f31ff40b..704f6b9eaf084f198baa7eb7b5c7ad5dd91b352d 100644 (file)
@@ -158,6 +158,8 @@ d2i_TS_TST_INFO_bio,
 d2i_TS_TST_INFO_fp,
 d2i_USERNOTICE,
 d2i_X509,
+d2i_X509_bio,
+d2i_X509_fp,
 d2i_X509_ALGOR,
 d2i_X509_ALGORS,
 d2i_X509_ATTRIBUTE,
@@ -338,6 +340,8 @@ i2d_TS_TST_INFO_bio,
 i2d_TS_TST_INFO_fp,
 i2d_USERNOTICE,
 i2d_X509,
+i2d_X509_bio,
+i2d_X509_fp,
 i2d_X509_ALGOR,
 i2d_X509_ALGORS,
 i2d_X509_ATTRIBUTE,