mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00
24 lines
900 B
Plaintext
24 lines
900 B
Plaintext
Future capabilities needed
|
|
--------------------------
|
|
|
|
- flag indicating that cancellation of commands is supported
|
|
- patches for cancellation of key creation exists
|
|
|
|
- improve on the logging
|
|
|
|
- extend --ctrl (control) interface with more capabilities supported
|
|
with the ioctls in the CUSE TPM
|
|
|
|
swtpm_cert:
|
|
- support for AIK Certs; takes EK and Platform certs as input:
|
|
- copy data from EK Cert : 3.5.9 .11
|
|
- copy data from Platform Cert: 3.5.9, .11
|
|
- needs implementation of some more TPM specific X.509 attributes that
|
|
encode the data in ASN.1;
|
|
- Unified cert specs 3.5.9, 3.5.11, 3.5.22, 3.5.23. 3.5.24, 3.5.25,
|
|
3.5.26, 3.5.27
|
|
|
|
Status on RHEL 7.2:
|
|
- the following bug is problematic for FreeBL usage: https://bugzilla.redhat.com/show_bug.cgi?id=1249720
|
|
- the following bug is problematic for swtpm_setup : https://bugzilla.redhat.com/show_bug.cgi?id=1126097
|