source: draft-ietf-httpbis-authscheme-registrations/03/draft-ietf-httpbis-authscheme-registrations.html @ 1859

Last change on this file since 1859 was 1541, checked in by julian.reschke@…, 11 years ago

create new authscheme-registrations draft (due to expiry date)

File size: 22.1 KB
Line 
1<!DOCTYPE html
2  PUBLIC "-//W3C//DTD HTML 4.01//EN">
3<html lang="en">
4   <head profile="http://www.w3.org/2006/03/hcard 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-03";
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: verdana, helvetica, arial, sans-serif;
111  font-size: 10pt;
112}
113cite {
114  font-style: normal;
115}
116dd {
117  margin-right: 2em;
118}
119dl {
120  margin-left: 2em;
121}
122
123ul.empty {
124  list-style-type: none;
125}
126ul.empty li {
127  margin-top: .5em;
128}
129dl p {
130  margin-left: 0em;
131}
132dt {
133  margin-top: .5em;
134}
135h1 {
136  font-size: 14pt;
137  line-height: 21pt;
138  page-break-after: avoid;
139}
140h1.np {
141  page-break-before: always;
142}
143h1 a {
144  color: #333333;
145}
146h2 {
147  font-size: 12pt;
148  line-height: 15pt;
149  page-break-after: avoid;
150}
151h3, h4, h5, h6 {
152  font-size: 10pt;
153  page-break-after: avoid;
154}
155h2 a, h3 a, h4 a, h5 a, h6 a {
156  color: black;
157}
158img {
159  margin-left: 3em;
160}
161li {
162  margin-left: 2em;
163  margin-right: 2em;
164}
165ol {
166  margin-left: 2em;
167  margin-right: 2em;
168}
169ol.la {
170  list-style-type: lower-alpha;
171}
172ol.ua {
173  list-style-type: upper-alpha;
174}
175ol p {
176  margin-left: 0em;
177}
178p {
179  margin-left: 2em;
180  margin-right: 2em;
181}
182pre {
183  margin-left: 3em;
184  background-color: lightyellow;
185  padding: .25em;
186}
187pre.text2 {
188  border-style: dotted;
189  border-width: 1px;
190  background-color: #f0f0f0;
191  width: 69em;
192}
193pre.inline {
194  background-color: white;
195  padding: 0em;
196}
197pre.text {
198  border-style: dotted;
199  border-width: 1px;
200  background-color: #f8f8f8;
201  width: 69em;
202}
203pre.drawing {
204  border-style: solid;
205  border-width: 1px;
206  background-color: #f8f8f8;
207  padding: 2em;
208}
209table {
210  margin-left: 2em;
211}
212table.tt {
213  vertical-align: top;
214}
215table.full {
216  border-style: outset;
217  border-width: 1px;
218}
219table.headers {
220  border-style: outset;
221  border-width: 1px;
222}
223table.tt td {
224  vertical-align: top;
225}
226table.full td {
227  border-style: inset;
228  border-width: 1px;
229}
230table.tt th {
231  vertical-align: top;
232}
233table.full th {
234  border-style: inset;
235  border-width: 1px;
236}
237table.headers th {
238  border-style: none none inset none;
239  border-width: 1px;
240}
241table.left {
242  margin-right: auto;
243}
244table.right {
245  margin-left: auto;
246}
247table.center {
248  margin-left: auto;
249  margin-right: auto;
250}
251caption {
252  caption-side: bottom;
253  font-weight: bold;
254  font-size: 9pt;
255  margin-top: .5em;
256}
257
258table.header {
259  border-spacing: 1px;
260  width: 95%;
261  font-size: 10pt;
262  color: white;
263}
264td.top {
265  vertical-align: top;
266}
267td.topnowrap {
268  vertical-align: top;
269  white-space: nowrap;
270}
271table.header td {
272  background-color: gray;
273  width: 50%;
274}
275td.reference {
276  vertical-align: top;
277  white-space: nowrap;
278  padding-right: 1em;
279}
280thead {
281  display:table-header-group;
282}
283ul.toc, ul.toc ul {
284  list-style: none;
285  margin-left: 1.5em;
286  margin-right: 0em;
287  padding-left: 0em;
288}
289ul.toc li {
290  line-height: 150%;
291  font-weight: bold;
292  font-size: 10pt;
293  margin-left: 0em;
294  margin-right: 0em;
295}
296ul.toc li li {
297  line-height: normal;
298  font-weight: normal;
299  font-size: 9pt;
300  margin-left: 0em;
301  margin-right: 0em;
302}
303li.excluded {
304  font-size: 0pt;
305}
306ul p {
307  margin-left: 0em;
308}
309
310.comment {
311  background-color: yellow;
312}
313.center {
314  text-align: center;
315}
316.error {
317  color: red;
318  font-style: italic;
319  font-weight: bold;
320}
321.figure {
322  font-weight: bold;
323  text-align: center;
324  font-size: 9pt;
325}
326.filename {
327  color: #333333;
328  font-weight: bold;
329  font-size: 12pt;
330  line-height: 21pt;
331  text-align: center;
332}
333.fn {
334  font-weight: bold;
335}
336.hidden {
337  display: none;
338}
339.left {
340  text-align: left;
341}
342.right {
343  text-align: right;
344}
345.title {
346  color: #990000;
347  font-size: 18pt;
348  line-height: 18pt;
349  font-weight: bold;
350  text-align: center;
351  margin-top: 36pt;
352}
353.vcardline {
354  display: block;
355}
356.warning {
357  font-size: 14pt;
358  background-color: yellow;
359}
360.feedback {
361  position: fixed;
362  bottom: 1%;
363  right: 1%;
364  padding: 3px 5px;
365  color: white;
366  border-radius: 5px;
367  background: #a00000;
368  border: 1px solid silver;
369}
370.fbbutton {
371  margin-left: 1em;
372  color: #303030;
373  font-size: small;
374  font-weight: normal;
375  background: #d0d000;
376  padding: 1px 4px;
377  border: 1px solid silver;
378  border-radius: 5px;
379}
380
381@media print {
382  .noprint {
383    display: none;
384  }
385 
386  a {
387    color: black;
388    text-decoration: none;
389  }
390
391  table.header {
392    width: 90%;
393  }
394
395  td.header {
396    width: 50%;
397    color: black;
398    background-color: white;
399    vertical-align: top;
400    font-size: 12pt;
401  }
402
403  ul.toc a::after {
404    content: leader('.') target-counter(attr(href), page);
405  }
406 
407  ul.ind li li a {
408    content: target-counter(attr(href), page);
409  }
410 
411  .print2col {
412    column-count: 2;
413    -moz-column-count: 2;
414    column-fill: auto;
415  }
416}
417
418@page {
419  @top-left {
420       content: "Internet-Draft";
421  }
422  @top-right {
423       content: "February 2012";
424  }
425  @top-center {
426       content: "HTTP Authentication Scheme Registrations";
427  }
428  @bottom-left {
429       content: "Reschke";
430  }
431  @bottom-center {
432       content: "Expires August 23, 2012";
433  }
434  @bottom-right {
435       content: "[Page " counter(page) "]";
436  }
437}
438
439@page:first {
440    @top-left {
441      content: normal;
442    }
443    @top-right {
444      content: normal;
445    }
446    @top-center {
447      content: normal;
448    }
449}
450</style><link rel="Contents" href="#rfc.toc">
451      <link rel="Author" href="#rfc.authors">
452      <link rel="Copyright" href="#rfc.copyrightnotice">
453      <link rel="Chapter" title="1 Introduction" href="#rfc.section.1">
454      <link rel="Chapter" title="2 Security Considerations" href="#rfc.section.2">
455      <link rel="Chapter" title="3 IANA Considerations" href="#rfc.section.3">
456      <link rel="Chapter" href="#rfc.section.4" title="4 Normative References">
457      <link rel="Appendix" title="A Initial Registry Contents" href="#rfc.section.A">
458      <link rel="Appendix" title="B Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.B">
459      <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.567, 2012-02-06 22:22:25, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">
460      <link rel="schema.dct" href="http://purl.org/dc/terms/">
461      <meta name="dct.creator" content="Reschke, J. F.">
462      <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-authscheme-registrations-03">
463      <meta name="dct.issued" scheme="ISO8601" content="2012-02-20">
464      <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.">
465      <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.">
466   </head>
467   <body onload="init();">
468      <table class="header">
469         <tbody>
470            <tr>
471               <td class="left">HTTPbis Working Group</td>
472               <td class="right">J. Reschke</td>
473            </tr>
474            <tr>
475               <td class="left">Internet-Draft</td>
476               <td class="right">greenbytes</td>
477            </tr>
478            <tr>
479               <td class="left">Intended status: Informational</td>
480               <td class="right">February 20, 2012</td>
481            </tr>
482            <tr>
483               <td class="left">Expires: August 23, 2012</td>
484               <td class="right"></td>
485            </tr>
486         </tbody>
487      </table>
488      <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-03</span></p>
489      <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
490      <p>This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
491         RFCs before the IANA HTTP Authentication Scheme Registry was established.
492      </p>
493      <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1>
494      <p>Discussion of this draft should take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived
495         at &lt;<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>&gt;.
496      </p> 
497      <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;.
498      </p> 
499      <p>The changes in this draft are summarized in <a href="#changes.since.02" title="Since draft-ietf-httpbis-authscheme-registrations-02">Appendix&nbsp;B.3</a>.
500      </p>
501      <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1>
502      <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
503      <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute
504         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>.
505      </p>
506      <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other
507         documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work
508         in progress”.
509      </p>
510      <p>This Internet-Draft will expire on August 23, 2012.</p>
511      <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1>
512      <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
513      <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
514         and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License
515         text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified
516         BSD License.
517      </p>
518      <hr class="noprint">
519      <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
520      <ul class="toc">
521         <li>1.&nbsp;&nbsp;&nbsp;<a href="#introduction">Introduction</a></li>
522         <li>2.&nbsp;&nbsp;&nbsp;<a href="#security.considerations">Security Considerations</a></li>
523         <li>3.&nbsp;&nbsp;&nbsp;<a href="#iana.considerations">IANA Considerations</a></li>
524         <li>4.&nbsp;&nbsp;&nbsp;<a href="#rfc.references">Normative References</a></li>
525         <li><a href="#rfc.authors">Author's Address</a></li>
526         <li>A.&nbsp;&nbsp;&nbsp;<a href="#initial.registry.contents">Initial Registry Contents</a></li>
527         <li>B.&nbsp;&nbsp;&nbsp;<a href="#change.log">Change Log (to be removed by RFC Editor before publication)</a><ul>
528               <li>B.1&nbsp;&nbsp;&nbsp;<a href="#changes.since.00">Since draft-ietf-httpbis-authscheme-registrations-00</a></li>
529               <li>B.2&nbsp;&nbsp;&nbsp;<a href="#changes.since.01">Since draft-ietf-httpbis-authscheme-registrations-01</a></li>
530               <li>B.3&nbsp;&nbsp;&nbsp;<a href="#changes.since.02">Since draft-ietf-httpbis-authscheme-registrations-02</a></li>
531            </ul>
532         </li>
533      </ul>
534      <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a>&nbsp;<a id="introduction" href="#introduction">Introduction</a></h1>
535      <p id="rfc.section.1.p.1">This document registers Hypertext Transfer Protocol (HTTP) authentication schemes which have been defined in standards-track
536         RFCs before the IANA HTTP Authentication Scheme Registry was established.
537      </p>
538      <h1 id="rfc.section.2"><a href="#rfc.section.2">2.</a>&nbsp;<a id="security.considerations" href="#security.considerations">Security Considerations</a></h1>
539      <p id="rfc.section.2.p.1">There are no security considerations related to the registration itself.</p>
540      <h1 id="rfc.section.3"><a href="#rfc.section.3">3.</a>&nbsp;<a id="iana.considerations" href="#iana.considerations">IANA Considerations</a></h1>
541      <p id="rfc.section.3.p.1"> <a href="#initial.registry.contents" title="Initial Registry Contents">Appendix&nbsp;A</a> provides initial registrations of HTTP authentication schemes for the IANA HTTP Authentication Scheme registry 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-18.html#authentication.scheme.registry" title="Authentication Scheme Registry">Section 2.3</a> of <a href="#draft-ietf-httpbis-p7-auth"><cite title="HTTP/1.1, part 7: Authentication">[draft-ietf-httpbis-p7-auth]</cite></a>).
542      </p>
543      <h1 id="rfc.references"><a href="#rfc.section.4" id="rfc.section.4">4.</a> Normative References
544      </h1>
545      <table>     
546         <tr>
547            <td class="reference"><b id="RFC2617">[RFC2617]</b></td>
548            <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.
549            </td>
550         </tr>
551         <tr>
552            <td class="reference"><b id="RFC4559">[RFC4559]</b></td>
553            <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.
554            </td>
555         </tr>
556         <tr>
557            <td class="reference"><b id="draft-ietf-httpbis-p7-auth">[draft-ietf-httpbis-p7-auth]</b></td>
558            <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:jg@freedesktop.org" title="Alcatel-Lucent Bell Labs">Gettys, J.</a>, <a href="mailto:JeffMogul@acm.org" title="Hewlett-Packard Company">Mogul, J.</a>, <a href="mailto:henrikn@microsoft.com" title="Microsoft Corporation">Frystyk, H.</a>, <a href="mailto:LMM@acm.org" title="Adobe Systems, Incorporated">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, <a href="mailto:timbl@w3.org" title="World Wide Web Consortium">Berners-Lee, T.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., 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-18">HTTP/1.1, part 7: Authentication</a>”, Internet-Draft&nbsp;draft-ietf-httpbis-p7-auth-18 (work in progress), January&nbsp;2012.
559            </td>
560         </tr>
561      </table>
562      <div class="avoidbreak">
563         <h1 id="rfc.authors"><a href="#rfc.authors">Author's Address</a></h1>
564         <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span><span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span>&nbsp;<span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline">Email: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address>
565      </div>
566      <h1 id="rfc.section.A" class="np"><a href="#rfc.section.A">A.</a>&nbsp;<a id="initial.registry.contents" href="#initial.registry.contents">Initial Registry Contents</a></h1>
567      <div id="rfc.table.u.1">
568         <table class="tt full left" cellpadding="3" cellspacing="0">
569            <thead>
570               <tr>
571                  <th>Authentication Scheme Name</th>
572                  <th>Reference</th>
573                  <th>Notes</th>
574               </tr>
575            </thead>
576            <tbody>
577               <tr>
578                  <td class="left">Basic</td>
579                  <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>
580                  <td class="left"></td>
581               </tr>
582               <tr>
583                  <td class="left">Digest</td>
584                  <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>
585                  <td class="left"></td>
586               </tr>
587               <tr>
588                  <td class="left">Negotiate</td>
589                  <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>
590                  <td class="left">This authentication scheme violates both HTTP semantics (being connection-oriented) and syntax (use of syntax incompatible
591                     with the WWW-Authenticate and Authorization header field syntax).
592                  </td>
593               </tr>
594            </tbody>
595         </table>
596      </div>
597      <h1 id="rfc.section.B"><a href="#rfc.section.B">B.</a>&nbsp;<a id="change.log" href="#change.log">Change Log (to be removed by RFC Editor before publication)</a></h1>
598      <h2 id="rfc.section.B.1"><a href="#rfc.section.B.1">B.1</a>&nbsp;<a id="changes.since.00" href="#changes.since.00">Since draft-ietf-httpbis-authscheme-registrations-00</a></h2>
599      <p id="rfc.section.B.1.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
600      <h2 id="rfc.section.B.2"><a href="#rfc.section.B.2">B.2</a>&nbsp;<a id="changes.since.01" href="#changes.since.01">Since draft-ietf-httpbis-authscheme-registrations-01</a></h2>
601      <p id="rfc.section.B.2.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
602      <p id="rfc.section.B.2.p.2">Closed issues: </p>
603      <ul>
604         <li> &lt;<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/308">http://tools.ietf.org/wg/httpbis/trac/ticket/308</a>&gt;: "need to reserve 'negotiate' as auth scheme name"
605         </li>
606      </ul>
607      <h2 id="rfc.section.B.3"><a href="#rfc.section.B.3">B.3</a>&nbsp;<a id="changes.since.02" href="#changes.since.02">Since draft-ietf-httpbis-authscheme-registrations-02</a></h2>
608      <p id="rfc.section.B.3.p.1">Update draft-ietf-httpbis-p7-auth reference.</p>
609   </body>
610</html>
Note: See TracBrowser for help on using the repository browser.