diff options
author | jim <> | 2014-05-04 20:31:33 +0000 |
---|---|---|
committer | jim <> | 2014-05-04 20:31:33 +0000 |
commit | 46d0c07968bb6173e05ad5b66eca47debf0331f3 (patch) | |
tree | 545ec80bc69b7f39fa2a39b60aac4d585c63eb00 /src/lib/libssl/src/doc/apps/openssl.pod | |
parent | 854ed69879c6c89b7d91e5ed9c3c5124b719489e (diff) | |
download | openbsd-46d0c07968bb6173e05ad5b66eca47debf0331f3.tar.gz openbsd-46d0c07968bb6173e05ad5b66eca47debf0331f3.tar.bz2 openbsd-46d0c07968bb6173e05ad5b66eca47debf0331f3.zip |
Remove trailing whitespace.
no objection jmc@
Diffstat (limited to 'src/lib/libssl/src/doc/apps/openssl.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/openssl.pod | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/libssl/src/doc/apps/openssl.pod b/src/lib/libssl/src/doc/apps/openssl.pod index 64a160c20a..c40b50d950 100644 --- a/src/lib/libssl/src/doc/apps/openssl.pod +++ b/src/lib/libssl/src/doc/apps/openssl.pod | |||
@@ -23,12 +23,12 @@ v2/v3) and Transport Layer Security (TLS v1) network protocols and related | |||
23 | cryptography standards required by them. | 23 | cryptography standards required by them. |
24 | 24 | ||
25 | The B<openssl> program is a command line tool for using the various | 25 | The B<openssl> program is a command line tool for using the various |
26 | cryptography functions of OpenSSL's B<crypto> library from the shell. | 26 | cryptography functions of OpenSSL's B<crypto> library from the shell. |
27 | It can be used for | 27 | It can be used for |
28 | 28 | ||
29 | o Creation and management of private keys, public keys and parameters | 29 | o Creation and management of private keys, public keys and parameters |
30 | o Public key cryptographic operations | 30 | o Public key cryptographic operations |
31 | o Creation of X.509 certificates, CSRs and CRLs | 31 | o Creation of X.509 certificates, CSRs and CRLs |
32 | o Calculation of Message Digests | 32 | o Calculation of Message Digests |
33 | o Encryption and Decryption with Ciphers | 33 | o Encryption and Decryption with Ciphers |
34 | o SSL/TLS Client and Server Tests | 34 | o SSL/TLS Client and Server Tests |
@@ -75,7 +75,7 @@ Parse an ASN.1 sequence. | |||
75 | 75 | ||
76 | =item L<B<ca>|ca(1)> | 76 | =item L<B<ca>|ca(1)> |
77 | 77 | ||
78 | Certificate Authority (CA) Management. | 78 | Certificate Authority (CA) Management. |
79 | 79 | ||
80 | =item L<B<ciphers>|ciphers(1)> | 80 | =item L<B<ciphers>|ciphers(1)> |
81 | 81 | ||
@@ -104,7 +104,7 @@ Obsoleted by L<B<dhparam>|dhparam(1)>. | |||
104 | 104 | ||
105 | =item L<B<dhparam>|dhparam(1)> | 105 | =item L<B<dhparam>|dhparam(1)> |
106 | 106 | ||
107 | Generation and Management of Diffie-Hellman Parameters. Superseded by | 107 | Generation and Management of Diffie-Hellman Parameters. Superseded by |
108 | L<B<genpkey>|genpkey(1)> and L<B<pkeyparam>|pkeyparam(1)> | 108 | L<B<genpkey>|genpkey(1)> and L<B<pkeyparam>|pkeyparam(1)> |
109 | 109 | ||
110 | 110 | ||
@@ -114,7 +114,7 @@ DSA Data Management. | |||
114 | 114 | ||
115 | =item L<B<dsaparam>|dsaparam(1)> | 115 | =item L<B<dsaparam>|dsaparam(1)> |
116 | 116 | ||
117 | DSA Parameter Generation and Management. Superseded by | 117 | DSA Parameter Generation and Management. Superseded by |
118 | L<B<genpkey>|genpkey(1)> and L<B<pkeyparam>|pkeyparam(1)> | 118 | L<B<genpkey>|genpkey(1)> and L<B<pkeyparam>|pkeyparam(1)> |
119 | 119 | ||
120 | =item L<B<ec>|ec(1)> | 120 | =item L<B<ec>|ec(1)> |
@@ -144,7 +144,7 @@ Obsoleted by L<B<dhparam>|dhparam(1)>. | |||
144 | 144 | ||
145 | =item L<B<gendsa>|gendsa(1)> | 145 | =item L<B<gendsa>|gendsa(1)> |
146 | 146 | ||
147 | Generation of DSA Private Key from Parameters. Superseded by | 147 | Generation of DSA Private Key from Parameters. Superseded by |
148 | L<B<genpkey>|genpkey(1)> and L<B<pkey>|pkey(1)> | 148 | L<B<genpkey>|genpkey(1)> and L<B<pkey>|pkey(1)> |
149 | 149 | ||
150 | =item L<B<genpkey>|genpkey(1)> | 150 | =item L<B<genpkey>|genpkey(1)> |
@@ -279,11 +279,11 @@ MDC2 Digest | |||
279 | 279 | ||
280 | RMD-160 Digest | 280 | RMD-160 Digest |
281 | 281 | ||
282 | =item B<sha> | 282 | =item B<sha> |
283 | 283 | ||
284 | SHA Digest | 284 | SHA Digest |
285 | 285 | ||
286 | =item B<sha1> | 286 | =item B<sha1> |
287 | 287 | ||
288 | SHA-1 Digest | 288 | SHA-1 Digest |
289 | 289 | ||
@@ -408,7 +408,7 @@ L<rsautl(1)|rsautl(1)>, L<s_client(1)|s_client(1)>, | |||
408 | L<s_server(1)|s_server(1)>, L<s_time(1)|s_time(1)>, | 408 | L<s_server(1)|s_server(1)>, L<s_time(1)|s_time(1)>, |
409 | L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>, | 409 | L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>, |
410 | L<verify(1)|verify(1)>, L<version(1)|version(1)>, L<x509(1)|x509(1)>, | 410 | L<verify(1)|verify(1)>, L<version(1)|version(1)>, L<x509(1)|x509(1)>, |
411 | L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)>, L<x509v3_config(5)|x509v3_config(5)> | 411 | L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)>, L<x509v3_config(5)|x509v3_config(5)> |
412 | 412 | ||
413 | =head1 HISTORY | 413 | =head1 HISTORY |
414 | 414 | ||