fix manpage of d2i_X509(3)

* capitalize `X509_NAME`
* add missing suffixes to `i2d_TYPE`

CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20016)
This commit is contained in:
Nobuhiro IMAI 2023-01-10 18:44:44 +09:00 committed by Tomas Mraz
parent a509b97d2c
commit 5adca946c3

View File

@ -469,7 +469,7 @@ Represents an ECDSA signature.
Represents an B<AlgorithmIdentifier> structure as used in IETF RFC 6960 and
elsewhere.
=item B<X509_Name>
=item B<X509_NAME>
Represents a B<Name> 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<i2d_I<TYPE>>() will
always succeed.
Any function which encodes a structure (B<i2d_I<TYPE>>(),
B<i2d_I<TYPE>>() or B<i2d_I<TYPE>>()) may return a stale encoding if the
B<i2d_I<TYPE>_bio>() or B<i2d_I<TYPE>_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.