aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-02-16 15:45:32 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-03-17 18:24:03 +0100
commitdd07e68b2066745caa7f0d9f866cfb6fdf0fc89f (patch)
treea7a4469e3312c7473d80ecca398c6a81ff0d56fe /doc
parentd597208c034722d09612c805e4894b0019bdd710 (diff)
downloadopenssl-dd07e68b2066745caa7f0d9f866cfb6fdf0fc89f.zip
openssl-dd07e68b2066745caa7f0d9f866cfb6fdf0fc89f.tar.gz
openssl-dd07e68b2066745caa7f0d9f866cfb6fdf0fc89f.tar.bz2
Fix miscellaneous typos in docs and source
- d2i_PKC8PrivateKey -> d2i_PKCS8PrivateKey - bechmark -> benchmark - ciperhsuite -> ciphersuite - EncyptedPreMasterSecret -> EncryptedPreMasterSecret Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5570)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/speed.pod4
-rw-r--r--doc/man3/d2i_PrivateKey.pod2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/speed.pod b/doc/man1/speed.pod
index f57f55a..b20af84 100644
--- a/doc/man1/speed.pod
+++ b/doc/man1/speed.pod
@@ -73,11 +73,11 @@ is only effective if RSA algorithm is specified to test.
=item B<-seconds num>
-Run bechmarks for B<num> seconds.
+Run benchmarks for B<num> seconds.
=item B<-bytes num>
-Run bechmarks on B<num>-byte buffers. Affects ciphers, digests and the CSPRNG.
+Run benchmarks on B<num>-byte buffers. Affects ciphers, digests and the CSPRNG.
=item B<[zero or more test algorithms]>
diff --git a/doc/man3/d2i_PrivateKey.pod b/doc/man3/d2i_PrivateKey.pod
index f5b4667..813c8a6 100644
--- a/doc/man3/d2i_PrivateKey.pod
+++ b/doc/man3/d2i_PrivateKey.pod
@@ -44,7 +44,7 @@ These functions are similar to the d2i_X509() functions; see L<d2i_X509(3)>.
All these functions use DER format and unencrypted keys. Applications wishing
to encrypt or decrypt private keys should use other functions such as
-d2i_PKC8PrivateKey() instead.
+d2i_PKCS8PrivateKey() instead.
If the B<*a> is not NULL when calling d2i_PrivateKey() or d2i_AutoPrivateKey()
(i.e. an existing structure is being reused) and the key format is PKCS#8