-
Notifications
You must be signed in to change notification settings - Fork 1
/
est-coap.xml
150 lines (111 loc) · 4.23 KB
/
est-coap.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY I-D.behringer-autonomic-network-framework PUBLIC "" "http://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.behringer-homenet-trust-bootstrap.xml">
<!ENTITY I-D.irtf-nmrg-autonomic-network-definitions PUBLIC "" "http://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.irtf-nmrg-autonomic-network-definitions.xml">
<!ENTITY RFC2119 SYSTEM "http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC7030 SYSTEM "http://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.7030.xml">
]>
<rfc category="info"
docName="draft-ietf-anima-bootstrapping-keyinfra-02"
ipr="trust200902">
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<?rfc toc="yes" ?>
<?rfc compact="yes" ?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes"?>
<?rfc iprnotified="no" ?>
<?rfc strict="yes" ?>
<front>
<title>Bootstrapping Key Infrastructures</title>
<author fullname="Max Pritikin" initials="M." surname="Pritikin">
<organization>Cisco</organization>
<address>
<email>[email protected]</email>
</address>
</author>
<author fullname="Michael C. Richardson" initials="M."
surname="Richardson">
<organization abbrev="SSW">Sandelman Software Works</organization>
<address>
<postal>
<street>470 Dawson Avenue</street>
<city>Ottawa</city>
<region>ON</region>
<code>K1Z 5V7</code>
<country>CA</country>
</postal>
<email>[email protected]</email>
<uri>http://www.sandelman.ca/</uri>
</address>
</author>
<date year="2016" />
<area>Operations and Management</area>
<workgroup>ANIMA WG</workgroup>
<abstract>
<t>This document specifies use of DTLS and CoAP blockwise mode
to implement Enrolment over Secure Transport mechanisms specified in
RFC7030.</t>
</abstract>
</front>
<middle>
<section title="Introduction">
<t>
This is how to use CoAP blockwise mode.
</t>
</section>
</middle>
<back>
<references title="Normative References">
&RFC2119;
&RFC7030;
<?rfc include="reference.RFC.3542" ?>
<?rfc include="reference.RFC.5386" ?>
<?rfc include="reference.RFC.5660" ?>
<?rfc include="reference.RFC.7228" ?>
<?rfc include="reference.RFC.6762" ?>
<?rfc include="reference.RFC.6763" ?>
<?rfc include="reference.RFC.3927" ?>
<?rfc include="reference.RFC.4862" ?>
<reference anchor="IDevID"
target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
<front>
<title>IEEE 802.1AR Secure Device Identifier</title>
<author surname="IEEE Standard"></author>
<date month="December" year="2009" />
</front>
</reference>
</references>
<references title="Informative References">
&I-D.behringer-autonomic-network-framework;
&I-D.irtf-nmrg-autonomic-network-definitions;
<?rfc include="reference.I-D.ietf-ace-actors" ?>
<?rfc include="reference.I-D.richardson-anima-state-for-joinrouter" ?>
<?rfc include="reference.I-D.lear-mud-framework" ?>
<?rfc include="reference.I-D.ietf-netconf-zerotouch" ?>
<reference anchor="imprinting"
target="https://en.wikipedia.org/wiki/Imprinting_(psychology)">
<front>
<title>Wikipedia article: Imprinting</title>
<author surname="Wikipedia"></author>
<date month="July" year="2015" />
</front>
</reference>
<!-- http://dictionary.reference.com/cite.html?qh=pledge&ia=luna
@article {Dictionary.com2015,
title = {Dictionary.com Unabridged},
month = {Jul},
day = {03},
year = {2015},
url = {http://dictionary.reference.com/browse/pledge},
} -->
<reference anchor="pledge"
target="http://dictionary.reference.com/browse/pledge">
<front>
<title>Dictionary.com Unabridged</title>
<author surname="Dictionary.com"></author>
<date month="July" year="2015" />
</front>
</reference>
</references>
</back>
</rfc>