hannestschofenig / mbedtls

An open source, portable, easy to use, readable and flexible SSL library
https://tls.mbed.org
Apache License 2.0
15 stars 8 forks source link

Add support for attestation via PARSEC #407

Open ionut-arm opened 1 year ago

ionut-arm commented 1 year ago

Hey!

I've added some stuff as part of the PoC, to enable the integration with Parsec. Let me know if we should move to a different fork/branch instead.

Description

Adding a new configuration flag to allow selection of PARSEC as the attestation mechanism of choice. The built-in EAT token generation is excluded when the flag isn't set.

Also enabling ssl_clent2 to make use of this integration.

cc @thomas-fossati