openssl/include
Damian Hobson-Garcia 6b167313f4 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)
2024-04-24 14:05:35 +01:00
..
crypto Add RFC 5755 attribute certificate support 2024-04-24 14:05:32 +01:00
internal Remove all references to FLOSS for NonStop Builds. 2024-04-24 09:35:29 +02:00
openssl Attribute certificate printing functions 2024-04-24 14:05:35 +01:00