Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update registries draft per issue #1176 #1177

Merged
merged 5 commits into from
Mar 11, 2019
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 56 additions & 18 deletions draft-hodges-webauthn-registries.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@
<title>Registries for Web Authentication (WebAuthn)</title>

<author initials="J." surname="Hodges" fullname="Jeff Hodges">
<organization>PayPal</organization>
<organization>Google</organization>
<address>
<postal>
<street>2211 North First Street</street>
<city>San Jose</city>
<street>1600 Amphitheater Parkway</street>
<city>Mountain View</city>
<region>California</region>
<code>95131</code>
<code>94043</code>
<country>US</country>
</postal>
<email>Jeff.Hodges@PayPal.com</email>
<email>jdhodges@google.com</email>
<uri>http://kingsmountain.com/people/Jeff.Hodges/</uri>
</address>
</author>

<author fullname="Giridhar Mandyam" initials="G.D."
surname="Mandyam">
<organization>Qualcomm Technologies Inc.</organization>
Expand All @@ -65,7 +66,7 @@
</address>
</author>

<date month="February" year="2018" />
<date month="March" year="2019" />

<area>Security</area>
<workgroup>W3C WebAuthn Working Group</workgroup>
Expand All @@ -88,7 +89,7 @@
<section anchor="Introduction" title="Introduction">
<t>
This specification establishes IANA registries for W3C Web Authentication <xref
target="WebAuthn"/> attestation statement formats and extension identifiers.
target="WebAuthn"/> attestation statement format identifiers and extension identifiers.
The initial values for these registries are in the IANA Considerations
section of the <xref target="WebAuthn"/> specification.
</t>
Expand All @@ -100,7 +101,9 @@

<t>
WebAuthn attestation statement format identifiers are strings whose semantic, syntactic,
and string-matching criteria are specified in <xref target="WebAuthn"/>,
and string-matching criteria are specified in <xref target="WebAuthn"/>
<eref target="https://www.w3.org/TR/webauthn/#sctn-attstn-fmt-ids">
Section 8.1 "Attestation Statement Format Identifiers" </eref>,
along with the concepts of attestation and attestation statement formats.
</t>
<t>
Expand Down Expand Up @@ -160,17 +163,31 @@
the [email protected] mailing list).
</t>

<t>
<vspace blankLines="1" />
</t>


<section title="Initial WebAuthn Attestation Statement Format Identifier Registry Values"
anchor="sctn-reg-new-attstn-format-values">

<t>
The initial values for the WebAuthn Attestation Statement Format Identifier Registry are
to be populated from the values listed in
<eref target="https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-att-fmt-reg">
Section 11.1 "WebAuthn Attestation Statement Format Identifier
Registrations"</eref> of <xref target="WebAuthn"/>.
</t>

</section>
</section>


<section title="WebAuthn Extension Identifier Registry"
anchor="sctn-reg-new-extn-id">

<t>
WebAuthn extension identifiers are strings whose semantic, syntactic,
and string-matching criteria are specified in <xref target="WebAuthn"/>.
and string-matching criteria are specified in <xref target="WebAuthn"/>
<eref target="https://www.w3.org/TR/webauthn/#sctn-extension-id">
Section 9.1 "Extension Identifiers" </eref>.
</t>
<t>
WebAuthn extension identifiers are registered on the advice of a Designated Expert
Expand Down Expand Up @@ -225,6 +242,18 @@
the [email protected] mailing list).
</t>

<section title="Initial WebAuthn Extension Identifier Registry Values"
anchor="sctn-reg-new-extn-id-values">

<t>
The initial values for the WebAuthn Extension Identifier Registry are
to be populated from the values listed in
<eref target="https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-extensions-reg">
Section 11.2 "WebAuthn Extension Identifier Registrations"</eref>
of <xref target="WebAuthn"/>.
</t>

</section>
</section>

<section title="IANA Considerations" anchor="sctn-iana-cons">
Expand Down Expand Up @@ -302,6 +331,16 @@
<section anchor="sctn-history" title="Document History">
<t>[[ to be removed by the RFC Editor before publication as an RFC ]]</t>

<t>
-02
<list style="symbols">
<t>
Refresh now that the WebAuthn spec is at Recommendation (REC) maturity level.
</t>
</list>
</t>


<t>
-01
<list style="symbols">
Expand Down Expand Up @@ -330,7 +369,7 @@
&rfc2026;
&rfc5226;

<reference anchor="WebAuthn" target="https://w3c.github.io/webauthn/">
<reference anchor="WebAuthn" target="https://www.w3.org/TR/2019/REC-webauthn-1-20190304/">
<front>
<title>Web Authentication: An API for accessing Public Key Credentials</title>
<author initials="D." surname="Balfanz" fullname="Dirk Balfanz">
Expand All @@ -350,7 +389,7 @@
<author initials="J." surname="Hodges" fullname="Jeff Hodges">
<organization>PayPal</organization>
<address>
<email>Jeff.Hodges@paypal.com</email>
<email>jdhodges@google.com</email>
</address>
</author>

Expand Down Expand Up @@ -397,11 +436,10 @@
</address>
</author>

<date month="February" day="23" year="2018" />
<date month="March" day="4" year="2019" />
</front>
<seriesInfo name="" value="Editors' Draft" />
<seriesInfo name="World Wide Web Consortium (W3C)" value="Recommendation-track" />
<format type="HTML" target="https://w3c.github.io/webauthn/" />
<seriesInfo name="World Wide Web Consortium (W3C)" value="Recommendation" />
<format type="HTML" target="https://www.w3.org/TR/2019/REC-webauthn-1-20190304/" />
</reference>

</references>
Expand Down