mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
NEWS: Fix typos.
* NEWS: Fix typos in Guile 3.0.0 bit about #:verify-certificate?.
This commit is contained in:
parent
05614f792b
commit
a242d2d2b2
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -872,9 +872,9 @@ incompatible change, core `iota' no longer accepts a negative count.
|
|||
able to access content over TLS ("HTTPS") since Guile 2.2. However,
|
||||
that support lacked important facilities, which are now available.
|
||||
|
||||
First, these procedures now have a #:verify-certificates? parameter to
|
||||
First, these procedures now have a #:verify-certificate? parameter to
|
||||
enable or disable the verification of X.509 server certificates. The
|
||||
new `x509-certificate-directory' SRFI-39 parameter specifies X.509
|
||||
new `x509-certificate-directory' SRFI-39 parameter specifies where X.509
|
||||
certificates are searched for. Second, HTTPS proxies are now supported
|
||||
(in addition to HTTP proxies) and the new `current-https-proxy'
|
||||
parameter controls that. See "Web Client" in the manual for details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue