diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2016-06-14 23:02:16 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-16 21:08:57 +0200 |
commit | 0ad69cd6c0e14a8257246f84c3117b0ba075bc24 (patch) | |
tree | 98c0e7e5b3c868a5bf38278955fe570d0a958739 /doc/apps | |
parent | no-ripemd is an alias for no-rmd160 (diff) | |
download | openssl-0ad69cd6c0e14a8257246f84c3117b0ba075bc24.tar.xz openssl-0ad69cd6c0e14a8257246f84c3117b0ba075bc24.zip |
Spelling fixes
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1219)
Diffstat (limited to 'doc/apps')
-rw-r--r-- | doc/apps/s_client.pod | 2 | ||||
-rw-r--r-- | doc/apps/x509v3_config.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod index f5e3b63ccf..77668ea44e 100644 --- a/doc/apps/s_client.pod +++ b/doc/apps/s_client.pod @@ -355,7 +355,7 @@ L<SSL_CTX_set_split_send_fragment(3)> for further information. The maximum number of encrypt/decrypt pipelines to be used. This will only have an effect if an engine has been loaded that supports pipelining (e.g. the dasync -engine) and a suiteable ciphersuite has been negotiated. The default value is 1. +engine) and a suitable ciphersuite has been negotiated. The default value is 1. See L<SSL_CTX_set_max_pipelines(3)> for further information. =item B<-read_buf int> diff --git a/doc/apps/x509v3_config.pod b/doc/apps/x509v3_config.pod index 6e90b350b6..edfd76e125 100644 --- a/doc/apps/x509v3_config.pod +++ b/doc/apps/x509v3_config.pod @@ -116,7 +116,7 @@ following PKIX, NS and MS values are meaningful: emailProtection E-mail Protection (S/MIME). timeStamping Trusted Timestamping OCSPSigning OCSP Signing - ipsecIKE ipsec Internet Key Exchnage + ipsecIKE ipsec Internet Key Exchange msCodeInd Microsoft Individual Code Signing (authenticode) msCodeCom Microsoft Commercial Code Signing (authenticode) msCTLSign Microsoft Trust List Signing |