ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos.html
Apache License 2.0
25 stars 9 forks source link

Feature: Enhance attested TLS #192

Closed danko-miladinovic closed 3 weeks ago

danko-miladinovic commented 3 months ago

Is your feature request related to a problem? Please describe.

The attested TLS mechanism should be upgraded to include custom TLS extension. The content of the extension should be the attestation report.

The report data field of the attestation report should still have the hash of the public key, but it should also have a random nonce added to it.

Describe the feature you are requesting, as well as the possible use case(s) for it.

The feature should align with: https://datatracker.ietf.org/doc/draft-fossati-tls-attestation/

Indicate the importance of this feature to you.

Must-have

Anything else?

No response

drasko commented 3 months ago

Please also do not forget in-handshake attestation. This one is extremely important and urgent!

dborovcanin commented 2 months ago

This is a requirement for #160.

dborovcanin commented 1 month ago

@SammyOina Please test as soon as PR is ready. This one is a priority.