Closed
Bug 469989
Opened 17 years ago
Closed 17 years ago
Add SEED support to JSS.
Categories
(JSS Graveyard :: Library, defect, P1)
JSS Graveyard
Library
Tracking
(Not tracked)
RESOLVED
FIXED
4.3
People
(Reporter: slavomir.katuscak+mozilla, Assigned: glenbeasley)
Details
Attachments
(1 file)
|
15.15 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
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!
| Reporter | ||
Comment 1•17 years ago
|
||
See bug 453234 (Support for SEED Cipher Suites to TLS RFC4010).
| Assignee | ||
Comment 2•17 years ago
|
||
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?
| Assignee | ||
Updated•17 years ago
|
Attachment #353472 -
Flags: review? → review?(nelson)
Comment 3•17 years ago
|
||
Comment on attachment 353472 [details] [diff] [review]
added support for TLS_RSA_WITH_SEED_CBC_SHA
r=nelson
Attachment #353472 -
Flags: review?(nelson) → review+
| Assignee | ||
Comment 4•17 years ago
|
||
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
| Assignee | ||
Updated•17 years ago
|
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.
Description
•