summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-09-05 13:27:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-09-05 13:27:57 +0000
commit34216c04229ffaa564adb204cea87bc6b5ed4fb1 (patch)
tree0fa6e17df83bdd9d7014c0558a8bd846f255933f /crypto/x509
parent22c7ea4068a137c221c3f3995e60642c962a2e42 (diff)
Keep a not of original encoding in certificate requests.
Add new option to PKCS7_sign to exclude S/MIME capabilities.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 7808b6a112..9768754fa7 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -213,6 +213,8 @@ DECLARE_ASN1_SET_OF(X509_ATTRIBUTE)
typedef struct X509_req_info_st
{
+ unsigned char *asn1;
+ int length;
ASN1_INTEGER *version;
X509_NAME *subject;
X509_PUBKEY *pubkey;