aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn1_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-11 13:32:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-11 13:32:38 +0000
commit85522a074c38b57f48f768067cd7eddaa98faac0 (patch)
tree8b27e25c1d5fa3b213f0e95afd33a960f10eb4b3 /crypto/asn1/asn1_locl.h
parent31d66c2a98df00e6c6f7714a758cced6570d5c23 (diff)
downloadopenssl-85522a074c38b57f48f768067cd7eddaa98faac0.tar.gz
Algorithm specific ASN1 signing functions.
Diffstat (limited to 'crypto/asn1/asn1_locl.h')
-rw-r--r--crypto/asn1/asn1_locl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index ceb3b4ed84..9fcf0d9530 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -119,6 +119,9 @@ struct evp_pkey_asn1_method_st
int (*item_verify)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
X509_ALGOR *a, ASN1_BIT_STRING *sig,
EVP_PKEY *pkey);
+ int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn,
+ X509_ALGOR *alg1, X509_ALGOR *alg2,
+ ASN1_BIT_STRING *sig);
} /* EVP_PKEY_ASN1_METHOD */;