mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
53022e1893
- New libcurl options CURLOPT_DOH_SSL_VERIFYHOST, CURLOPT_DOH_SSL_VERIFYPEER and CURLOPT_DOH_SSL_VERIFYSTATUS do the same as their respective counterparts. - New curl tool options --doh-insecure and --doh-cert-status do the same as their respective counterparts. Prior to this change DOH SSL certificate verification settings for verifyhost and verifypeer were supposed to be inherited respectively from CURLOPT_SSL_VERIFYHOST and CURLOPT_SSL_VERIFYPEER, but due to a bug were not. As a result DOH verification remained at the default, ie enabled, and it was not possible to disable. This commit changes behavior so that the DOH verification settings are independent and not inherited. Ref: https://github.com/curl/curl/pull/4579#issuecomment-554723676 Fixes https://github.com/curl/curl/issues/4578 Closes https://github.com/curl/curl/pull/6597
8 lines
168 B
Makefile
8 lines
168 B
Makefile
Long: doh-insecure
|
|
Help: Allow insecure DOH server connections
|
|
Protocols: all
|
|
Added: 7.76.0
|
|
Category: dns tls
|
|
---
|
|
Same as --insecure but used for DOH (DNS-over-HTTPS).
|