Is it possible to use dds security with TPM on windows or Mac OS?

5 posts / 0 new
Last post
Offline
Last seen: 1 year 11 months ago
Joined: 04/07/2022
Posts: 9
Is it possible to use dds security with TPM on windows or Mac OS?

hello,

  I saw the document to discrible how to use the tpm with dds security on Linux.

 

Is it possible to use dds security with TPM on windows or Mac OS?

thanks,

zhijun

Howard's picture
Offline
Last seen: 18 hours 17 min ago
Joined: 11/29/2012
Posts: 565

Which document are you referring to?

r
Offline
Last seen: 2 months 1 week ago
Joined: 06/17/2019
Posts: 47

Hi zjchen, are you referring to this blog post? It covers how to utilize TPMs with Connext Secure: 

https://www.rti.com/blog/become-the-keymaster-why-you-should-use-tpm-with-rti-connext-dds-secure

Offline
Last seen: 1 year 11 months ago
Joined: 04/07/2022
Posts: 9

Yes. I'm talking about the above document.

wonding wether it works with windows/mac os?

Offline
Last seen: 9 months 2 weeks ago
Joined: 03/09/2011
Posts: 4

Zhijun

That particular implementation was based on this TPM 2.0 engine for OpenSSL: https://github.com/tpm2-software/tpm2-tss-engine

This project is specific for Linux (I just checked and it seems there is no mention to Windows or Mac OS).

In general the DDS Security plug-in uses OpenSSL and if you are using the latest version of the DDS Security plug-in you can specify the external engine for cryptographic operations (so if you have OpenSSL with TPM2 engine, that's all you need).

I am not familiar with what is available on Windows and Mac in terms of support for TPM, but it seems that the tpm2-software project on Github is only for Linux.

Regards,

Fabrizio