summaryrefslogtreecommitdiffstats
path: root/doc/man3
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-11-21 10:37:18 +0100
committerRichard Levitte <levitte@openssl.org>2021-11-23 19:34:19 +0100
commit4db1df8e824733b6289dc86dcc78bfe325031969 (patch)
treeb08551bb9d6d73a34f7e51f99ec865792896fc84 /doc/man3
parent5321333520b95a4f355916923af6c24dd10ed5dc (diff)
DOC: Add a few previously documented functions
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/17094) (cherry picked from commit 1aa96159b0711369de9bf45b20327414cdb6b991)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/d2i_X509.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod
index 5de84a9244..2bb1522f05 100644
--- a/doc/man3/d2i_X509.pod
+++ b/doc/man3/d2i_X509.pod
@@ -154,6 +154,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,
@@ -325,6 +327,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,