SIDR Working Group S. Turner
Internet-Draft IECA, Inc.
Intended status: BCP K. Patel
Expires: August 27, 2013 Cisco Systems
R. Bush
Internet Initiative Japan, Inc.
February 23, 2013
Router Keying for BGPsec
draft-ietf-sidr-rtr-keying-01
Abstract
BGPsec-speaking routers must be provisioned with private keys and the
corresponding public key must be published in the global RPKI
(Resource Public Key Infrastructure). This document describes two
ways of provisioning public/private keys, router-driven and operator-
driven.
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 August 27, 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
Turner, et al. Expires August 27, 2013 [Page 1]
Internet-Draft Router Keying for BGPsec February 23, 2013
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.
1. Introduction
BGPsec-speaking routers must be provisioned with private keys and the
corresponding public key must be published in the global RPKI
(Resource Public Key Infrastructure). The public key is published in
the RPKI in the form of a certificate [I-D.ietf-sidr-bgpsec-pki-
profiles]. This document describes two methods for generating the
necessary public/private key-pair: router-driven and operator-driven.
The difference between the two models is where the keys are
generated. Keys are generated on the router in the router-drive
method but elsewhere by the operator in the operator-drive model.
The router-driven model is most familiar to PKI subscribers because
its design supports CPs (Certification Policies), often times for
human subscribers, that require the private key only ever be
controlled by the subscriber to ensure that no one can impersonate
the subscriber. For non-humans, this model does not always work in
particular when an operator wants to support hot-swappable routers
the same private key needs to be installed in the soon-to-be online
router that was installed in the soon-to-be offline router.
The remainder of this document describes how operators can use the
two methods to provision new and existing routers.
Note that in both models, the key pair is for algorithms defined in
[I-D.ietf-sidr-bgpsec-algs]. The first version specifies ECDSA on
the P-256 curve.
2. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in RFC
2119 [RFC2119].
It is assumed that the reader understands BGPsec [I-D.ietf-sidr-
bgpsec-overview] [I-D.ietf-sidr-bgpsec-protocol], the RPKI [RFC6480],
and [I-D.ietf-sidr-bgpsec-pki-profiles].
3. Provisioning a New Router
When commissioning a new router, operators may use either the router-
driven or operator-drive methods. Regardless of the method chosen,
the operator first needs to establish a secure communication channel
Turner, et al. Expires August 27, 2013 [Page 2]