]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
commit6052078d410cb00b58ebd5eb44e8f746a4850321
treee7842d6192cb6b2a3ba71f05113c05fd04f5bf73
parent6d022b04748c2a89b7f032a41965df19c584e0cf
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/17093)
doc/man3/d2i_X509.pod