commit | fa1ba589f3feab2c1d8c87109d18978238a9877f | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sat Mar 06 18:05:05 2010 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sat Mar 06 18:05:05 2010 +0000 |
tree | 15c7aeba40a8354dd80c5bd83bd8f2ac3b383b89 | |
parent | 8c4ce7bab2dd880696d78f19336e3cabacbccb4a [diff] |
Add algorithm specific signature printing. An individual ASN1 method can 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]