aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmac/cm_ameth.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-06 18:05:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-06 18:05:05 +0000
commitfa1ba589f3feab2c1d8c87109d18978238a9877f (patch)
tree15c7aeba40a8354dd80c5bd83bd8f2ac3b383b89 /crypto/cmac/cm_ameth.c
parent8c4ce7bab2dd880696d78f19336e3cabacbccb4a (diff)
downloadopenssl-fa1ba589f3feab2c1d8c87109d18978238a9877f.zip
openssl-fa1ba589f3feab2c1d8c87109d18978238a9877f.tar.gz
openssl-fa1ba589f3feab2c1d8c87109d18978238a9877f.tar.bz2
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]
Diffstat (limited to 'crypto/cmac/cm_ameth.c')
-rw-r--r--crypto/cmac/cm_ameth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cmac/cm_ameth.c b/crypto/cmac/cm_ameth.c
index 58a1a9d..08fcb85 100644
--- a/crypto/cmac/cm_ameth.c
+++ b/crypto/cmac/cm_ameth.c
@@ -93,7 +93,7 @@ const EVP_PKEY_ASN1_METHOD cmac_asn1_meth =
cmac_size,
0,
- 0,0,0,0,0,0,
+ 0,0,0,0,0,0,0,
cmac_key_free,
0,