From 85522a074c38b57f48f768067cd7eddaa98faac0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 11 Mar 2010 13:32:38 +0000 Subject: Algorithm specific ASN1 signing functions. --- crypto/asn1/asn1_locl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/asn1/asn1_locl.h') 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 */; -- cgit v1.2.3