RFC 6962 - Certificate Transparency
Category: Experimental
Published: June 2013
Authors: B. Laurie, A. Langley, E. Kasper (Google)
Abstract
This document describes an experimental protocol for publicly logging the existence of Transport Layer Security (TLS) certificates as they are issued or observed, in a manner that allows anyone to audit certificate authority (CA) activity and notice the issuance of suspect certificates as well as to audit the certificate logs themselves. The intent is that eventually clients would refuse to honor certificates that do not appear in a log, effectively forcing CAs to add all issued certificates to the logs.
Logs are network services that implement the protocol operations for submissions and queries that are defined in this document.
Status of This Memo
This document is not an Internet Standards Track specification; it is published for examination, experimental implementation, and evaluation.
This document defines an Experimental Protocol for the Internet community. This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Not all documents approved by the IESG are a candidate for any level of Internet Standard; see Section 2 of RFC 5741.
Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at http://www.rfc-editor.org/info/rfc6962.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
Contents
- 1. Informal Introduction
- 2. Cryptographic Components
- 3. Log Format and Operation
- 4. Log Client Messages
- 4.1. Add Chain to Log
- 4.2. Add PreCertChain to Log
- 4.3. Retrieve Latest Signed Tree Head
- 4.4. Retrieve Merkle Consistency Proof between Two Signed Tree Heads
- 4.5. Retrieve Merkle Audit Proof from Log by Leaf Hash
- 4.6. Retrieve Entries from Log
- 4.7. Retrieve Accepted Root Certificates
- 4.8. Retrieve Entry+Merkle Audit Proof from Log
- 5. Clients
- 6. IANA Considerations
- 7. Security Considerations
- 8. Efficiency Considerations
- 9. Future Changes
- 10. Acknowledgements
- 11. References
- Authors' Addresses