• D
    Add algorithm specific signature printing. An individual ASN1 method can · fa1ba589
    Dr. Stephen Henson 提交于
    now print out signatures instead of the standard hex dump.
    
    More complex signatures (e.g. PSS) can print out more meaningful information.
    
    Sample DSA version included that prints out the signature parameters r, s.
    
    [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding
     new fields in the middle has no compatibility issues]
    fa1ba589
dsa_ameth.c 15.2 KB