source: draft-ietf-httpbis-authscheme-registrations/09/draft-ietf-httpbis-authscheme-registrations.html @ 2498

Last change on this file since 2498 was 2498, checked in by julian.reschke@…, 9 years ago

Update references to -25.

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/html;charset=utf-8
File size: 21.8 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD HTML 4.01//EN">
3<html lang="en">
4   <head profile="http://dublincore.org/documents/2008/08/04/dc-html/">
5      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6      <title>Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP)
7         Authentication&nbsp;Scheme&nbsp;Registrations
8      </title><script>
9var buttonsAdded = false;
10
11function init() {
12  var fb = document.createElement("div");
13  fb.className = "feedback noprint";
14  fb.setAttribute("onclick", "feedback();");
15  fb.appendChild(document.createTextNode("feedback"));
16
17  var bodyl = document.getElementsByTagName("body");
18  bodyl.item(0).appendChild(fb);
19}
20
21function feedback() {
22  toggleButtonsToElementsByName("h1");
23  toggleButtonsToElementsByName("h2");
24  toggleButtonsToElementsByName("h3");
25  toggleButtonsToElementsByName("h4");
26
27  buttonsAdded = !buttonsAdded;
28}
29
30function toggleButtonsToElementsByName(name) {
31  var list = document.getElementsByTagName(name);
32  for (var i = 0; i < list.length; i++) {
33    toggleButton(list.item(i));
34  }
35}
36
37function toggleButton(node) {
38  if (! buttonsAdded) {
39
40    // docname
41    var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:";
42
43    var id = node.getAttribute("id");
44    // better id available?
45    var titlelinks = node.getElementsByTagName("a");
46    for (var i = 0; i < titlelinks.length; i++) {
47      var tl = titlelinks.item(i);
48      if (tl.getAttribute("id")) {
49        id = tl.getAttribute("id");
50      }
51    }
52
53    // ref
54    var ref = window.location.toString();
55    var hash = ref.indexOf("#");
56    if (hash != -1) {
57      ref = ref.substring(0, hash);
58    }
59    if (id != "") {
60      ref += "#" + id;
61    }
62
63    // docname
64    var docname = "draft-ietf-httpbis-authscheme-registrations-09";
65
66    // section
67    var section = node.textContent;
68    section = section.replace("\u00a0", " ");
69
70    // build URI from template
71    var uri = template.replace("{docname}", encodeURIComponent(docname));
72    uri = uri.replace("{section}", encodeURIComponent(section));
73    uri = uri.replace("{ref}", encodeURIComponent(ref));
74
75    var button = document.createElement("a");
76    button.className = "fbbutton noprint";
77    button.setAttribute("href", uri);
78    button.appendChild(document.createTextNode("send feedback"));
79    node.appendChild(button);
80  }
81  else {
82    var buttons = node.getElementsByTagName("a");
83    for (var i = 0; i < buttons.length; i++) {
84      var b = buttons.item(i);
85      if (b.className == "fbbutton noprint") {
86        node.removeChild(b);
87      }
88    }
89  }
90}</script><style type="text/css" title="Xml2Rfc (sans serif)">
91a {
92  text-decoration: none;
93}
94a.smpl {
95  color: black;
96}
97a:hover {
98  text-decoration: underline;
99}
100a:active {
101  text-decoration: underline;
102}
103address {
104  margin-top: 1em;
105  margin-left: 2em;
106  font-style: normal;
107}
108body {
109  color: black;
110  font-family: cambria, helvetica, arial, sans-serif;
111  font-size: 11pt;
112  margin-right: 2em;
113}
114cite {
115  font-style: normal;
116}
117dl {
118  margin-left: 2em;
119}
120ul.empty {
121  list-style-type: none;
122}
123ul.empty li {
124  margin-top: .5em;
125}
126dl p {
127  margin-left: 0em;
128}
129dt {
130  margin-top: .5em;
131}
132h1 {
133  font-size: 130%;
134  line-height: 21pt;
135  page-break-after: avoid;
136}
137h1.np {
138  page-break-before: always;
139}
140h2 {
141  font-size: 120%;
142  line-height: 15pt;
143  page-break-after: avoid;
144}
145h3, h4, h5, h6 {
146  font-size: 110%;
147  page-break-after: avoid;
148}
149h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
150  color: black;
151}
152img {
153  margin-left: 3em;
154}
155li {
156  margin-left: 2em;
157}
158ol {
159  margin-left: 2em;
160}
161ol.la {
162  list-style-type: lower-alpha;
163}
164ol.ua {
165  list-style-type: upper-alpha;
166}
167ol p {
168  margin-left: 0em;
169}
170p {
171  margin-left: 2em;
172}
173pre {
174  margin-left: 3em;
175  background-color: lightyellow;
176  padding: .25em;
177  page-break-inside: avoid;
178}
179pre.text2 {
180  border-style: dotted;
181  border-width: 1px;
182  background-color: #f0f0f0;
183  width: 69em;
184}
185pre.inline {
186  background-color: white;
187  padding: 0em;
188}
189pre.text {
190  border-style: dotted;
191  border-width: 1px;
192  background-color: #f8f8f8;
193  width: 69em;
194}
195pre.drawing {
196  border-style: solid;
197  border-width: 1px;
198  background-color: #f8f8f8;
199  padding: 2em;
200}
201table {
202  margin-left: 2em;
203}
204table.tt {
205  vertical-align: top;
206}
207table.full {
208  border-style: outset;
209  border-width: 1px;
210}
211table.headers {
212  border-style: outset;
213  border-width: 1px;
214}
215table.tt td {
216  vertical-align: top;
217}
218table.full td {
219  border-style: inset;
220  border-width: 1px;
221}
222table.tt th {
223  vertical-align: top;
224}
225table.full th {
226  border-style: inset;
227  border-width: 1px;
228}
229table.headers th {
230  border-style: none none inset none;
231  border-width: 1px;
232}
233table.left {
234  margin-right: auto;
235}
236table.right {
237  margin-left: auto;
238}
239table.center {
240  margin-left: auto;
241  margin-right: auto;
242}
243caption {
244  caption-side: bottom;
245  font-weight: bold;
246  font-size: 10pt;
247  margin-top: .5em;
248}
249
250table.header {
251  border-spacing: 1px;
252  width: 95%;
253  font-size: 11pt;
254  color: white;
255}
256td.top {
257  vertical-align: top;
258}
259td.topnowrap {
260  vertical-align: top;
261  white-space: nowrap;
262}
263table.header td {
264  background-color: gray;
265  width: 50%;
266}
267td.reference {
268  vertical-align: top;
269  white-space: nowrap;
270  padding-right: 1em;
271}
272thead {
273  display:table-header-group;
274}
275ul.toc, ul.toc ul {
276  list-style: none;
277  margin-left: 1.5em;
278  padding-left: 0em;
279}
280ul.toc li {
281  line-height: 150%;
282  font-weight: bold;
283  margin-left: 0em;
284}
285ul.toc li li {
286  line-height: normal;
287  font-weight: normal;
288  font-size: 10pt;
289  margin-left: 0em;
290}
291li.excluded {
292  font-size: 0pt;
293}
294ul p {
295  margin-left: 0em;
296}
297.title, .filename, h1, h2, h3, h4 {
298  font-family: candara, helvetica, arial, sans-serif;
299}
300samp, tt, code, pre {
301  font: consolas, monospace;
302}
303
304.comment {
305  background-color: yellow;
306}
307.center {
308  text-align: center;
309}
310.error {
311  color: red;
312  font-style: italic;
313  font-weight: bold;
314}
315.figure {
316  font-weight: bold;
317  text-align: center;
318  font-size: 10pt;
319}
320.filename {
321  color: #333333;
322  font-size: 75%;
323  font-weight: bold;
324  line-height: 21pt;
325  text-align: center;
326}
327.fn {
328  font-weight: bold;
329}
330.left {
331  text-align: left;
332}
333.right {
334  text-align: right;
335}
336.title {
337  color: green;
338  font-size: 150%;
339  line-height: 18pt;
340  font-weight: bold;
341  text-align: center;
342  margin-top: 36pt;
343}
344.warning {
345  font-size: 130%;
346  background-color: yellow;
347}
348.feedback {
349  position: fixed;
350  bottom: 1%;
351  right: 1%;
352  padding: 3px 5px;
353  color: white;
354  border-radius: 5px;
355  background: #a00000;
356  border: 1px solid silver;
357}
358.fbbutton {
359  margin-left: 1em;
360  color: #303030;
361  font-size: small;
362  font-weight: normal;
363  background: #d0d000;
364  padding: 1px 4px;
365  border: 1px solid silver;
366  border-radius: 5px;
367}
368
369@media print {
370  .noprint {
371    display: none;
372  }
373
374  a {
375    color: black;
376    text-decoration: none;
377  }
378
379  table.header {
380    width: 90%;
381  }
382
383  td.header {
384    width: 50%;
385    color: black;
386    background-color: white;
387    vertical-align: top;
388    font-size: 110%;
389  }
390
391  ul.toc a:nth-child(2)::after {
392    content: leader('.') target-counter(attr(href), page);
393  }
394
395  ul.ind li li a {
396    content: target-counter(attr(href), page);
397  }
398
399  .print2col {
400    column-count: 2;
401    -moz-column-count: 2;
402    column-fill: auto;
403  }
404}
405
406@page {
407  @top-left {
408       content: "Internet-Draft";
409  }
410  @top-right {
411       content: "November 2013";
412  }
413  @top-center {
414       content: "HTTP Authentication Scheme Registrations";
415  }
416  @bottom-left {
417       content: "Reschke";
418  }
419  @bottom-center {
420       content: "Expires May 21, 2014";
421  }
422  @bottom-right {
423       content: "[Page " counter(page) "]";
424  }
425}
426
427@page:first {
428    @top-left {
429      content: normal;
430    }
431    @top-right {
432      content: normal;
433    }
434    @top-center {
435      content: normal;
436    }
437}
438</style><link rel="Contents" href="#rfc.toc">
439      <link rel="Author" href="#rfc.authors">
440      <link rel="Copyright" href="#rfc.copyrightnotice">
441      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
442      <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2">
443      <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3">
444      <link rel="Chapter" href="#rfc.section.4" title="4 Normative References">
445      <link rel="Appendix" title="A Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.A">
446      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.607, 2013/10/15 13:23:22, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
447      <link rel="schema.dct" href="http://purl.org/dc/terms/">
448      <meta name="dct.creator" content="Reschke, J. F.">
449      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations-09">
450      <meta name="dct.issued" scheme="ISO8601" content="2013-11-17">
451      <meta name="dct.abstract" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established.">
452      <meta name="description" content="This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track RFCs before the IANA HTTP Authentication Scheme Registry was established.">
453   </head>
454   <body onload="init();">
455      <table class="header">
456         <tbody>
457            <tr>
458               <td class="left">HTTPbis Working Group</td>
459               <td class="right">J. Reschke</td>
460            </tr>
461            <tr>
462               <td class="left">Internet-Draft</td>
463               <td class="right">greenbytes</td>
464            </tr>
465            <tr>
466               <td class="left">Intended status: Informational</td>
467               <td class="right">November 17, 2013</td>
468            </tr>
469            <tr>
470               <td class="left">Expires: May 21, 2014</td>
471               <td class="right"></td>
472            </tr>
473         </tbody>
474      </table>
475      <p class="title">Initial Hypertext&nbsp;Transfer&nbsp;Protocol&nbsp;(HTTP) Authentication&nbsp;Scheme&nbsp;Registrations<br><span class="filename">draft-ietf-httpbis-authscheme-registrations-09</span></p>
476      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
477      <p>This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
478         RFCs before the IANA HTTP Authentication Scheme Registry was established.
479      </p>
480      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
481      <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at &lt;<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>&gt;.
482      </p>
483      <p>The current issues list is at &lt;<a href="http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations">http://trac.tools.ietf.org/wg/httpbis/trac/query?component=authscheme-registrations</a>&gt; and related documents (including fancy diffs) can be found at &lt;<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>&gt;.
484      </p>
485      <p>The changes in this draft are summarized in <a href="#changes.since.08" title="Since draft-ietf-httpbis-authscheme-registrations-08">Appendix&nbsp;A.1</a>.
486      </p>
487      <div id="rfc.status">
488         <h1><a href="#rfc.status">Status of This Memo</a></h1>
489         <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
490         <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute
491            working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>.
492         </p>
493         <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
494            documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
495            in progress”.
496         </p>
497         <p>This Internet-Draft will expire on May 21, 2014.</p>
498      </div>
499      <div id="rfc.copyrightnotice">
500         <h1><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
501         <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
502         <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights
503            and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License
504            text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified
505            BSD License.
506         </p>
507      </div>
508      <hr class="noprint">
509      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
510      <ul class="toc">
511         <li><a href="#rfc.section.1">1.</a>&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
512         <li><a href="#rfc.section.2">2.</a>&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
513         <li><a href="#rfc.section.3">3.</a>&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
514         <li><a href="#rfc.section.4">4.</a>&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
515         <li><a href="#rfc.authors">Author's Address</a></li>
516         <li><a href="#rfc.section.A">A.</a>&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul>
517               <li><a href="#rfc.section.A.1">A.1</a>&nbsp;&nbsp;&nbsp;<a href="#changes.since.08">Since draft-ietf-httpbis-authscheme-registrations-08</a></li>
518            </ul>
519         </li>
520      </ul>
521      <div id="introduction">
522         <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a href="#introduction">Introduction</a></h1>
523         <p id="rfc.section.1.p.1">This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
524            RFCs before the IANA HTTP Authentication Scheme Registry was established.
525         </p>
526      </div>
527      <div id="security.considerations">
528         <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a href="#security.considerations">Security Considerations</a></h1>
529         <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
530      </div>
531      <div id="iana.considerations">
532         <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a href="#iana.considerations">IANA Considerations</a></h1>
533         <p id="rfc.section.3.p.1">The table below provides registrations of HTTP authentication schemes to be added to the IANA HTTP Authentication Scheme registry
534            at &lt;<a href="http://www.iana.org/assignments/http-authschemes">http://www.iana.org/assignments/http-authschemes</a>&gt; (see <a href="draft-ietf-httpbis-p7-auth-25.html#authentication.scheme.registry" title="Authentication Scheme Registry">Section 5.1</a> of <a href="#draft-ietf-httpbis-p7-auth"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Authentication">[draft-ietf-httpbis-p7-auth]</cite></a>).
535         </p>
536         <div id="rfc.table.u.1">
537            <table class="tt full left" cellpadding="3" cellspacing="0">
538               <thead>
539                  <tr>
540                     <th>Authentication Scheme Name</th>
541                     <th>Reference</th>
542                     <th>Notes</th>
543                  </tr>
544               </thead>
545               <tbody>
546                  <tr>
547                     <td class="left">Basic</td>
548                     <td class="left"><a href="#RFC2617"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>, <a href="http://tools.ietf.org/html/rfc2617#section-2">Section 2</a></td>
549                     <td class="left"></td>
550                  </tr>
551                  <tr>
552                     <td class="left">Bearer</td>
553                     <td class="left"><a href="#RFC6750"><cite title="The OAuth 2.0 Authorization Framework: Bearer Token Usage">[RFC6750]</cite></a></td>
554                     <td class="left"></td>
555                  </tr>
556                  <tr>
557                     <td class="left">Digest</td>
558                     <td class="left"><a href="#RFC2617"><cite title="HTTP Authentication: Basic and Digest Access Authentication">[RFC2617]</cite></a>, <a href="http://tools.ietf.org/html/rfc2617#section-3">Section 3</a></td>
559                     <td class="left"></td>
560                  </tr>
561                  <tr>
562                     <td class="left">Negotiate</td>
563                     <td class="left"><a href="#RFC4559"><cite title="SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows">[RFC4559]</cite></a>, <a href="http://tools.ietf.org/html/rfc4559#section-3">Section 3</a></td>
564                     <td class="left">This authentication scheme violates both HTTP semantics (being connection-oriented) and syntax (use of syntax incompatible
565                        with the WWW-Authenticate and Authorization header field syntax).
566                     </td>
567                  </tr>
568                  <tr>
569                     <td class="left">OAuth</td>
570                     <td class="left"><a href="#RFC5849"><cite title="The OAuth 1.0 Protocol">[RFC5849]</cite></a>, <a href="http://tools.ietf.org/html/rfc5849#section-3.5.1">Section 3.5.1</a></td>
571                     <td class="left"></td>
572                  </tr>
573               </tbody>
574            </table>
575         </div>
576      </div>
577      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
578      </h1>
579      <table>
580         <tr>
581            <td class="reference"><b id="RFC2617">[RFC2617]</b></td>
582            <td class="top"><a href="mailto:john@math.nwu.edu" title="Northwestern University, Department of Mathematics">Franks, J.</a>, <a href="mailto:pbaker@verisign.com" title="Verisign Inc.">Hallam-Baker, P.</a>, <a href="mailto:jeff@AbiSource.com" title="AbiSource, Inc.">Hostetler, J.</a>, <a href="mailto:lawrence@agranat.com" title="Agranat Systems, Inc.">Lawrence, S.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, Luotonen, A., and <a href="mailto:stewart@OpenMarket.com" title="Open Market, Inc.">L. Stewart</a>, “<a href="http://tools.ietf.org/html/rfc2617">HTTP Authentication: Basic and Digest Access Authentication</a>”, RFC&nbsp;2617, June&nbsp;1999.
583            </td>
584         </tr>
585         <tr>
586            <td class="reference"><b id="RFC4559">[RFC4559]</b></td>
587            <td class="top">Jaganathan, K., Zhu, L., and J. Brezak, “<a href="http://tools.ietf.org/html/rfc4559">SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows</a>”, RFC&nbsp;4559, June&nbsp;2006.
588            </td>
589         </tr>
590         <tr>
591            <td class="reference"><b id="RFC5849">[RFC5849]</b></td>
592            <td class="top">Hammer-Lahav, E., “<a href="http://tools.ietf.org/html/rfc5849">The OAuth 1.0 Protocol</a>”, RFC&nbsp;5849, April&nbsp;2010.
593            </td>
594         </tr>
595         <tr>
596            <td class="reference"><b id="RFC6750">[RFC6750]</b></td>
597            <td class="top">Jones, M. and D. Hardt, “<a href="http://tools.ietf.org/html/rfc6750">The OAuth 2.0 Authorization Framework: Bearer Token Usage</a>”, RFC&nbsp;6750, October&nbsp;2012.
598            </td>
599         </tr>
600         <tr>
601            <td class="reference"><b id="draft-ietf-httpbis-p7-auth">[draft-ietf-httpbis-p7-auth]</b></td>
602            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a> and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-25">Hypertext Transfer Protocol (HTTP/1.1): Authentication</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p7-auth-25 (work in progress), November&nbsp;2013.
603            </td>
604         </tr>
605      </table>
606      <div class="avoidbreak">
607         <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
608         <p><b>Julian F. Reschke</b><br>greenbytes GmbH<br>Hafenweg 16<br>Muenster, NW&nbsp;48155<br>Germany<br>Email: <a href="mailto:julian.reschke@greenbytes.de">julian.reschke@greenbytes.de</a><br>URI: <a href="http://greenbytes.de/tech/webdav/">http://greenbytes.de/tech/webdav/</a></p>
609      </div>
610      <div id="change.log">
611         <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a>&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>
612         <p id="rfc.section.A.p.1">Changes up to the IETF Last Call draft are summarized in &lt;<a href="http://trac.tools.ietf.org/html/draft-ietf-httpbis-authscheme-registrations-08#appendix-B">http://trac.tools.ietf.org/html/draft-ietf-httpbis-authscheme-registrations-08#appendix-B</a>&gt;.
613         </p>
614         <div id="changes.since.08">
615            <h2 id="rfc.section.A.1"><a href="#rfc.section.A.1">A.1</a>&nbsp;<a href="#changes.since.08">Since draft-ietf-httpbis-authscheme-registrations-08</a></h2>
616            <p id="rfc.section.A.1.p.1">Closed issues: </p>
617            <ul>
618               <li>&lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/514">http://tools.ietf.org/wg/httpbis/trac/ticket/514</a>&gt;: "registration tables should be inside IANA considerations"
619               </li>
620            </ul>
621            <p id="rfc.section.A.1.p.2">Clarified the IANA action to say "add".</p>
622            <p id="rfc.section.A.1.p.3">Updated httpbis reference.</p>
623         </div>
624      </div>
625   </body>
626</html>
Note: See TracBrowser for help on using the repository browser.