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

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

120
121=item B<COMPLEMENTOFALL>
122
123the cipher suites not enabled by B<ALL>, currently being B<eNULL>.
124
125=item B<HIGH>
126
127"high" encryption cipher suites. This currently means those with key lengths larger
1=pod
2
3=head1 NAME
4
5ciphers - SSL cipher display and cipher list tool.
6
7=head1 SYNOPSIS
8

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

120
121=item B<COMPLEMENTOFALL>
122
123the cipher suites not enabled by B<ALL>, currently being B<eNULL>.
124
125=item B<HIGH>
126
127"high" encryption cipher suites. This currently means those with key lengths larger
128than 128 bits.
128than 128 bits, and some cipher suites with 128-bit keys.
129
130=item B<MEDIUM>
131
129
130=item B<MEDIUM>
131
132"medium" encryption cipher suites, currently those using 128 bit encryption.
132"medium" encryption cipher suites, currently some of those using 128 bit encryption.
133
134=item B<LOW>
135
136"low" encryption cipher suites, currently those using 64 or 56 bit encryption algorithms
137but excluding export cipher suites.
138
139=item B<EXP>, B<EXPORT>
140

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

230=item B<MD5>
231
232cipher suites using MD5.
233
234=item B<SHA1>, B<SHA>
235
236cipher suites using SHA1.
237
133
134=item B<LOW>
135
136"low" encryption cipher suites, currently those using 64 or 56 bit encryption algorithms
137but excluding export cipher suites.
138
139=item B<EXP>, B<EXPORT>
140

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

230=item B<MD5>
231
232cipher suites using MD5.
233
234=item B<SHA1>, B<SHA>
235
236cipher suites using SHA1.
237
238=item B<Camellia>
239
240cipher suites using Camellia.
241
238=back
239
240=head1 CIPHER SUITE NAMES
241
242The following lists give the SSL or TLS cipher suites names from the
243relevant specification and their OpenSSL equivalents. It should be noted,
244that several cipher suite names do not include the authentication used,
245e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.

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

325 TLS_DHE_DSS_WITH_AES_128_CBC_SHA DHE-DSS-AES128-SHA
326 TLS_DHE_DSS_WITH_AES_256_CBC_SHA DHE-DSS-AES256-SHA
327 TLS_DHE_RSA_WITH_AES_128_CBC_SHA DHE-RSA-AES128-SHA
328 TLS_DHE_RSA_WITH_AES_256_CBC_SHA DHE-RSA-AES256-SHA
329
330 TLS_DH_anon_WITH_AES_128_CBC_SHA ADH-AES128-SHA
331 TLS_DH_anon_WITH_AES_256_CBC_SHA ADH-AES256-SHA
332
242=back
243
244=head1 CIPHER SUITE NAMES
245
246The following lists give the SSL or TLS cipher suites names from the
247relevant specification and their OpenSSL equivalents. It should be noted,
248that several cipher suite names do not include the authentication used,
249e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.

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

329 TLS_DHE_DSS_WITH_AES_128_CBC_SHA DHE-DSS-AES128-SHA
330 TLS_DHE_DSS_WITH_AES_256_CBC_SHA DHE-DSS-AES256-SHA
331 TLS_DHE_RSA_WITH_AES_128_CBC_SHA DHE-RSA-AES128-SHA
332 TLS_DHE_RSA_WITH_AES_256_CBC_SHA DHE-RSA-AES256-SHA
333
334 TLS_DH_anon_WITH_AES_128_CBC_SHA ADH-AES128-SHA
335 TLS_DH_anon_WITH_AES_256_CBC_SHA ADH-AES256-SHA
336
337=head2 Camellia ciphersuites from RFC4132, extending TLS v1.0
338
339 TLS_RSA_WITH_CAMELLIA_128_CBC_SHA CAMELLIA128-SHA
340 TLS_RSA_WITH_CAMELLIA_256_CBC_SHA CAMELLIA256-SHA
341
342 TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA Not implemented.
343 TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA Not implemented.
344 TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA Not implemented.
345 TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA Not implemented.
346
347 TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA DHE-DSS-CAMELLIA128-SHA
348 TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA DHE-DSS-CAMELLIA256-SHA
349 TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA DHE-RSA-CAMELLIA128-SHA
350 TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA DHE-RSA-CAMELLIA256-SHA
351
352 TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA ADH-CAMELLIA128-SHA
353 TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA ADH-CAMELLIA256-SHA
354
333=head2 Additional Export 1024 and other cipher suites
334
335Note: these ciphers can also be used in SSL v3.
336
337 TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA EXP1024-DES-CBC-SHA
338 TLS_RSA_EXPORT1024_WITH_RC4_56_SHA EXP1024-RC4-SHA
339 TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA EXP1024-DHE-DSS-DES-CBC-SHA
340 TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA EXP1024-DHE-DSS-RC4-SHA

--- 54 unchanged lines hidden ---
355=head2 Additional Export 1024 and other cipher suites
356
357Note: these ciphers can also be used in SSL v3.
358
359 TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA EXP1024-DES-CBC-SHA
360 TLS_RSA_EXPORT1024_WITH_RC4_56_SHA EXP1024-RC4-SHA
361 TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA EXP1024-DHE-DSS-DES-CBC-SHA
362 TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA EXP1024-DHE-DSS-RC4-SHA

--- 54 unchanged lines hidden ---