Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
c09d43c4
Commit
c09d43c4
authored
17 years ago
by
rrelyea@redhat.com
Browse files
Options
Downloads
Patches
Plain Diff
Enable real EV checking. Bug 289520. patch by kai engert. review rrelyea approval mtschrep.
parent
bdefaafe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
client.mk
+1
-1
1 addition, 1 deletion
client.mk
security/manager/ssl/src/nsIdentityChecking.cpp
+12
-2
12 additions, 2 deletions
security/manager/ssl/src/nsIdentityChecking.cpp
with
13 additions
and
3 deletions
client.mk
+
1
−
1
View file @
c09d43c4
...
...
@@ -408,7 +408,7 @@ MODULES_all := \
# and commit this file on that tag.
#MOZ_CO_TAG = <tag>
NSPR_CO_TAG
=
NSPR_HEAD_20071016
NSS_CO_TAG
=
NSS_3_12_ALPHA_2
NSS_CO_TAG
=
NSS_3_12_ALPHA_2
B
LDAPCSDK_CO_TAG
=
LDAPCSDK_6_0_3_CLIENT_BRANCH
LOCALES_CO_TAG
=
...
...
This diff is collapsed.
Click to expand it.
security/manager/ssl/src/nsIdentityChecking.cpp
+
12
−
2
View file @
c09d43c4
...
...
@@ -75,6 +75,14 @@ struct nsMyTrustedEVInfo
};
static
struct
nsMyTrustedEVInfo
myTrustedEVInfos
[]
=
{
{
"2.16.840.1.113733.1.7.23.6"
,
"Verisign EV OID"
,
SEC_OID_UNKNOWN
,
"OU=Class 3 Public Primary Certification Authority,O=
\"
VeriSign, Inc.
\"
,C=US"
,
"OU=Class 3 Public Primary Certification Authority,O=
\"
VeriSign, Inc.
\"
,C=US"
,
"74:2C:31:92:E6:07:E4:24:EB:45:49:54:2B:E1:BB:C5:3E:61:74:E2"
},
{
"0.0.0.0"
,
0
,
// for real entries use a string like "Sample INVALID EV OID"
...
...
@@ -540,9 +548,11 @@ nsNSSCertificate::hasValidEVOidTag(SECOidTag &resultOidTag, PRBool &validEV)
cvin
[
0
].
type
=
cert_pi_policyOID
;
cvin
[
0
].
value
.
arraySize
=
1
;
cvin
[
0
].
value
.
array
.
oids
=
&
oid_tag
;
cvin
[
1
].
type
=
cert_pi_revocationFlags
;
cvin
[
1
].
value
.
scalar
.
ul
=
CERT_REV_FLAG_OCSP
|
CERT_REV_FLAG_CRL
;
cvin
[
1
].
value
.
scalar
.
ul
=
CERT_REV_FAIL_SOFT_CRL
|
CERT_REV_FLAG_CRL
;
cvin
[
2
].
type
=
cert_pi_end
;
CERTValOutParam
cvout
[
2
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment