summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x509_local.h')
-rw-r--r--crypto/x509/x509_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/x509/x509_local.h b/crypto/x509/x509_local.h
index e174ae7611..a1fe4203b9 100644
--- a/crypto/x509/x509_local.h
+++ b/crypto/x509/x509_local.h
@@ -149,3 +149,6 @@ DEFINE_STACK_OF(STACK_OF_X509_NAME_ENTRY)
void x509_set_signature_info(X509_SIG_INFO *siginf, const X509_ALGOR *alg,
const ASN1_STRING *sig);
+int x509_likely_issued(X509 *issuer, X509 *subject,
+ OPENSSL_CTX *libctx, const char *propq);
+int x509_signing_allowed(const X509 *issuer, const X509 *subject);