diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-07-28 01:58:15 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-07-28 01:58:15 +0000 |
commit | a657546f9c376f4b7ba4dce14649598fb1a38de5 (patch) | |
tree | 57869397b334bf1d3f3e756d48d73248946f9039 /crypto/asn1/charmap.h | |
parent | 8083e1bd9e2bc7d32cee960c09dcb838c12a0495 (diff) | |
download | openssl-new-a657546f9c376f4b7ba4dce14649598fb1a38de5.tar.gz |
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.
Diffstat (limited to 'crypto/asn1/charmap.h')
-rw-r--r-- | crypto/asn1/charmap.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/asn1/charmap.h b/crypto/asn1/charmap.h new file mode 100644 index 0000000000..bd020a9562 --- /dev/null +++ b/crypto/asn1/charmap.h @@ -0,0 +1,15 @@ +/* Auto generated with chartype.pl script. + * Mask of various character properties + */ + +static unsigned char char_type[] = { + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, +120, 0, 1,40, 0, 0, 0,16,16,16, 0,25,25,16,16,16, +16,16,16,16,16,16,16,16,16,16,16, 9, 9,16, 9,16, + 0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16, +16,16,16,16,16,16,16,16,16,16,16, 0, 1, 0, 0, 0, + 0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16, +16,16,16,16,16,16,16,16,16,16,16, 0, 0, 0, 0, 2 +}; + |