Skip to content

Commit 55de30f

Browse files
committed
Merge branch 'develop'
- 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
2 parents 2745bd0 + 57d587a commit 55de30f

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)