79461864

Date: 2025-02-23 19:49:33
Score: 0.5
Natty:
Report link

In OpenSSL 3.2+, replace

SSL_CTX_set_default_verify_paths(ctx);

with

SSL_CTX_load_verify_store(ctx, "org.openssl.winstore://");

This loads certificates from the Windows system store.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alew