From cc5e87c0bf9553b1c18b1c487c4089111d3271d7 Mon Sep 17 00:00:00 2001 From: Patrik Fiedler Date: Wed, 3 Jan 2018 10:45:41 +0100 Subject: add the detection for the ca issuers field(1.3.6.1.5.5.7.48.2) in x509 certificates --- src/lib/x509/x509cert.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/x509/x509cert.h') diff --git a/src/lib/x509/x509cert.h b/src/lib/x509/x509cert.h index e87e5e436..a1448637d 100644 --- a/src/lib/x509/x509cert.h +++ b/src/lib/x509/x509cert.h @@ -345,6 +345,11 @@ class BOTAN_PUBLIC_API(2,0) X509_Certificate : public X509_Object */ std::string ocsp_responder() const; + /** + * Return the listed addresses of ca issuers, or empty if not set + */ + std::vector ca_issuers() const; + /** * Return the CRL distribution point, or empty if not set */ -- cgit v1.2.3