From: Bodo Möller Date: Sun, 9 Jan 2000 10:55:29 +0000 (+0000) Subject: s_client and s_server now have their own man pages. X-Git-Tag: OpenSSL_0_9_5beta1~306 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=150a4320d8005c6a97b36a6fabb38f723afba720;p=oweals%2Fopenssl.git s_client and s_server now have their own man pages. --- diff --git a/doc/man/openssl.pod b/doc/man/openssl.pod index 89f81c7c90..f5ce14ca2f 100644 --- a/doc/man/openssl.pod +++ b/doc/man/openssl.pod @@ -224,82 +224,12 @@ RC5 Cipher =back -=head1 DETAILED COMMAND DESCRIPTION - -The following is a detailed description of every B I. -(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 B -[B<-connect> IB<:>I] -[B<-verify> I] -[B<-cert> I] -[B<-key> I] -[B<-CApath> I] -[B<-CAfile> I] -[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 command implements a generic SSL/TLS client which can -establish a transparent connection to a remote I and I speaking -SSL/TLS. - -=item B B -[B<-accept> I] -[B<-verify> I] -[B<-Verify> I] -[B<-cert> I] -[B<-key> I] -[B<-dcert> I] -[B<-dkey> I] -[B<-nbio>] -[B<-nbio_test>] -[B<-debug>] -[B<-state>] -[B<-CApath> I] -[B<-CAfile> I] -[B<-nocert>] -[B<-cipher> I] -[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 command implements a generic SSL/TLS server which accepts -connections from remote clients on I speaking SSL/TLS. - -=back - -... - =head1 SEE ALSO 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), -openssl(1), pkcs12(1), pkcs7(1), pkcs8(1), req(1), rsa(1), smime(1), -spkac(1), verify(1), version(1), x509(1), +openssl(1), pkcs12(1), pkcs7(1), pkcs8(1), req(1), rsa(1), s_client(1), +s_server(1), smime(1), spkac(1), verify(1), version(1), x509(1), crypto(3), ssl(3) =head1 HISTORY