Difference between revisions of "Attestation"

From MgmtWiki
Jump to: navigation, search
(Solutions)
(Solutions)
 
Line 10: Line 10:
 
* [https://developer.apple.com/documentation/devicecheck/dcappattestservice/3573911-attestkey attestKey(_:clientDataHash:completionHandler:)] Asks Apple to attest to the validity of a generated cryptographic key.
 
* [https://developer.apple.com/documentation/devicecheck/dcappattestservice/3573911-attestkey attestKey(_:clientDataHash:completionHandler:)] Asks Apple to attest to the validity of a generated cryptographic key.
 
* [https://trbouma.substack.com/p/the-medieval-innovation-weve-misunderstood The Medieval Innovation We’ve Misunderstood] Credentials Were Always About the Records
 
* [https://trbouma.substack.com/p/the-medieval-innovation-weve-misunderstood The Medieval Innovation We’ve Misunderstood] Credentials Were Always About the Records
Tim Bouma 2025-08-11   
+
Tim Bouma 2025-08-11  What was being attested + who was doing the attestation.
What was being attested + who was doing the attestation.
 
  
 
==References==
 
==References==

Latest revision as of 17:47, 12 August 2025

Full Title or Meme

Attestation in computing devices typically means a statement from a Trust Authority about the security of statements made by some other computing device.

Context

A Remote Attestation Service was proposed as a service that would accept statements from a TPM to verify that the code running on the computer was that approved by the manufacturer.

Solutions

Tim Bouma 2025-08-11 What was being attested + who was doing the attestation.

References