You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to compile http3 (USE_OPENSSL_QUIC) with openssl 3.2.0 and nghttp3 libs on windows.
The http3 is not relevant for the question beside that I would not use CURL_USE_SCHANNEL because it enable multi ssl feature along the openssl feature, and it cannot compile with http3 feature.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to compile http3 (USE_OPENSSL_QUIC) with openssl 3.2.0 and nghttp3 libs on windows.
The http3 is not relevant for the question beside that I would not use CURL_USE_SCHANNEL because it enable multi ssl feature along the openssl feature, and it cannot compile with http3 feature.
Can we implement for tool curl for windows when only openssl feature is enable: CURL_USE_OPENSSL that it will use os certificates files automatic?
Short code from stack overflow and code example that seems do it:
https://stackoverflow.com/questions/26893521/ca-certificate-directory-on-windows
https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/external/bsd/wpa/dist/src/crypto/tls_openssl.c
I guess that already discuss, and I don't know why tool curl don't do it.
If not, I would like to suggest that and check if it possible.
Beta Was this translation helpful? Give feedback.
All reactions