This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
HIRS
Watch
1
Star
0
Fork
0
You've already forked HIRS
mirror of
https://github.com/nsacyber/HIRS.git
synced
2025-02-21 10:01:49 +00:00
Code
Issues
Actions
9
Packages
Projects
Releases
Wiki
Activity
HIRS
/
HIRS_AttestationCA
History
Cyrus
48f4f9a654
This could was not tested against a tpm 1.2 environment. The branch was failing on Travis because there was a timeout request from the provision to the aca, however no error from the aca could be shown. However the problem is occurring when the tpm 1.2 provision is attempting to save an issued attestation certificate. This part of the code touches the code changes for the 2.0 updates. The variable pcrValues is null when the 1.2 process is called and therefore when Files.write method is called, the pcrValues.getBytes call is throwing a null pointer exception. This code checks for that condition before operating over the code.
2020-07-29 13:54:41 -04:00
..
config
Initial release
2018-09-06 09:47:33 -04:00
src
This could was not tested against a tpm 1.2 environment. The branch was failing on Travis because there was a timeout request from the provision to the aca, however no error from the aca could be shown. However the problem is occurring when the tpm 1.2 provision is attempting to save an issued attestation certificate. This part of the code touches the code changes for the 2.0 updates. The variable pcrValues is null when the 1.2 process is called and therefore when Files.write method is called, the pcrValues.getBytes call is throwing a null pointer exception. This code checks for that condition before operating over the code.
2020-07-29 13:54:41 -04:00
build.gradle
[
#3
] Ensure ACA and TPM2 Provisioner handle versioning correctly
2018-09-17 12:28:05 -04:00