summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-11 14:06:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-11 14:06:46 +0000
commit17c63d1cca64c6b099904a3547ecf3a47234b11f (patch)
tree2e14ac1dd4c6b6311b4229c405862ecca93c074d /crypto/x509
parent877669d69c747b5aa3573fdcad6bc81f8d6f09ae (diff)
RSA PSS ASN1 signing method
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 9090f2ee4b..abd526ec86 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -897,6 +897,9 @@ int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1,
int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
ASN1_BIT_STRING *signature,
void *data, EVP_PKEY *pkey, const EVP_MD *type);
+int ASN1_item_sign_ctx(EVP_MD_CTX *ctx,
+ const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2,
+ ASN1_BIT_STRING *signature, void *asn);
#endif
int X509_set_version(X509 *x,long version);