<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="keytable.xsl"?>
<?xml-model href="keytable.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="keytable">
  <title>KeyTable</title>
  <created>2014-01-28</created>
  <updated>2025-09-26</updated>
  
  <registry id="protocol">
    <title>KeyTable Protocols</title>
    <xref type="rfc" data="rfc7210"/>
    <registration_rule>Specification Required</registration_rule>
    <expert>Unassigned</expert>
  </registry>
  
  
  
  <registry id="kdf">
    <title>KeyTable KDFs</title>
    <xref type="rfc" data="rfc7210"/>
    <registration_rule>First Come First Served</registration_rule>
    <record>
      <value>none</value>
      <description>No KDF is used with this key</description>
    </record>
    <record>
      <value>AES-128-CMAC</value>
      <description>AES-CMAC using 128-bit keys</description>
      <xref type="rfc" data="rfc4493"/>
    </record>
    <record>
      <value>HMAC-SHA-1</value>
      <description>HMAC using the SHA-1 hash</description>
      <xref type="rfc" data="rfc2104"/>
    </record>
    <record date="2025-09-26"> 
      <value>HMAC-SHA-256</value>
      <description>HMAC using the SHA-256 hash</description>
      <xref type="rfc" data="rfc6234"/>
    </record>
  </registry>
  
  
  
  <registry id="algid">
    <title>KeyTable AlgIDs</title>
    <xref type="rfc" data="rfc7210"/>
    <registration_rule>First Come First Served</registration_rule>
    <record>
      <value>AES-128-CMAC</value>
      <description>AES-CMAC using 128-bit keys</description>
      <xref type="rfc" data="rfc4493"/>
    </record>
    <record>
      <value>AES-128-CMAC-96</value>
      <description>AES-128-CMAC truncated to 96-bit</description>
      <xref type="rfc" data="rfc5926"/>
    </record>
    <record>
      <value>HMAC-SHA-1-96</value>
      <description>HMAC SHA-1 truncated to 96-bits</description>
      <xref type="rfc" data="rfc2104"/>
    </record>
  </registry>
  
  <people/>
</registry>
