Deleted Added
full compact
ciphers.pod (59191) ciphers.pod (68651)
1=pod
2
3=head1 NAME
4
5ciphers - SSL cipher display and cipher list tool.
6
7=head1 SYNOPSIS
8

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

20the appropriate cipherlist.
21
22=head1 COMMAND OPTIONS
23
24=over 4
25
26=item B<-v>
27
1=pod
2
3=head1 NAME
4
5ciphers - SSL cipher display and cipher list tool.
6
7=head1 SYNOPSIS
8

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

20the appropriate cipherlist.
21
22=head1 COMMAND OPTIONS
23
24=over 4
25
26=item B<-v>
27
28verbose option. List ciphers with a complete description of the authentication,
29key exchange, encryption and mac algorithms used along with any key size
28verbose option. List ciphers with a complete description of
29protocol version (SSLv2 or SSLv3; the latter includes TLS), key exchange,
30authentication, encryption and mac algorithms used along with any key size
30restrictions and whether the algorithm is classed as an "export" cipher.
31restrictions and whether the algorithm is classed as an "export" cipher.
32Note that without the B<-v> option, ciphers may seem to appear twice
33in a cipher list; this is when similar ciphers are available for
34SSL v2 and for SSL v3/TLS v1.
31
32=item B<-ssl3>
33
34only include SSL v3 ciphers.
35
36=item B<-ssl2>
37
38only include SSL v2 ciphers.

--- 304 unchanged lines hidden ---
35
36=item B<-ssl3>
37
38only include SSL v3 ciphers.
39
40=item B<-ssl2>
41
42only include SSL v2 ciphers.

--- 304 unchanged lines hidden ---