Closed Bug 469989 Opened 17 years ago Closed 17 years ago

Add SEED support to JSS.

Categories

(JSS Graveyard :: Library, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: slavomir.katuscak+mozilla, Assigned: glenbeasley)

Details

Attachments

(1 file)

After SEED was committed to CVS, JSS tests started to fail: JSS does not support ciphersuite: 96 ERROR: NSS has implemented ciphersuites that JSS does not support! see http://mxr.mozilla.org/security/source/security/nss/lib/ssl/sslproto.h Update org/mozilla/jss/ssl/SSLSocket.java Update org/mozilla/jss/tests/Constants.java NSS implemented Ciphersuites missing from JSS JSS needs to update the ciphersuites!
See bug 453234 (Support for SEED Cipher Suites to TLS RFC4010).
patch exposes the TLS_RSA_WITH_SEED_CBC_SHA ciphersuite. TLS_RSA_WITH_SEED_CBC_SHA is negotiated successfully when a JSS TLS server talks with a JSS TLS client.
Attachment #353472 - Flags: review?
Attachment #353472 - Flags: review? → review?(nelson)
Comment on attachment 353472 [details] [diff] [review] added support for TLS_RSA_WITH_SEED_CBC_SHA r=nelson
Attachment #353472 - Flags: review?(nelson) → review+
Checking in ssl/SSLSocket.java; /cvsroot/mozilla/security/jss/org/mozilla/jss/ssl/SSLSocket.java,v <-- SSLSocket.java new revision: 1.29; previous revision: 1.28 done Checking in tests/Constants.java; /cvsroot/mozilla/security/jss/org/mozilla/jss/tests/Constants.java,v <-- Constants.java new revision: 1.5; previous revision: 1.4 done Checking in tests/JSS_SelfServClient.java; /cvsroot/mozilla/security/jss/org/mozilla/jss/tests/JSS_SelfServClient.java,v <-- JSS_SelfServClient.java new revision: 1.9; previous revision: 1.8 done Checking in tests/all.pl; /cvsroot/mozilla/security/jss/org/mozilla/jss/tests/all.pl,v <-- all.pl new revision: 1.52; previous revision: 1.51 done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Priority: -- → P1
Target Milestone: 4.2.7 → 4.3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: