Closed
Bug 67000
Opened 24 years ago
Closed 12 years ago
RFE: Make it so RSA source comparisons can be made using certificates
Categories
(Core Graveyard :: Java: OJI, enhancement, P4)
Core Graveyard
Java: OJI
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: edburns, Assigned: alfred.peng)
Details
(Whiteboard: confirm?)
Currently, there is no way to verify the security of data from a source using
RSA certificates. This bug is to make it so one can do this.
What we need is a Java SDK method that returns the RSA file of a signed jar.
This is passed to the psm function
NS_IMETHODIMP nsPSMComponent::VerifySignature(
const char* aRSABuf, PRUint32 aRSABufLen,
const char* aPlaintext, PRUint32 aPlaintextLen,
PRInt32* aErrorCode, nsIPrincipal** aPrincipal)
(in ./mozilla/extensions/psm-glue/src/PSMComponent.cpp)
to get a CertificatePrincipal, which can in turn is used to do same source
comparisions with CertificatePrincipals generated from signed pages.
Adding JPIBUG and closing as INVALID.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Whiteboard: [jpibug]
Re-opening, this requires work on the SUN and MOZILLA side.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Whiteboard: [jpibug]
Comment 6•24 years ago
|
||
SPAM: reassigning all OJI bugs to new OJI QA, pmac ( 227 bugs)
QA Contact: shrir → pmac
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Status: REOPENED → NEW
Comment 8•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
Updated•22 years ago
|
Status: NEW → ASSIGNED
Comment 12•12 years ago
|
||
Mass-closing bugs in the "OJI" component: OJI plugin integration was replaced with npruntime long ago, and these bugs appear to be irrelevant now. If there is in fact a real bug that remains, please file it new in the "Core" product, component "Plug-ins".
Status: NEW → RESOLVED
Closed: 24 years ago → 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•