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

Fixing typos #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
4 changes: 2 additions & 2 deletions src/draft-sqrl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -914,14 +914,14 @@ VUK = ed25519_public_key( curve25519_key_agreement( ILK, RLK ));]]></artwork>
<t>TODO</t>
<section title="Protocol Version">
<t>SQRL protocol versions are specified by integers starting at 1.</t>
<t>Both client and server MUST declare the set of SQRL protocol versions it understands, supports, and is willing to use. This protocol version declaration MUST be the first name=value pair appearing in the argument list and MUST be one of the following formats:
<t>Both client and server MUST declare the set of SQRL protocol versions they understand, support, and are willing to use. This protocol version declaration MUST be the first name=value pair appearing in the argument list and MUST be one of the following formats:
<list style="symbols">
<t>A single supported version (e.g., "ver=1", signifying that only version 1 of the SQRL protocol is supported)</t>
<t>Multiple supported versions via a comma-separated list (e.g., "ver=1,3", signifying that versions 1 and 3 of the SQRL protocol are supported, but not 2)</t>
<t>A range of versions via hyphenation (e.g., "ver=1-3", signifying that versions 1, 2, and 3 of the SQRL protocol are supported)</t>
<t>A combination of these techniques (e.g., "ver=1-3,5", signifying that versions 1, 2, 3, and 5 of the SQRL protocol are supported, but not 4)</t>
</list></t>
<t>Once both client and server have declared their supported version sets, the version used MUST be the highest version number in the intersection of these sets.</t>
<t>The version used MUST be the highest version number supported by both client and server.</t>
</section>
<section title="Commands">
<t>TODO</t>
Expand Down