• D
    · a657546f
    Dr. Stephen Henson 提交于
    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.
    a657546f
x509.h 45.1 KB