PSM:EV Testing: Difference between revisions

Jump to navigation Jump to search
add info about patch for pp tool
(clarification about issuer and serial representation)
(add info about patch for pp tool)
Line 4: Line 4:


Find file [http://lxr.mozilla.org/seamonkey/source/security/manager/ssl/src/nsIdentityChecking.cpp mozilla/security/manager/ssl/src/nsIdentityChecking.cpp], which contains a definition for a type named [http://lxr.mozilla.org/seamonkey/ident?i=myTrustedEVInfos nsMyTrustedEVInfo].
Find file [http://lxr.mozilla.org/seamonkey/source/security/manager/ssl/src/nsIdentityChecking.cpp mozilla/security/manager/ssl/src/nsIdentityChecking.cpp], which contains a definition for a type named [http://lxr.mozilla.org/seamonkey/ident?i=myTrustedEVInfos nsMyTrustedEVInfo].
Following the structure definition, add a new entry to array myTrustedEVInfos.  
Following the structure definition, add a new entry to array myTrustedEVInfos. (There is a patch in [https://bugzilla.mozilla.org/show_bug.cgi?id=421989 bug 421989] which enhances NSS tool "pp" to dump those fields in the expected format.)


To ensure this page won't get out of date, please study the existing entries and field names, they should make it clear what you must provide. One noteworthy detail are the issuer and serial number fields. To produce the strings expected both in source code and the external file, take the binary representation of those fields (as stored in the certificate) and encode them as base64.
To ensure this page won't get out of date, please study the existing entries and field names, they should make it clear what you must provide. One noteworthy detail are the issuer and serial number fields. To produce the strings expected both in source code and the external file, take the binary representation of those fields (as stored in the certificate) and encode them as base64.
Confirmed users
563

edits

Navigation menu