|
|
|
|
|
by zauguin
1041 days ago
|
|
> or, even better, to prevent the HSM from being used by anything without my overt permission Can't you already do that with an existing TPM? You just set an owner authentication password and an endorsement authentication password and no application can use it anymore unless you provide the password. Technically it would still be possible to use it as a very slow cryptographic coprocessor I guess, but that benign and useless. It does still provide access to some platform measurements, but they can't be signed by a authenticated (or even safely stored) key, so they are easy to fake. In addition to that the OS of course can be used to completely block access to it if needed. The problem is not that people can't stop applications from using it, it is just that in practice people don't care. |
|
How would one go about doing that?