summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiaoyin Liu <xiaoyinl@users.noreply.github.com>2017-07-21 16:13:13 -0400
committerRich Salz <rsalz@openssl.org>2017-07-26 23:09:40 -0400
commit1d7f3350f8d6651296d5ef9c124439e9b56cf37b (patch)
treea65da8948edb1326ad7a83aa453c7a1a628919c6
parent9f08a1c63efa2205aca4361a830ac04407325597 (diff)
downloadopenssl-new-1d7f3350f8d6651296d5ef9c124439e9b56cf37b.tar.gz
Various doc fixes.
Fix typo in NOTES.WIN: this -> these Fix wrong capital letter in certificates.txt Make number of characters in each line more even Remove redundant empty line Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3986)
-rw-r--r--NOTES.WIN2
-rw-r--r--doc/HOWTO/certificates.txt2
-rw-r--r--doc/HOWTO/proxy_certificates.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/NOTES.WIN b/NOTES.WIN
index c31aed922e..ac215c3603 100644
--- a/NOTES.WIN
+++ b/NOTES.WIN
@@ -6,7 +6,7 @@
--------------------------------------------------
In addition to the requirements and instructions listed in INSTALL,
- this are required as well:
+ these are required as well:
- You need Perl. We recommend ActiveState Perl, available from
https://www.activestate.com/ActivePerl. Another viable alternative
diff --git a/doc/HOWTO/certificates.txt b/doc/HOWTO/certificates.txt
index 65f8fc8296..c2efdca8dc 100644
--- a/doc/HOWTO/certificates.txt
+++ b/doc/HOWTO/certificates.txt
@@ -90,7 +90,7 @@ Your key most definitely is if you have followed the examples above.
However, some (most?) certificate authorities will encode them with
things like PKCS7 or PKCS12, or something else. Depending on your
applications, this may be perfectly OK, it all depends on what they
-know how to decode. If not, There are a number of OpenSSL tools to
+know how to decode. If not, there are a number of OpenSSL tools to
convert between some (most?) formats.
So, depending on your application, you may have to convert your
diff --git a/doc/HOWTO/proxy_certificates.txt b/doc/HOWTO/proxy_certificates.txt
index 642bec9287..18b3e0340f 100644
--- a/doc/HOWTO/proxy_certificates.txt
+++ b/doc/HOWTO/proxy_certificates.txt
@@ -18,7 +18,7 @@ rights to some other entity (a computer process, typically, or sometimes to the
user itself). This allows the entity to perform operations on behalf of the
owner of the EE certificate.
-See http://www.ietf.org/rfc/rfc3820.txt for more information.
+See https://www.ietf.org/rfc/rfc3820.txt for more information.
2. A warning about proxy certificates