Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57d587a

Browse files
committedSep 4, 2024
- Add PKCS #11 key store module
- Add TPM 2.0 key store module - Decouple key and certificate backends from CA and each other - Complete initial key and certificate store implementations - Create IAK, IDevID keys and certificates - Generate, sign & verify TCG-CSR-IDEVID compliant CSR - Add TCG specific OIDs to generated certificates - Add Trusted Platform custom OIDs for key store types - Introduce initial docker support - Introduce initial yubikey support - Clean up documentation - Add man pages for all currently implemented CLI commands - Create CHANGELOG - Version bump
1 parent 419a0c6 commit 57d587a

File tree

234 files changed

+27350
-11019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+27350
-11019
lines changed
 

‎.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
trusted-platform
1+
/trusted-platform
22
**/*.pb.go
33
**/*.log
44
**/*.bin
@@ -21,4 +21,6 @@ attestation/attestor/config.yaml
2121
attestation/verifier/trusted-data
2222
attestation/verifier/logs
2323
attestation/verifier/config.yaml
24-
python-venv/
24+
python-venv/
25+
tpadm
26+
config.yaml

0 commit comments

Comments
 (0)
Please sign in to comment.