The SODP (Secure Object Delivery Protocol) Server Interfaces: NSA's Profile for Delivery of Certificates, CRLs, and Symmetric Keys to Clients
draft-turner-sodp-profile-08
Network Working Group M. Jenkins
Internet Draft NSA
Intended Status: Informational Sean Turner
Expires: February 29, 2021 sn3rd
September 8, 2020
The SODP (Secure Object Delivery Protocol) Server Interfaces:
NSA's Profile for Delivery of Certificates,
CRLs, and Symmetric Keys to Clients
draft-turner-sodp-profile-08.txt
Abstract
This document specifies protocol interfaces profiled by the US NSA
(United States National Security Agency) for NSS (National Security
System) servers that provide public key certificates, CRLs
(Certificate Revocation Lists), and symmetric keys to NSS clients.
Servers that support these interfaces are referred to as SODP (Secure
Object Delivery Protocol) servers. The intended audience for this
profile comprises developers of client devices that will obtain key
management services from NSA-operated SODP servers. Interfaces
supported by SODP servers include: EST (Enrollment over Secure
Transport) and its extensions as well as CMC (Certificate Management
over CMS (Cryptographic Message Syntax)).
This profile applies to the capabilities, configuration, and
operation of all components of US National Security Systems (SP 800-
59). It is also appropriate for other US Government systems that
process high-value information. It is made publicly available for use
by developers and operators of these and any other system
deployments.
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."
Turner Expires February 29, 2021 [Page 1]
Internet-Draft The SODP Server Interfaces September 8, 2020
Copyright Notice
Copyright (c) 2020 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.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Documents to be Familiar With . . . . . . . . . . . . . . . 3
1.2. Document Organization . . . . . . . . . . . . . . . . . . 4
1.3. Environment . . . . . . . . . . . . . . . . . . . . . . . 4
2. Abstract Syntax Notation One . . . . . . . . . . . . . . . . . 6
3. EST Interface . . . . . . . . . . . . . . . . . . . . . . . . 6
3.1. Hypertext Transfer Protocol Layer . . . . . . . . . . . . 6
3.2. Transport Layer Security . . . . . . . . . . . . . . . . . 6
3.3. Eligibility . . . . . . . . . . . . . . . . . . . . . . . 6
3.4. Authentication . . . . . . . . . . . . . . . . . . . . . . 7
3.5. Authorization . . . . . . . . . . . . . . . . . . . . . . 7
3.6. EST and EST Extensions . . . . . . . . . . . . . . . . . . 7
3.6.1. /pal . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.6.2. /cacerts . . . . . . . . . . . . . . . . . . . . . . . 7
3.6.3. /simpleenroll . . . . . . . . . . . . . . . . . . . . 8
3.6.4. /simplereenroll . . . . . . . . . . . . . . . . . . . 8
3.6.5. /fullcmc . . . . . . . . . . . . . . . . . . . . . . . 8
3.6.6. /serverkeygen . . . . . . . . . . . . . . . . . . . . 8
3.6.7. /csrattrs . . . . . . . . . . . . . . . . . . . . . . 9
3.6.8. /crls . . . . . . . . . . . . . . . . . . . . . . . . 9
3.6.9. /symmetrickeys . . . . . . . . . . . . . . . . . . . . 9
3.6.10. /eecerts, /firmware, /tamp . . . . . . . . . . . . . 9
4. CMC Interface . . . . . . . . . . . . . . . . . . . . . . . . 10
Show full document text