Here are the Windows and mongodb apis
Certificates
Thumbprint - CERT_SHA1_HASH_PROP_ID in CertGetCertificateContextProperty
Subject Name - use getCertificateSubjectName
PCCERT_CONTEXT->pCertInfo->NotBefore, PCCERT_CONTEXT->pCertInfo->NotAfter
CRL
Call CERT_HASH_PROP_ID on CertGetCRLContextProperty
CRL_CONTEXT->pCrlInfo->ThisUpdate, NextUpdate
- depends on
-
SERVER-49129 Extend SSLManagerInterface with new function
- Closed