datatracker.ietf.org
Sign In
Version 4.45, 2013-05-14
Report a bug

Trust Assertions for Certificate Keys
draft-perrin-tls-tack-02

Active Internet-Draft (None)
Document Stream: No stream defined
Last updated: 2013-01-07
Intended RFC status: (None)
Other versions: plain text, xml, pdf, html

Document shepherd:(None)
Shepherd writeup

IESG State: I-D Exists
Responsible AD: (None)
Send notices to: No addresses provided

TLS Working Group                                         M. Marlinspike
Internet-Draft                                            T. Perrin, Ed.
Intended status: Standards Track                         January 7, 2013
Expires: July 11, 2013

                 Trust Assertions for Certificate Keys
                      draft-perrin-tls-tack-02.txt

Abstract

   This document defines a TLS Extension that enables a TLS server to
   support "pinning" to a self-chosen signing key.  A client contacting
   a pinned host will require the server to present a signature from the
   signing key over the TLS server's public key.

Status of this Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at http://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on July 11, 2013.

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.

Marlinspike & Perrin      Expires July 11, 2013                 [Page 1]
Internet-Draft    Trust Assertions for Certificate Keys     January 2013

Table of Contents

   1.  Introduction . . . . . . . . . . . . . . . . . . . . . . . . .  3
     1.1.  Requirements notation  . . . . . . . . . . . . . . . . . .  3
   2.  Overview . . . . . . . . . . . . . . . . . . . . . . . . . . .  4
     2.1.  Tack life cycle  . . . . . . . . . . . . . . . . . . . . .  4
     2.2.  Pin life cycle . . . . . . . . . . . . . . . . . . . . . .  5
   3.  TACK Extension . . . . . . . . . . . . . . . . . . . . . . . .  6
     3.1.  Definition of TackExtension  . . . . . . . . . . . . . . .  6
     3.2.  Explanation of TackExtension fields  . . . . . . . . . . .  7
       3.2.1.  Tack fields  . . . . . . . . . . . . . . . . . . . . .  7
       3.2.2.  TackExtension fields . . . . . . . . . . . . . . . . .  7
   4.  Client processing  . . . . . . . . . . . . . . . . . . . . . .  8
     4.1.  TACK pins  . . . . . . . . . . . . . . . . . . . . . . . .  8
     4.2.  High-level client processing . . . . . . . . . . . . . . .  8
     4.3.  Client processing details  . . . . . . . . . . . . . . . .  9
       4.3.1.  Check whether the TLS handshake is valid . . . . . . .  9
       4.3.2.  Check tack generations and update min_generations  . .  9
       4.3.3.  Determine the store's status . . . . . . . . . . . . . 10
       4.3.4.  Pin activation (optional)  . . . . . . . . . . . . . . 10
   5.  Application protocols and TACK . . . . . . . . . . . . . . . . 12
     5.1.  Pin scope  . . . . . . . . . . . . . . . . . . . . . . . . 12
     5.2.  TLS negotiation  . . . . . . . . . . . . . . . . . . . . . 12
     5.3.  Certificate verification . . . . . . . . . . . . . . . . . 12
   6.  Fingerprints . . . . . . . . . . . . . . . . . . . . . . . . . 13
   7.  Advice . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
     7.1.  For server operators . . . . . . . . . . . . . . . . . . . 14
     7.2.  For client implementers  . . . . . . . . . . . . . . . . . 15
   8.  Security considerations  . . . . . . . . . . . . . . . . . . . 16
     8.1.  For server operators . . . . . . . . . . . . . . . . . . . 16
     8.2.  For client implementers  . . . . . . . . . . . . . . . . . 16
     8.3.  Note on algorithm agility  . . . . . . . . . . . . . . . . 17
   9.  IANA considerations  . . . . . . . . . . . . . . . . . . . . . 18
     9.1.  New entry for the TLS ExtensionType Registry . . . . . . . 18
   10. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . 19
   11. Normative references . . . . . . . . . . . . . . . . . . . . . 20
   Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 21

Marlinspike & Perrin      Expires July 11, 2013                 [Page 2]