Initial support for certificate purpose checking: this will
[openssl.git] / crypto / x509 / x509.h
index 36772b57ea286b2524f61503897db523193e0947..64b07e47869417f160575fcbec5db3e871edb5fb 100644 (file)
@@ -239,6 +239,12 @@ typedef struct x509_st
        int references;
        char *name;
        CRYPTO_EX_DATA ex_data;
+       /* These contain copies of various extension values */
+       long ex_pathlen;
+       unsigned long ex_flags;
+       unsigned long ex_kusage;
+       unsigned long ex_xkusage;
+       unsigned long ex_nscert;
        } X509;
 
 DECLARE_STACK_OF(X509)