Question: I’ve configured nginx to support TLSv1.3. but i can’t reach my host using TLSv1.3: only TLSv1.2 works: Any host, like google.com or cloudflare.com connects fine using the same openssl command. Of course, SSL Labs test also confirms TLSv1.3 support ...
Question: How can I fetch this SCT list from PCCERT_CONTEXT? Is there any straightforward win API? Answer: With the following code snippet, I could able to fetch the SCT list as a string from X509 certificate If you have better ...