diff options
author | Richard Levitte <levitte@openssl.org> | 2021-11-21 10:37:18 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-11-23 19:34:19 +0100 |
commit | 4db1df8e824733b6289dc86dcc78bfe325031969 (patch) | |
tree | b08551bb9d6d73a34f7e51f99ec865792896fc84 /doc | |
parent | Add test for EVP_PKEY_sign_init_ex with RSA PSS padding (diff) | |
download | openssl-4db1df8e824733b6289dc86dcc78bfe325031969.tar.xz openssl-4db1df8e824733b6289dc86dcc78bfe325031969.zip |
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')
-rw-r--r-- | doc/man3/d2i_X509.pod | 4 |
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, |