Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
X509_check_issued — check whether a certificate was issued using a given CA certificateDESCRIPTION
This function checks whether the certificate subject was issued using the CA certificate issuer. It does the following checks:- match the issuer field of subject against the subject field of issuer
- if authorityKeyIdentifier is present in the subject certificate, compare it to the subjectKeyIdentifier of issuer
- check the keyUsage field of issuer.