DOC: Add a few previously documented functions [1.1.1]#17093
Closed
levitte wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
Closed
DOC: Add a few previously documented functions [1.1.1]#17093levitte wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
levitte wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
Conversation
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 openssl#17091
t8m
approved these changes
Nov 22, 2021
Collaborator
|
This pull request is ready to merge |
Member
Author
|
Merged 6052078 DOC: Add a few previously documented functions |
openssl-machine
pushed a commit
that referenced
this pull request
Nov 23, 2021
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 <[email protected]> (Merged from #17093)
baentsch
added a commit
to open-quantum-safe/openssl
that referenced
this pull request
Jun 23, 2022
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