GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
X509_CHECK_ISSUED(3) FreeBSD Library Functions Manual X509_CHECK_ISSUED(3)

X509_check_issuedcheck whether a certificate was issued using a given CA certificate

#include <openssl/x509v3.h>

int
X509_check_issued(X509 *issuer, X509 *subject);

This function checks whether the certificate subject was issued using the CA certificate issuer. It does the following checks:

This function returns X509_V_OK if the certificate subject is issued by issuer, or some X509_V_ERR* constant to indicate an error.

X509_check_ca(3), X509_new(3), X509_verify_cert(3)

X509_check_issued() first appeared in OpenSSL 0.9.6 and has been available since OpenBSD 2.9.

June 6, 2019 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.