diff options
author | beck <> | 2000-12-15 02:58:47 +0000 |
---|---|---|
committer | beck <> | 2000-12-15 02:58:47 +0000 |
commit | 9200bb13d15da4b2a23e6bc92c20e95b74aa2113 (patch) | |
tree | 5c52d628ec1e34be76e7ef2a4235d248b7c44d24 /src/lib/libssl/src/doc/apps/openssl.pod | |
parent | e131d25072e3d4197ba4b9bcc0d1b27d34d6488d (diff) | |
download | openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.gz openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.bz2 openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.zip |
openssl-engine-0.9.6 merge
Diffstat (limited to 'src/lib/libssl/src/doc/apps/openssl.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/openssl.pod | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/lib/libssl/src/doc/apps/openssl.pod b/src/lib/libssl/src/doc/apps/openssl.pod index 2fc61b6c21..0cbd199d79 100644 --- a/src/lib/libssl/src/doc/apps/openssl.pod +++ b/src/lib/libssl/src/doc/apps/openssl.pod | |||
@@ -83,9 +83,10 @@ CRL to PKCS#7 Conversion. | |||
83 | 83 | ||
84 | Message Digest Calculation. | 84 | Message Digest Calculation. |
85 | 85 | ||
86 | =item L<B<dh>|dh(1)> | 86 | =item B<dh> |
87 | 87 | ||
88 | Diffie-Hellman Data Management. | 88 | Diffie-Hellman Parameter Management. |
89 | Obsoleted by L<B<dhparam>|dhparam(1)>. | ||
89 | 90 | ||
90 | =item L<B<dsa>|dsa(1)> | 91 | =item L<B<dsa>|dsa(1)> |
91 | 92 | ||
@@ -103,9 +104,14 @@ Encoding with Ciphers. | |||
103 | 104 | ||
104 | Error Number to Error String Conversion. | 105 | Error Number to Error String Conversion. |
105 | 106 | ||
106 | =item L<B<gendh>|gendh(1)> | 107 | =item L<B<dhparam>|dhparam(1)> |
108 | |||
109 | Generation and Management of Diffie-Hellman Parameters. | ||
110 | |||
111 | =item B<gendh> | ||
107 | 112 | ||
108 | Generation of Diffie-Hellman Parameters. | 113 | Generation of Diffie-Hellman Parameters. |
114 | Obsoleted by L<B<dhparam>|dhparam(1)>. | ||
109 | 115 | ||
110 | =item L<B<gendsa>|gendsa(1)> | 116 | =item L<B<gendsa>|gendsa(1)> |
111 | 117 | ||
@@ -135,6 +141,10 @@ X.509 Certificate Signing Request (CSR) Management. | |||
135 | 141 | ||
136 | RSA Data Management. | 142 | RSA Data Management. |
137 | 143 | ||
144 | =item L<B<rsautl>|rsautl(1)> | ||
145 | |||
146 | RSA utility for signing, verification, encryption, and decryption. | ||
147 | |||
138 | =item L<B<s_client>|s_client(1)> | 148 | =item L<B<s_client>|s_client(1)> |
139 | 149 | ||
140 | This implements a generic SSL/TLS client which can establish a transparent | 150 | This implements a generic SSL/TLS client which can establish a transparent |
@@ -309,7 +319,8 @@ L<enc(1)|enc(1)>, L<gendsa(1)|gendsa(1)>, | |||
309 | L<genrsa(1)|genrsa(1)>, L<nseq(1)|nseq(1)>, L<openssl(1)|openssl(1)>, | 319 | L<genrsa(1)|genrsa(1)>, L<nseq(1)|nseq(1)>, L<openssl(1)|openssl(1)>, |
310 | L<passwd(1)|passwd(1)>, | 320 | L<passwd(1)|passwd(1)>, |
311 | L<pkcs12(1)|pkcs12(1)>, L<pkcs7(1)|pkcs7(1)>, L<pkcs8(1)|pkcs8(1)>, | 321 | L<pkcs12(1)|pkcs12(1)>, L<pkcs7(1)|pkcs7(1)>, L<pkcs8(1)|pkcs8(1)>, |
312 | L<rand(1)|rand(1)>, L<req(1)|req(1)>, L<rsa(1)|rsa(1)>, L<s_client(1)|s_client(1)>, | 322 | L<rand(1)|rand(1)>, L<req(1)|req(1)>, L<rsa(1)|rsa(1)>, |
323 | L<rsautl(1)|rsautl(1)>, L<s_client(1)|s_client(1)>, | ||
313 | L<s_server(1)|s_server(1)>, L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>, | 324 | L<s_server(1)|s_server(1)>, L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>, |
314 | L<verify(1)|verify(1)>, L<version(1)|version(1)>, L<x509(1)|x509(1)>, | 325 | L<verify(1)|verify(1)>, L<version(1)|version(1)>, L<x509(1)|x509(1)>, |
315 | L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)> | 326 | L<crypto(3)|crypto(3)>, L<ssl(3)|ssl(3)> |