ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor-crypto/openssl/dist/doc/apps/s_client.pod
(Generate patch)

Comparing vendor-crypto/openssl/dist/doc/apps/s_client.pod (file contents):
Revision 6894 by laffer1, Sun Oct 12 20:29:54 2014 UTC vs.
Revision 6895 by laffer1, Tue Oct 28 11:51:38 2014 UTC

# Line 50 | Line 50 | B<openssl> B<s_client>
50   [B<-no_ssl2>]
51   [B<-no_ssl3>]
52   [B<-no_tls1>]
53 + [B<-fallback_scsv>]
54   [B<-bugs>]
55   [B<-cipher cipherlist>]
56   [B<-starttls protocol>]
# Line 198 | Line 199 | these options disable the use of certain SSL or TLS pr
199   the initial handshake uses a method which should be compatible with all
200   servers and permit them to use SSL v3, SSL v2 or TLS as appropriate.
201  
202 < Unfortunately there are a lot of ancient and broken servers in use which
202 > Unfortunately there are still ancient and broken servers in use which
203   cannot handle this technique and will fail to connect. Some servers only
204 < work if TLS is turned off with the B<-no_tls> option others will only
205 < support SSL v2 and may need the B<-ssl2> option.
204 > work if TLS is turned off.
205 >
206 > =item B<-fallback_scsv>
207 >
208 > Send TLS_FALLBACK_SCSV in the ClientHello.
209  
210   =item B<-bugs>
211  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines