https://bugs.winehq.org/show_bug.cgi?id=34388
--- Comment #23 from Vijay Kamuju infyquest@gmail.com --- (In reply to Vijay Kamuju from comment #22)
I found some relevant documentation, where in we are missing ASN_SET and ASN_BOOLEAN.
Not from official microsoft documentation.
I believe that below definitions hold true ASN_SET = ASN_CONSTRUCTOR | ASN_UNIVERSAL | 0x11 ASN_BOOLEAN = ASN_CONSTRUCTOR | ASN_PRIMITIVE | 0x01
I will test with some test game or app which I can run in my HyperV virtual machine and also check X509 certificate documentation