History log of /openssl/doc/man3/X509_ACERT_print_ex.pod (Results 1 – 2 of 2)
Revision Date Author Comments
# 7ed6de99 05-Sep-2024 Tomas Mraz

Copyright year updates


Reviewed-by: Neil Horman <nhorman@openssl.org>
Release: yes


# 6b167313 30-Jun-2023 Damian Hobson-Garcia

Attribute certificate printing functions

Add functions to print an attribute certificate. Several
attribute value types defined by the RFC 5755 specification
are multi-field values

Attribute certificate printing functions

Add functions to print an attribute certificate. Several
attribute value types defined by the RFC 5755 specification
are multi-field values (i.e ASN1_SEQUENCE rather than an ASN1_STRING
or similar format). Currently those values are printed using
`ASN1_item_print`. A more user-friendly output mechanism (maybe
similar to the i2r_ functions used for X509 extensions) could be
added in future.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15857)

show more ...