~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to doc/apps/ciphers.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-10-02 18:05:00 UTC
  • mto: (11.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20061002180500-y5ux36zvt0fjeiax
Tags: upstream-0.9.8c
ImportĀ upstreamĀ versionĀ 0.9.8c

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
=item B<HIGH>
126
126
 
127
127
"high" encryption cipher suites. This currently means those with key lengths larger
128
 
than 128 bits.
 
128
than 128 bits, and some cipher suites with 128-bit keys.
129
129
 
130
130
=item B<MEDIUM>
131
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
133
 
134
134
=item B<LOW>
135
135
 
235
235
 
236
236
cipher suites using SHA1.
237
237
 
 
238
=item B<Camellia>
 
239
 
 
240
cipher suites using Camellia.
 
241
 
238
242
=back
239
243
 
240
244
=head1 CIPHER SUITE NAMES
330
334
 TLS_DH_anon_WITH_AES_128_CBC_SHA        ADH-AES128-SHA
331
335
 TLS_DH_anon_WITH_AES_256_CBC_SHA        ADH-AES256-SHA
332
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
355
=head2 Additional Export 1024 and other cipher suites
334
356
 
335
357
Note: these ciphers can also be used in SSL v3.