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

Profiles WIP #36

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Changes from 18 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d513d20
Profiles WIP
sleevi Feb 11, 2021
88e3182
Clarify AIA based on 2021-06-12 call
sleevi Jul 26, 2021
a272827
Address basicConstraints for OCSP Responder feedback
sleevi Jul 26, 2021
9abc1a9
Address cRLDistributionPoints
sleevi Jul 29, 2021
1cf09ba
Fix broken link and better clarify WIP sections
sleevi Aug 2, 2021
ce040e1
Clarify OCSP and other EKUs
sleevi Aug 4, 2021
1d9583a
Remove stale FIXME regarding serial numbers
sleevi Aug 19, 2021
5d4c9d7
Introduce Precertificate Signing CA Profile
sleevi Aug 20, 2021
954dfa0
Align postalCode/streetAddress hierarchy
sleevi Aug 20, 2021
0736c58
Fix nameConstraints for TLS subCAs
sleevi Aug 20, 2021
6087322
Bump OCSP placeholder dates for cert policies
sleevi Aug 20, 2021
2ef5da2
Make cRLDP MUST NOT for OCSP Responders
sleevi Aug 20, 2021
f52c7e9
Fix typo -> MMAY to MAY
sleevi Aug 20, 2021
c17867d
Precertificates and Precertificate Signing CAs
sleevi Oct 21, 2021
3bb125d
Address validity periods
sleevi Jan 13, 2022
4d37fd5
Address the "any other value" situations with 7.1.2.4 language
sleevi Jan 13, 2022
f9d9bfc
Fix the certificatePolicies mismatched highlighted by Corey
sleevi Jan 13, 2022
1df9ed0
Formatting and plurality fixup
sleevi Jan 13, 2022
d369fa5
Change SHOULD NOT to NOT RECOMMENDED
sleevi May 2, 2022
35402ab
Clarify subject name rules & add effective date
sleevi May 2, 2022
74c89be
Remove dnsSRV and cleanup otherName handling
sleevi May 2, 2022
8a8e603
Formatting fix
sleevi May 2, 2022
45f634b
Move the Non-TLS EKU requirement into the Non-TLS profile
sleevi May 2, 2022
90d16e1
Redo Certificate Policies for Non-TLS CAs
sleevi May 2, 2022
4226cd3
Make PolicyIdentifier ordering optional
sleevi May 2, 2022
dd5e8fc
Indicate a max for serial numbers
sleevi May 2, 2022
feeef8a
Try to address the SKI uniqueness
sleevi May 2, 2022
a73dd6d
Allow backdating up to 48 hours
sleevi May 2, 2022
037b36c
Naming Cleanup
sleevi May 2, 2022
8900c43
Harmonize effective dates to 2022-11-01
sleevi May 2, 2022
9350576
Formatting & Section Heading fixes
sleevi May 2, 2022
67133bb
OrganizationalUnitName fixups
sleevi May 2, 2022
b5f50c2
Remove stale TODO/TBDs
sleevi May 2, 2022
e15c755
Fix a bug in non-TLS technically constrained CAs
sleevi May 5, 2022
6be5128
CT Cleanups
sleevi May 5, 2022
c287187
Remove rfc822Name from TLS technically constrained CAs
sleevi May 5, 2022
112c9b2
Clarify Precert language
sleevi May 10, 2022
197f096
Redo Certificate Policies
sleevi May 16, 2022
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
2 changes: 1 addition & 1 deletion .github/workflows/build-draft-docs.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.base.sha || github.event.push.before }}
path: old/
- uses: docker://ghcr.io/cabforum/build-guidelines-action:2.0.2
- uses: docker://ghcr.io/sleevi/build-guidelines-action:tables
id: build_doc
with:
markdown_file: docs/${{ matrix.document }}
Loading