Deleted Added
full compact
s_server.pod (238405) s_server.pod (264278)
1
2=pod
3
4=head1 NAME
5
6s_server - SSL/TLS server program
7
8=head1 SYNOPSIS

--- 97 unchanged lines hidden (view full) ---

106noted above some cipher suites require a certificate containing a key of
107a certain type. Some cipher suites need a certificate carrying an RSA key
108and some a DSS (DSA) key. By using RSA and DSS certificates and keys
109a server can support clients which only support RSA or DSS cipher suites
110by using an appropriate certificate.
111
112=item B<-dcertform format>, B<-dkeyform format>, B<-dpass arg>
113
1
2=pod
3
4=head1 NAME
5
6s_server - SSL/TLS server program
7
8=head1 SYNOPSIS

--- 97 unchanged lines hidden (view full) ---

106noted above some cipher suites require a certificate containing a key of
107a certain type. Some cipher suites need a certificate carrying an RSA key
108and some a DSS (DSA) key. By using RSA and DSS certificates and keys
109a server can support clients which only support RSA or DSS cipher suites
110by using an appropriate certificate.
111
112=item B<-dcertform format>, B<-dkeyform format>, B<-dpass arg>
113
114addtional certificate and private key format and passphrase respectively.
114additional certificate and private key format and passphrase respectively.
115
116=item B<-nocert>
117
118if this option is set then no certificate is used. This restricts the
119cipher suites available to the anonymous ones (currently just anonymous
120DH).
121
122=item B<-dhparam filename>

--- 233 unchanged lines hidden ---
115
116=item B<-nocert>
117
118if this option is set then no certificate is used. This restricts the
119cipher suites available to the anonymous ones (currently just anonymous
120DH).
121
122=item B<-dhparam filename>

--- 233 unchanged lines hidden ---