New ASN1_STRING_print_ex() and X509_NAME_print_ex()
authorDr. Stephen Henson <steve@openssl.org>
Fri, 28 Jul 2000 01:58:15 +0000 (01:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 28 Jul 2000 01:58:15 +0000 (01:58 +0000)
commita657546f9c376f4b7ba4dce14649598fb1a38de5
tree57869397b334bf1d3f3e756d48d73248946f9039
parent8083e1bd9e2bc7d32cee960c09dcb838c12a0495
New ASN1_STRING_print_ex() and X509_NAME_print_ex()
functions. These are intended to be replacements
for the ancient ASN1_STRING_print() and X509_NAME_print()
functions.

The new functions support RFC2253 and various pretty
printing options. It is also possible to display
international characters if the terminal properly handles
UTF8 encoding (Linux seems to tolerate this if the
"unicode_start" script is run).

Still needs to be documented, integrated into other
utilities and extensively tested.
CHANGES
apps/apps.c
apps/apps.h
apps/x509.c
crypto/asn1/Makefile.ssl
crypto/asn1/a_strex.c [new file with mode: 0644]
crypto/asn1/asn1.h
crypto/asn1/charmap.h [new file with mode: 0644]
crypto/asn1/charmap.pl [new file with mode: 0644]
crypto/x509/x509.h