Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Due to PROTON-2831 the certificate check flags to CertGetIssuerCertificateFromStore were incorrect and effectively set to 1 which is just the flag for "Check certificate signature". Additionally an extra seemingly invalid flag was set - CERT_STORE_NO_ISSUER_FLAG. It seems that this is purely an output flag and is invalid to set on input.