From: Nobuhiro IMAI Date: Tue, 10 Jan 2023 09:44:44 +0000 (+0900) Subject: fix manpage of `d2i_X509(3)` X-Git-Tag: openssl-3.2.0-alpha1~1536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5adca946c3b6f779eb593bff6dbefe0a85238d84;p=thirdparty%2Fopenssl.git fix manpage of `d2i_X509(3)` * capitalize `X509_NAME` * add missing suffixes to `i2d_TYPE` CLA: trivial Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20016) --- diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod index 2bb1522f05d..ed9ed062d22 100644 --- a/doc/man3/d2i_X509.pod +++ b/doc/man3/d2i_X509.pod @@ -469,7 +469,7 @@ Represents an ECDSA signature. Represents an B structure as used in IETF RFC 6960 and elsewhere. -=item B +=item B Represents a B type as used for subject and issuer names in IETF RFC 6960 and elsewhere. @@ -588,7 +588,7 @@ fixed in future so code should not assume that B>() will always succeed. Any function which encodes a structure (B>(), -B>() or B>()) may return a stale encoding if the +B_bio>() or B_fp>()) may return a stale encoding if the structure has been modified after deserialization or previous serialization. This is because some objects cache the encoding for efficiency reasons.