Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
f40f354
Add singleUse extension
JonathanWilbur Aug 29, 2021
c925002
Run make update
JonathanWilbur Aug 29, 2021
203ced0
Add test
JonathanWilbur Aug 30, 2021
0dca202
Add line ending to file
JonathanWilbur Aug 30, 2021
68f76ff
Add groupAC, noAssertion, SOAIdentifier, and noRevAvail exts
JonathanWilbur Sep 15, 2021
bed0048
Fix issues found in code review
JonathanWilbur Jun 17, 2022
00ec0b9
Add groupAC, noAssertion, SOAIdentifier, noRevAvail exts + all attr c…
JonathanWilbur Sep 15, 2021
415b74c
Fix issues found in code review
JonathanWilbur Jun 17, 2022
0a1b4a9
Remove unnecessary declarations
JonathanWilbur Jul 1, 2022
246cd2f
Merge branch 'null_attr_cert_exts' of https://github.com/JonathanWilb…
JonathanWilbur Jul 1, 2022
da2e072
Merge branch 'master' into null_attr_cert_exts
JonathanWilbur Jul 1, 2022
1672ea0
Merge branch 'master' into null_attr_cert_exts
JonathanWilbur Jul 1, 2022
e41bd14
Merge branch 'null_attr_cert_exts' of https://github.com/JonathanWilb…
JonathanWilbur Jul 1, 2022
4474906
Add RFC 5755 attribute certificate support
dhobsong May 13, 2021
f5920fc
Attribute certificate field getting and printing API
dhobsong Jun 18, 2021
d64869f
Attribute certificate field setting and signing API
dhobsong Jun 15, 2021
64b6d20
Add IETFAttrSyntax type support
dhobsong Jun 8, 2021
ea53982
x509_acert: Add simple read test
dhobsong Jun 3, 2021
43c9f1f
x509_acert: Load attributes from config file section
dhobsong Jun 3, 2021
132f675
Merge branch 'attribute_cert_wip' of https://github.com/dhobsong/open…
JonathanWilbur Oct 2, 2022
53e8f3a
Merge branch 'null_attr_cert_exts' of https://github.com/JonathanWilb…
JonathanWilbur Oct 3, 2022
27bb49b
Fix tests
JonathanWilbur Oct 3, 2022
d2c0855
Merge pull request #2 from TrustedComputingGroup/null_exts
JonathanWilbur Oct 3, 2022
80f21a9
Merge branch 'ext_singleUse' of https://github.com/JonathanWilbur/ope…
JonathanWilbur Oct 3, 2022
a6b2bfc
Merge pull request #3 from TrustedComputingGroup/single_use
JonathanWilbur Oct 3, 2022
3fb2efe
Add targetingInformation and auditIdentity AC extensions
JonathanWilbur Oct 4, 2022
0cdf6cb
Fix incorrect extensions ordering
JonathanWilbur Oct 12, 2022
bf79515
Add requested newlines
JonathanWilbur Oct 12, 2022
e1b2b5e
Fix build issues and issues found in OpenSSL code review
JonathanWilbur Oct 12, 2022
8c0f5e6
Merge pull request #4 from TrustedComputingGroup/ac_tgt_and_audit_id
JonathanWilbur Oct 12, 2022
b8da619
Merge branch 'master' into attr_cert
JonathanWilbur Oct 12, 2022
2bf0c78
Merge branch 'master' into attr_cert
JonathanWilbur Oct 25, 2022
20fd0a4
Fix OID-related files
JonathanWilbur Oct 25, 2022
052e55c
Support the basicAttConstraints X.509v3 extension
JonathanWilbur Oct 25, 2022
1748b91
Merge pull request #6 from TrustedComputingGroup/bac3
JonathanWilbur Oct 25, 2022
67305cd
Delete GitHub actions workflows
JonathanWilbur Oct 25, 2022
ea21ded
Support delegatedNameConstraints X.509v3 extension
JonathanWilbur Oct 25, 2022
b28dd18
Merge pull request #7 from TrustedComputingGroup/delegated_name_const…
JonathanWilbur Oct 25, 2022
0b4a1b0
Support subjectDirectoryAttributes and associatedInformation extensions
JonathanWilbur Dec 10, 2022
5db5b54
Merge pull request #8 from TrustedComputingGroup/associated_info_ext
JonathanWilbur Dec 10, 2022
8782e12
Remove GitHub Actions
JonathanWilbur Dec 11, 2022
518c71f
Merge pull request #9 from TrustedComputingGroup/remove_gha
JonathanWilbur Dec 11, 2022
2f93f34
Implement the userNotice extension
JonathanWilbur Dec 11, 2022
990a208
Merge pull request #10 from TrustedComputingGroup/ext_user_notice
JonathanWilbur Dec 11, 2022
9bd363e
Implement the acceptable {cert|priv} policies extensions
JonathanWilbur Dec 11, 2022
6f873aa
Merge pull request #12 from TrustedComputingGroup/ext_acc_cert_pol
JonathanWilbur Dec 11, 2022
d2cd162
Add authorityAttributeIdentifier extension
JonathanWilbur Dec 11, 2022
7d442f1
Merge pull request #13 from TrustedComputingGroup/ext_authority_attr_id
JonathanWilbur Dec 11, 2022
3e3d33b
Add issuedOnBehalfOf extension
JonathanWilbur Dec 11, 2022
c4a4ce6
Merge pull request #14 from TrustedComputingGroup/ext_issued_on_behal…
JonathanWilbur Dec 11, 2022
fe6ce6e
Support allowedAttributeAssignments extension
JonathanWilbur Dec 12, 2022
959ec2a
Merge pull request #15 from TrustedComputingGroup/ext_allowed_attr
JonathanWilbur Dec 12, 2022
bb77b71
Add attributeMappings extension
JonathanWilbur Dec 12, 2022
fd20552
Merge pull request #16 from TrustedComputingGroup/ext_attr_mappings
JonathanWilbur Dec 12, 2022
ff320f6
Support holderNameConstraints extension
JonathanWilbur Dec 13, 2022
82d8b47
Merge pull request #17 from TrustedComputingGroup/ext_holder_name_const
JonathanWilbur Dec 13, 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
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

Loading