<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="socks-methods.xsl"?>
<?xml-model href="socks-methods.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="socks-methods">
  <title>SOCKS Methods</title>
  <updated>2017-08-31</updated>
  <registry id="socks-methods-1">
    <title>SOCKS Method Values</title>
    <xref type="rfc" data="rfc1928"/>
    <registration_rule>IESG Approval</registration_rule>
    <note>The SOCKS Method is a 8-bit number used to identify the authentication
method used with the SOCKS protocol <xref type="rfc" data="rfc1929"/>.
    </note>
    <record>
      <decimal>0</decimal>
      <hex>00</hex>
      <description>No Authentication Required</description>
      <xref type="rfc" data="rfc1928"/>
    </record>
    <record>
      <decimal>1</decimal>
      <hex>01</hex>
      <description>GSSAPI</description>
      <xref type="rfc" data="rfc1928"/>
    </record>
    <record>
      <decimal>2</decimal>
      <hex>02</hex>
      <description>Username/Password</description>
      <xref type="rfc" data="rfc1929"/>
    </record>
    <record date="1997-07">
      <decimal>3</decimal>
      <hex>03</hex>
      <description>Challenge-Handshake Authentication Protocol</description>
      <xref type="person" data="Marc_VanHeyningen"/>
    </record>
    <record>
      <decimal>4</decimal>
      <hex>04</hex>
      <description>Unassigned</description>
    </record>
    <record date="1997-07">
      <decimal>5</decimal>
      <hex>05</hex>
      <description>Challenge-Response Authentication Method</description>
      <xref type="person" data="Marc_VanHeyningen"/>
    </record>
    <record date="1997-07">
      <decimal>6</decimal>
      <hex>06</hex>
      <description>Secure Sockets Layer</description>
      <xref type="person" data="Marc_VanHeyningen"/>
    </record>
    <record date="1997-12">
      <decimal>7</decimal>
      <hex>07</hex>
      <description>NDS Authentication</description>
      <xref type="person" data="Vijay_Talati"/>
    </record>
    <record date="1998-08">
      <decimal>8</decimal>
      <hex>08</hex>
      <description>Multi-Authentication Framework</description>
      <xref type="person" data="Dan_Fritch"/>
    </record>
    <record date="2017-08-31">
      <decimal>9</decimal>
      <hex>09</hex>
      <description>JSON Parameter Block</description>
      <xref type="person" data="Brandon_Wiley"/>
    </record>
    <record>
      <decimal>10-127</decimal>
      <hex>0A-7F</hex>
      <description>Unassigned</description>
    </record>
    <record>
      <decimal>128-255</decimal>
      <hex>80-FE</hex>
      <description>Reserved for Private Methods</description>
      <xref type="rfc" data="rfc1928"/>
    </record>
    <record>
      <decimal>255</decimal>
      <hex>FF</hex>
      <description>No Acceptable Methods</description>
      <xref type="rfc" data="rfc1928"/>
    </record>
  </registry>
  <people>
    <person id="Brandon_Wiley">
      <name>Brandon Wiley</name>
      <uri>mailto:brandon&amp;operatorfoundation.org</uri>
      <updated>2017-08-31</updated>
    </person>
    <person id="Dan_Fritch">
      <name>Dan Fritch</name>
      <uri>mailto:DFRITCH&amp;novell.com</uri>
      <updated>1998-08</updated>
    </person>
    <person id="Marc_VanHeyningen">
      <name>Marc VanHeyningen</name>
      <uri>mailto:marcvh&amp;aventail.com</uri>
      <updated>1997-07</updated>
    </person>
    <person id="Vijay_Talati">
      <name>Vijay Talati</name>
      <uri>mailto:VTalati&amp;novell.com</uri>
      <updated>1997-12</updated>
    </person>
  </people>
</registry>
