• D
    Fix typo in OCSP nonce extension. · a8312c0e
    Dr. Stephen Henson 提交于
    Set correct type in ASN1_STRING for
    INTEGER and ENUMERATED types.
    
    Make ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
    return -1 for invalid type rather than 0 (which is
    often valid). -1 may also be valid but this is less
    likely.
    
    Load OCSP error strings in ERR_load_crypto_strings().
    a8312c0e
tasn_dec.c 25.9 KB