X509_V_Flag_Extended_Crl_Support

X509_V_Flag_Extended_Crl_Support



If X509_ V_FLAG_EXTENDED_CRL_SUPPORT is set they are enabled. If X509_V_FLAG_USE_DELTAS is set delta CRLs (if present) are used to determine certificate status. If not set deltas are ignored. X509_V_FLAG_CHECK_SS_SIGNATURE requests checking the signature of the last certificate in a chain if the certificate is supposedly self-signed. This is …

If X509_ V_FLAG_EXTENDED_CRL_SUPPORT is set they are enabled. If X509_V_FLAG_USE_DELTAS ise set delta CRLs (if present) are used to determine certificate status. If not set deltas are ignored. X509_V_FLAG_CHECK_SS_SIGNATURE enables checking of the root CA self signed cerificate signature. By default this check is disabled because it doesn’t add …

If X509_ V_FLAG_EXTENDED_CRL_SUPPORT is set they are enabled. If X509_V_FLAG_USE_DELTAS ise set delta CRLs (if present) are used to determine certificate status. If not set deltas are ignored. X509_V_FLAG_CHECK_SS_SIGNATURE enables checking of the root CA self signed cerificate signature. By default this check is disabled because it doesn’t add …

X509_ V_FLAG_EXTENDED_CRL_SUPPORT 0x1000 #define X509_V_FLAG_USE_DELTAS 0x2000 #define X509_V_FLAG_CHECK_SS_SIGNATURE 0x4000 #define X509_VP_FLAG_DEFAULT 0x1 #define X509_VP_FLAG_OVERWRITE 0x2 #define X509_VP_FLAG_RESET_FLAGS 0x4 #define X509_VP_FLAG_LOCKED 0x8 #define X509_VP_FLAG_ONCE 0x10, If X509_ V_FLAG_EXTENDED_CRL_SUPPORT is set they are enabled. If X509_V_FLAG_USE_DELTAS is set, delta CRLs (if present) are used to determine certificate status. If not set, deltas are ignored. X509_V_FLAG_CHECK_SS_SIGNATURE enables checking of the root CA self signed certificate signature. By default this check is disabled because it doesn’t …

Advertiser