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-07 03:40:10 +00:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
HIRS
/
HIRS_ProvisionerTPM2
/
src
History
Cyrus
f80d9af3b7
Some issues were found while doing script testings. These issues don't appear on Travis, however some of the issues were resolved in the scripts by making these changes. This is to test how travis will react.
2021-01-22 10:08:50 -05:00
..
CMakeLists.txt
[
#52
] Make TPM2 Provisioner check for a running Resource Manager (
#53
)
2018-11-26 16:45:22 -05:00
CommandTpm2.cpp
Some issues were found while doing script testings. These issues don't appear on Travis, however some of the issues were resolved in the scripts by making these changes. This is to test how travis will react.
2021-01-22 10:08:50 -05:00
DeviceInfoCollector.cpp
Removed method that is not used. This is task 1 for
#238
2020-10-09 10:53:42 -04:00
HirsRuntimeException.cpp
Initial release
2018-09-06 09:47:33 -04:00
Logger.cpp
[
#95
] Resolve Log4cplus Error complaining about no appenders on TPM2 Provisioner startup (
#101
)
2019-03-27 18:18:55 -04:00
Process.cpp
[
#62
] Cleaned up preprocessor file expansion.
2018-12-11 16:23:51 -05:00
Properties.cpp
[
#130
] Fixed Doxygen warnings. (
#131
)
2019-04-30 11:25:27 -04:00
ProvisionerTpm2.proto
initial commit
2020-11-30 08:38:46 -05:00
RestfulClientProvisioner.cpp
SupplyCahinValidationService did not like the additions of a method returning a SupplyChainValidation, switched to Summary and it worked. This was the cause of the DB crashing.
2020-08-25 11:36:37 -04:00
Tpm2ToolsUtils.cpp
Fix Style Issue in Build (
#76
)
2019-01-23 17:01:59 -05:00
TPM2_Provisioner.cpp
This PR is to address issue
#308
. The ACA was pulling Issuer Certificates using the organization RDN of the subject string and getting this from the issuer string of the EC or PC. This presents a problem because it isn't a required field. The organization field cannot be null or empty. Pulling objects from a DB using null or empty would produce bad results. The main change of this issue (which has not been full tested) is pulling using the AKI for the db lookup. If this fails, instead of falling back on potentially left out fields like the O= RDN, the ACA takes the issuer/subject fields, breaks them apart and sorts them based on the key. It also changes the case. This way the lookup can be assured to match in case of some random situation in which the issuer or subject field don't match because RDN keys are just in different positions of the string.
2020-12-11 14:47:46 -05:00
tpm_version.cpp
[
#135
] tpm_version prints output containing nulls. (
#137
)
2019-05-14 11:08:40 -04:00
Utils.cpp
initial commit
2020-11-30 08:38:46 -05:00