Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SC65: Convert EVGs into RFC 3647 format v2 #440

Merged
merged 49 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3ee1f68
Add files via upload
barrini Jun 7, 2023
d6b5067
EVG.md
barrini Jun 7, 2023
144a414
Update EVG.md
barrini Jun 7, 2023
bda87f7
Create EVG original
barrini Jun 7, 2023
929b6e2
Update EVG.md
barrini Jun 7, 2023
2d7d8ba
Update EVG.md
barrini Jul 5, 2023
f0db290
Update EVG.md
barrini Jul 5, 2023
866b87f
Update EVG.md
barrini Jul 5, 2023
e38309f
Update EVG.md
barrini Jul 5, 2023
c3365ef
Update EVG.md
barrini Jul 5, 2023
f10dd3a
Update EVG.md
barrini Jul 5, 2023
19fd8df
Update EVG.md
barrini Jul 5, 2023
865500b
Update EVG.md
barrini Jul 6, 2023
3cd5f4d
Update EVG.md
barrini Jul 6, 2023
74580a8
Update EVG.md
barrini Jul 6, 2023
7385ccd
Update EVG.md
barrini Jul 6, 2023
6db5f95
Update EVG.md
barrini Jul 7, 2023
f720f18
Update EVG.md
barrini Jul 7, 2023
c4a3652
Update EVG.md
barrini Jul 7, 2023
aaf240a
Update EVG.md
barrini Jul 7, 2023
8dd5d74
Update EVG.md
barrini Jul 7, 2023
0d57d03
Update EVG.md
barrini Jul 10, 2023
703de23
Update EVG.md
barrini Jul 10, 2023
c416fe5
Update EVG.md
barrini Jul 10, 2023
861309e
Update EVG.md
barrini Jul 10, 2023
a74150b
Update EVG.md
barrini Jul 11, 2023
b154615
Update EVG.md
barrini Jul 11, 2023
c7602c6
Update EVG.md
barrini Jul 11, 2023
0e6ba79
Delete EVG original
barrini Jul 13, 2023
9cd1e32
Update EVG.md
barrini Jul 13, 2023
b8647c0
Update EVG.md
barrini Jul 13, 2023
1187c2d
Update EVG.md
barrini Jul 13, 2023
a580361
Update EVG.md
barrini Jul 13, 2023
8a56417
Update EVG.md
XolphinMartijn Jul 13, 2023
3a609d2
Update EVG.md
barrini Jul 13, 2023
3030254
Update EVG.md
barrini Jul 13, 2023
bda54b2
Update EVG.md
barrini Jul 13, 2023
c2a36ad
Update EVG.md
barrini Jul 13, 2023
3b4fe33
Update EVG.md
XolphinMartijn Jul 13, 2023
572b1ff
Update EVG.md
barrini Jul 14, 2023
e2a54e5
Update EVG.md
barrini Jul 14, 2023
13b4f85
Update EVG.md
barrini Jul 14, 2023
2650239
Update EVG to match section 6 of the RFC 3647.md
barrini Dec 15, 2023
ac87a3d
Update EVG updating links.md
barrini Dec 15, 2023
238ff99
Update EVG.md
barrini Dec 15, 2023
e3f16c1
Update branch for BRs pointing to new sections of EVGs (#476)
barrini Jan 19, 2024
65b69fe
Update BRs with the new EVGs section numbers.md
barrini Jan 19, 2024
dedeebf
Update EVG.md
barrini Feb 20, 2024
5a0537a
Merge branch 'SC65' into EVG-based-on-RFC3647
barrini Mar 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/BR.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: Baseline Requirements for the Issuance and Management of Publicly-Trusted TLS Server Certificates
subtitle: Version 2.0.2
subtitle: Version 2.0.3
author:
- CA/Browser Forum
date: 8-January-2024
date: 19-January-2024



copyright: |
Expand Down Expand Up @@ -767,7 +768,7 @@ Confirming the Applicant's control over the FQDN by confirming the presence of a
If a Random Value is used, the CA SHALL provide a Random Value unique to the Certificate request and SHALL not use the Random Value after

i. 30 days or
ii. if the Applicant submitted the Certificate request, the time frame permitted for reuse of validated information relevant to the Certificate (such as in [Section 4.2.1](#421-performing-identification-and-authentication-functions) of these Guidelines or Section 11.14.3 of the EV Guidelines).
ii. if the Applicant submitted the Certificate request, the time frame permitted for reuse of validated information relevant to the Certificate (such as in [Section 4.2.1](#421-performing-identification-and-authentication-functions) of these Guidelines or Section 3.2.2.14.3 of the EV Guidelines).

**Note**: Once the FQDN has been validated using this method, the CA MAY also issue Certificates for other FQDNs that end with all the Domain Labels of the validated FQDN. This method is suitable for validating Wildcard Domain Names.

Expand Down Expand Up @@ -2377,7 +2378,7 @@ For a Subscriber Certificate to be Extended Validation, it MUST comply with the

| __Field__ | __Requirements__ |
| -- | ------- |
| `subject` | See Guidelines for the Issuance and Management of Extended Validation Certificates, Section 9.2. |
| `subject` | See Guidelines for the Issuance and Management of Extended Validation Certificates, Section 7.1.4.2. |
| `certificatePolicies` | MUST be present. MUST assert the [Reserved Certificate Policy Identifier](#7161-reserved-certificate-policy-identifiers) of `2.23.140.1.1` as a `policyIdentifier`. See [Section 7.1.2.7.9](#71279-subscriber-certificate-certificate-policies). |
| All other extensions | See [Section 7.1.2.7.6](#71276-subscriber-certificate-extensions) and the Guidelines for the Issuance and Management of Extended Validation Certificates. |

Expand Down
Loading
Loading