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 1aa96159b0)
This commit is contained in:
Richard Levitte 2021-11-21 10:37:18 +01:00
parent 5321333520
commit 4db1df8e82
3 changed files with 4 additions and 8 deletions

View File

@ -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,

View File

@ -1413,8 +1413,6 @@ b2i_PublicKey_bio(3)
conf_ssl_get(3)
conf_ssl_get_cmd(3)
conf_ssl_name_find(3)
d2i_X509_bio(3)
d2i_X509_fp(3)
err_free_strings_int(3)
i2a_ACCESS_DESCRIPTION(3)
i2a_ASN1_ENUMERATED(3)
@ -1423,8 +1421,6 @@ i2a_ASN1_OBJECT(3)
i2a_ASN1_STRING(3)
i2b_PrivateKey_bio(3)
i2b_PublicKey_bio(3)
i2d_X509_bio(3)
i2d_X509_fp(3)
i2o_ECPublicKey(3)
i2v_ASN1_BIT_STRING(3)
i2v_GENERAL_NAME(3)

View File

@ -1713,8 +1713,6 @@ b2i_PublicKey_bio(3)
conf_ssl_get(3)
conf_ssl_get_cmd(3)
conf_ssl_name_find(3)
d2i_X509_bio(3)
d2i_X509_fp(3)
err_free_strings_int(3)
i2a_ACCESS_DESCRIPTION(3)
i2a_ASN1_ENUMERATED(3)
@ -1726,8 +1724,6 @@ i2b_PrivateKey_bio(3)
i2b_PublicKey_bio(3)
i2d_PrivateKey_bio(3)
i2d_PrivateKey_fp(3)
i2d_X509_bio(3)
i2d_X509_fp(3)
i2o_ECPublicKey(3)
i2s_ASN1_ENUMERATED(3)
i2s_ASN1_ENUMERATED_TABLE(3)