s_client and s_server now have their own man pages.
This commit is contained in:
parent
a2151c5b9a
commit
150a4320d8
@ -224,82 +224,12 @@ RC5 Cipher
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 DETAILED COMMAND DESCRIPTION
|
|
||||||
|
|
||||||
The following is a detailed description of every B<openssl> I<command>.
|
|
||||||
(No, it isn't; this is here temporarily and should be in separate
|
|
||||||
files for s_client and for s_server.)
|
|
||||||
|
|
||||||
=over 4
|
|
||||||
|
|
||||||
=item B<openssl> B<s_client>
|
|
||||||
[B<-connect> I<host>B<:>I<port>]
|
|
||||||
[B<-verify> I<arg>]
|
|
||||||
[B<-cert> I<arg>]
|
|
||||||
[B<-key> I<arg>]
|
|
||||||
[B<-CApath> I<arg>]
|
|
||||||
[B<-CAfile> I<arg>]
|
|
||||||
[B<-reconnect>]
|
|
||||||
[B<-pause>]
|
|
||||||
[B<-debug>]
|
|
||||||
[B<-nbio_test>]
|
|
||||||
[B<-state>]
|
|
||||||
[B<-nbio>]
|
|
||||||
[B<-quiet>]
|
|
||||||
[B<-ssl2>]
|
|
||||||
[B<-ssl3>]
|
|
||||||
[B<-tls1>]
|
|
||||||
[B<-no_ssl2>]
|
|
||||||
[B<-no_ssl3>]
|
|
||||||
[B<-no_tls1>]
|
|
||||||
[B<-bugs>]
|
|
||||||
[B<-cipher>]
|
|
||||||
|
|
||||||
The B<s_client> command implements a generic SSL/TLS client which can
|
|
||||||
establish a transparent connection to a remote I<host> and I<port> speaking
|
|
||||||
SSL/TLS.
|
|
||||||
|
|
||||||
=item B<openssl> B<s_server>
|
|
||||||
[B<-accept> I<port>]
|
|
||||||
[B<-verify> I<arg>]
|
|
||||||
[B<-Verify> I<arg>]
|
|
||||||
[B<-cert> I<arg>]
|
|
||||||
[B<-key> I<arg>]
|
|
||||||
[B<-dcert> I<arg>]
|
|
||||||
[B<-dkey> I<arg>]
|
|
||||||
[B<-nbio>]
|
|
||||||
[B<-nbio_test>]
|
|
||||||
[B<-debug>]
|
|
||||||
[B<-state>]
|
|
||||||
[B<-CApath> I<arg>]
|
|
||||||
[B<-CAfile> I<arg>]
|
|
||||||
[B<-nocert>]
|
|
||||||
[B<-cipher> I<arg>]
|
|
||||||
[B<-quiet>]
|
|
||||||
[B<-no_tmp_rsa>]
|
|
||||||
[B<-ssl2>]
|
|
||||||
[B<-ssl3>]
|
|
||||||
[B<-tls1>]
|
|
||||||
[B<-no_ssl2>]
|
|
||||||
[B<-no_ssl3>]
|
|
||||||
[B<-no_tls1>]
|
|
||||||
[B<-bugs>]
|
|
||||||
[B<-www>]
|
|
||||||
[B<-WWW>]
|
|
||||||
|
|
||||||
The B<s_server> command implements a generic SSL/TLS server which accepts
|
|
||||||
connections from remote clients on I<port> speaking SSL/TLS.
|
|
||||||
|
|
||||||
=back
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
asn1parse(1), ca(1), config(1), crl(1), crl2pkcs7(1), dgst(1), dh(1),
|
asn1parse(1), ca(1), config(1), crl(1), crl2pkcs7(1), dgst(1), dh(1),
|
||||||
dsa(1), dsaparam(1), enc(1), gendh(1), gendsa(1), genrsa(1), nseq(1),
|
dsa(1), dsaparam(1), enc(1), gendh(1), gendsa(1), genrsa(1), nseq(1),
|
||||||
openssl(1), pkcs12(1), pkcs7(1), pkcs8(1), req(1), rsa(1), smime(1),
|
openssl(1), pkcs12(1), pkcs7(1), pkcs8(1), req(1), rsa(1), s_client(1),
|
||||||
spkac(1), verify(1), version(1), x509(1),
|
s_server(1), smime(1), spkac(1), verify(1), version(1), x509(1),
|
||||||
crypto(3), ssl(3)
|
crypto(3), ssl(3)
|
||||||
|
|
||||||
=head1 HISTORY
|
=head1 HISTORY
|
||||||
|
Loading…
Reference in New Issue
Block a user