Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iolivergithub/jane
Jane Attestation Server
https://github.com/iolivergithub/jane
arm attestation cca ccc confidential-compute confidential-computing confidential-container forensics mars security sgx sgx-enclaves tdx tpm tpm2 trust trustzone uefi
Last synced: 3 days ago
JSON representation
Jane Attestation Server
- Host: GitHub
- URL: https://github.com/iolivergithub/jane
- Owner: iolivergithub
- License: bsd-3-clause-clear
- Created: 2024-06-30T15:34:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:12:22.000Z (17 days ago)
- Last Synced: 2025-01-15T22:33:49.802Z (17 days ago)
- Topics: arm, attestation, cca, ccc, confidential-compute, confidential-computing, confidential-container, forensics, mars, security, sgx, sgx-enclaves, tdx, tpm, tpm2, trust, trustzone, uefi
- Language: Go
- Homepage:
- Size: 176 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: docs/security.md
Awesome Lists containing this project
README
# JANE - Attestation Engine
This is the source for the Jane Attestation Engine, a fork and major rewrite of the former A10 Nokia Attestation Engine.
This software is used as the remote attestation engine as part of a trusted and/or confidential computing environment. This is the system that holds the known good values about devices and other elements, and provides the attestation and validation mechanisms.
The software here is provided as-is - there is no security (http for the win!) and the error checking in places is completely missing. The point of this was to explore more interesting mechanisms for remote attestation and to implement ideas from the IEFT RATS specification. *READ* the security section!!!
Refer to the [contents](docs/contents.md) in the `docs` directory.