Tags give the ability to mark specific points in history as being important
-
-
-
v0.8.1
1cd68a49 · ·Resolved most of styling issues. Added final changes to all chapters except of 4-5. Security analysis makes progress. TODO: Chapter 4-5
-
v0.8.0
dcec38be · ·Finished section 1, 2, 3 and 6- for the most parts. TODO: rewrite section 4 and 5.
-
v0.7.4
9a50d22e · ·Refactored large portions of the code and introduced a transcript which can be verified by an external party - the verifier. Introduced the new architecture in my thesis, extended the security analysis and added an explanation of my implementation.
-
v0.7.3
995ed1fc · ·Exported and refactored configReader. Refactored cryptoutil completely and moved the computation of object names into the PublicKeyContext. Extended documentation, but it is not readable yet.
-
v0.7.2
05706b1a · ·Refactored large portions of the code, introduced countless improvements in the thesis.
-
v0.7.1
cfff43c6 · ·Added Glossary. Introduced the most relevant terms. Fixed a lot of the styling issues.
-
v0.7.0
6689753b · ·early draft of my thesis. It contains all relevant background information, and a security analysis with an attack model, scope, and stakeholders. In addition, it contains a rough description of the implementation details, and architecture. Large portions of the text are not proofread. Documentation has been boiled down to the installation, and description of configuration options. Added a section about forward compatibility. Added untested, and as of yet unused portions to the code.
-
v0.6.0
6602897a · ·Implemented basic MakeCredential command for ECDSA-keys. Added tamper-detection features to mkII code. Moved (L1/L2 + exception)-tables into the internal RAM
-
v0.5.5
b9c90ade · ·Replaced SigScheme with KeyScheme. KeyScheme does not only specifiy the algorithm type, but also a selection of TPMAObject flags, SymKeyParameters, and an Authorization Policy. Refactored large parts of the code, including the verifier code. MakeCredential and AuditPCR are not fully functional yet.
-
v0.5.4
7dac1a43 · ·Moved embed:config into top-level. config files are now read from build/config. Makefile supports custom-configs stored in config/YourConfig. Added proper compilation of the documentation via just build-all.
-
v0.5.3
e87e155c · ·added proper support for rsassa-keys. Added support for alternative hashing algos. cleaned up and extended tests. refactored code.
-
v0.5.2
fb3ce2f1 · ·Added embedded config file support to cmd/mkII. Completed refactoring of verifier and moved it to internal/nethelper
-
v0.5.1
498eeb80 · ·remote attestation tested on the usb armory mkII. Refactored host and verifier. However the token only supports listening mode for now...
-
v0.5.0
11547212 · ·First Milestone: Implemented basic remote-attestation between an emulated token and the host.\n Added mkII application files to the project. Makefile can generate host and token files which are placed in the build/ directory. However the token cannot open connections to the host yet, presumably due to missing entries in the routing table?
-
v0.4.2
98209f23 · ·Cleaned up code basis. Support for proper remote attestation. Quote verification is now properly implemented. Verification of key and quote is supported. Quote verification is done against pcrReference entries which are set in human-readable form at initialization.
-
v0.4.1
32addf36 · ·cleaned code basis. Added proof of concept CertifyAk verification, however it is incomplete. Details see comment in tpmhelper_test.
-
v0.4.0
d9d240a3 · ·implemented barebone remote attestation over the network. Quote request and verification is functional.
-