Introduce an internal version of X509_check_issued()
[oweals/openssl.git] / include / crypto / x509.h
index 560f3abb76eefb1a7cfe1bc20d86882c50b10906..1d2ec3ee5284731baec012922da3cf2aab278f0e 100644 (file)
@@ -297,3 +297,7 @@ int x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm);
 int x509_print_ex_brief(BIO *bio, X509 *cert, unsigned long neg_cflags);
 
 void x509_init_sig_info(X509 *x);
+
+
+int x509_check_issued_int(X509 *issuer, X509 *subject, OPENSSL_CTX *libctx,
+                          const char *propq);