tpm2_createprimary failed on non-supported algorithm sha3_256
Bug #1884229 reported by
Alex Tu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OEM Priority Project |
Triaged
|
High
|
Alex Tu | ||
Provider for Plainbox - TPM2 |
Expired
|
Undecided
|
Unassigned | ||
tpm2-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
tpm2-tss not yet support sha3_256.
In this test case on a machine reported it support sha3_256 then call
`tpm2_createprimary -Q -g sha3_256 -G rsa -c context.out`
The this test case will be marked as error.
tpm2_createprimary should returned "5 - Non supported scheme. Applicable to tpm2_testparams." , so that we can skip the non-supported algorithm.
upstream bug: https:/
Related branches
~alextu/plainbox-provider-tpm2:workaround-lp1884229
Rejected
for merging
into
plainbox-provider-tpm2:master
- Ivan Hu: Pending requested
- Betty Lin: Pending requested
- Pierre Equoy: Pending requested
- Sylvain Pineau: Pending requested
- Checkbox Developers: Pending requested
-
Diff: 13 lines (+1/-1)1 file modifieddata/tpm2-tools-4.1.1/integration/tests/createprimary.sh (+1/-1)
Changed in oem-priority: | |
importance: | Undecided → High |
tags: | added: oem-priority originate-from-1880048 somerville |
description: | updated |
To post a comment you must log in.
hmm the tpm2_createprimary not actually return 5 when it encounters an unsupported algorithm.