diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-22 14:45:40 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-22 14:45:40 +0000 |
commit | 6168e9852a2c73677825f27ba432ab6da9648a36 (patch) | |
tree | d0e9a113e94cf825638b96a26abcbacb1d6d5e5e /ChangeLog | |
parent | Don't fallback when SSL_CTX_load_verify_locations fails (diff) | |
download | w3m-6168e9852a2c73677825f27ba432ab6da9648a36.tar.gz w3m-6168e9852a2c73677825f27ba432ab6da9648a36.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2021-02-22 Tatsuya Kinoshita <tats@debian.org> + + * url.c: Don't fallback when SSL_CTX_load_verify_locations fails. + + * url.c: + Don't use SSL_CTX_set_default_verify_paths when not USE_SSL_VERIFY. + + * acinclude.m4, config.h.dist, configure, doc-jp/README.SSL: + Disable --with-cafile by default to use OpenSSL default paths. + 2021-02-21 Tatsuya Kinoshita <tats@debian.org> * main.c: Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVEL. |