summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/openssl.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 20:31:33 +0000
committerjim <>2014-05-04 20:31:33 +0000
commit46d0c07968bb6173e05ad5b66eca47debf0331f3 (patch)
tree545ec80bc69b7f39fa2a39b60aac4d585c63eb00 /src/lib/libssl/src/doc/apps/openssl.pod
parent854ed69879c6c89b7d91e5ed9c3c5124b719489e (diff)
downloadopenbsd-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.pod20
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
23cryptography standards required by them. 23cryptography standards required by them.
24 24
25The B<openssl> program is a command line tool for using the various 25The B<openssl> program is a command line tool for using the various
26cryptography functions of OpenSSL's B<crypto> library from the shell. 26cryptography functions of OpenSSL's B<crypto> library from the shell.
27It can be used for 27It 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
78Certificate Authority (CA) Management. 78Certificate 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
107Generation and Management of Diffie-Hellman Parameters. Superseded by 107Generation and Management of Diffie-Hellman Parameters. Superseded by
108L<B<genpkey>|genpkey(1)> and L<B<pkeyparam>|pkeyparam(1)> 108L<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
117DSA Parameter Generation and Management. Superseded by 117DSA Parameter Generation and Management. Superseded by
118L<B<genpkey>|genpkey(1)> and L<B<pkeyparam>|pkeyparam(1)> 118L<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
147Generation of DSA Private Key from Parameters. Superseded by 147Generation of DSA Private Key from Parameters. Superseded by
148L<B<genpkey>|genpkey(1)> and L<B<pkey>|pkey(1)> 148L<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
280RMD-160 Digest 280RMD-160 Digest
281 281
282=item B<sha> 282=item B<sha>
283 283
284SHA Digest 284SHA Digest
285 285
286=item B<sha1> 286=item B<sha1>
287 287
288SHA-1 Digest 288SHA-1 Digest
289 289
@@ -408,7 +408,7 @@ L<rsautl(1)|rsautl(1)>, L<s_client(1)|s_client(1)>,
408L<s_server(1)|s_server(1)>, L<s_time(1)|s_time(1)>, 408L<s_server(1)|s_server(1)>, L<s_time(1)|s_time(1)>,
409L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>, 409L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>,
410L<verify(1)|verify(1)>, L<version(1)|version(1)>, L<x509(1)|x509(1)>, 410L<verify(1)|verify(1)>, L<version(1)|version(1)>, L<x509(1)|x509(1)>,
411L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)>, L<x509v3_config(5)|x509v3_config(5)> 411L<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