CSIv2 1.0 NO IDEA Avatar
  1. OMG Issue

CSIV2 — INVALID recommended cipher suites

  • Key: CSIV2-8
  • Legacy Issue Number: 3975
  • Status: closed  
  • Source: Oracle ( Ron Monzillo)
  • Summary:

    Document: orbos/2000-08-04 CSIv2 Final Submission
    Issue:

    Section "5.2.1" Recommended SSSL/TLS Ciphersuites" incorrectly names 4
    cipher suites.

    Description:

    The first 4 cipher suites in the recommended list do not exist as they
    were named. The invalid appearing in this list are:

    TLS_RSA_EXPORT_WITH_RC4_128_MD5
    SSL_RSA_EXPORT_WITH_RC4_128_MD5
    TLS_DHE_DSS_EXPORT_WITH_DES_CBC_SHA
    SSL_DHE_DSS_EXPORT_WITH_DES_CBC_SHA

    Proposed Solution:

    Replace the invalid names listed above with the following:

    TLS_RSA_WITH_RC4_128_MD5
    SSL_RSA_WITH_RC4_128_MD5
    TLS_DHE_DSS_WITH_DES_CBC_SHA
    SSL_DHE_DSS_WITH_DES_CBC_SHA

  • Reported: CSIv2 1.0b1 — Thu, 19 Oct 2000 04:00 GMT
  • Disposition: Resolved — CSIv2 1.0
  • Disposition Summary:

    Make the replacements as suggested above.

  • Updated: Fri, 6 Mar 2015 20:58 GMT