From a2ba44595027e09fb562aaede5651d4397bfd23a Mon Sep 17 00:00:00 2001
From: Magnus Henoch
Date: Tue, 1 Dec 2015 16:00:54 +0000
Subject: Fix typos in ssl.xml
---
lib/ssl/doc/src/ssl.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
(limited to 'lib/ssl')
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 22ac98c24e..100e0e7cbd 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -245,7 +245,7 @@
RFC 5746.
By default secure_renegotiate is set to false,
that is, secure renegotiation is used if possible,
- but it fallback to unsecure renegotiation if the peer
+ but it falls back to insecure renegotiation if the peer
does not support
RFC 5746.
@@ -331,7 +331,7 @@ atom()}} |
unknown_ca
No trusted CA was found in the trusted store. The trusted CA is
normally a so called ROOT CA, which is a self-signed certificate. Trust can
- be claimed for an intermediat CA (trusted anchor does not have to be
+ be claimed for an intermediate CA (trusted anchor does not have to be
self-signed according to X-509) by using option partial_chain.
@@ -376,7 +376,7 @@ marker="public_key:public_key#pkix_path_validation-3">public_key:pkix_path_valid
{http, timeout()}
Enables fetching of CRLs specified as http URIs in X509 cerificate extensions.
+ marker="public_key:public_key_records"> X509 certificate extensions.
Requires the OTP inets application.
@@ -636,14 +636,14 @@ fun(srp, Username :: string(), UserState :: term()) ->
{sni_hosts, [{hostname(), ssloptions()}]}
If the server receives a SNI (Server Name Indication) from the client
- matching a host listed in the sni_hosts option, the speicific options for
+ matching a host listed in the sni_hosts option, the specific options for
that host will override previously specified options.
The option sni_fun, and sni_hosts are mutually exclusive.
{sni_fun, SNIfun::fun()}
If the server receives a SNI (Server Name Indication) from the client,
- the given function will be called to retrive ssloptions() for indicated server.
+ the given function will be called to retrieve ssloptions() for the indicated server.
These options will be merged into predefined ssloptions().
The function should be defined as:
@@ -657,7 +657,7 @@ fun(srp, Username :: string(), UserState :: term()) ->
of resources of such an operation is higher for the server than the
client. This can act as a vector for denial of service attacks. The SSL
application already takes measures to counter-act such attempts,
- but client-initiated renegotiation can be stricly disabled by setting
+ but client-initiated renegotiation can be strictly disabled by setting
this option to false. The default value is true.
Note that disabling renegotiation can result in long-lived connections
becoming unusable due to limits on the number of messages the underlying
@@ -773,10 +773,10 @@ fun(srp, Username :: string(), UserState :: term()) ->
How = timeout() | {NewController::pid(), timeout()}
Reason = term()
- Closes or downgrades an SSL connection, in the later case the transport
- connection will be handed over to the NewController process after reciving
- the TLS close alert from the peer. The retuned transport socket will have
- the following options set [{active, false}, {packet, 0}, {mode, binary}].
+ Closes or downgrades an SSL connection. In the latter case the transport
+ connection will be handed over to the NewController process after receiving
+ the TLS close alert from the peer. The returned transport socket will have
+ the following options set: [{active, false}, {packet, 0}, {mode, binary}]
@@ -843,7 +843,7 @@ fun(srp, Username :: string(), UserState :: term()) ->
Reason = term()
Returns the connection information you requested. The connection information you can request contains protocol, cipher_suite, and sni_hostname.
- {ok, Info} will be returned if it executes sucessfully. The Info is a proplists containing the information you requested.
+ {ok, Info} will be returned if it executes successfully. Info is a proplist containing the information you requested.
Otherwise, {error, Reason} will be returned.
--
cgit v1.2.3