Added case statement for 2.23.133.2.25 just like for 2.23.133.2.17 so that the error isn't thrown. (#272)

This commit is contained in:
Cyrus 2020-06-19 11:11:58 -04:00 committed by GitHub
parent c319821e41
commit db31614694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -766,6 +766,7 @@ public class PlatformCredential extends DeviceAssociatedCertificate {
new PlatformConfigurationV2(attributeSequence));
break;
case TCG_PLATFORM_SPECIFICATION:
case PLATFORM_CREDENTIAL_TYPE:
// handled in parseFields
break;
case TCG_CREDENTIAL_SPECIFICATION: