Commit f2979c4
Fix ECC algorithm selection and reporting for keylime agent
- Use AsymmetricAlgorithmSelection instead of AsymmetricAlgorithm
to allow ecc521 to properly map to P-521 curve instead of defaulting to P-256
- Change ECC256 algorithm display from generic "ecc" to specific "ecc256"
These changes are required for enabling ECC attestation with the NIST
curves.
Signed-off-by: Sergio Correia <[email protected]>1 parent 5e32460 commit f2979c4
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
776 | | - | |
| 776 | + | |
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| |||
0 commit comments