<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="kerberos-parameters.xsl"?>
<?oxygen RNGSchema="kerberos-parameters.rng" type="xml"?>
<registry xmlns="http://www.iana.org/assignments" id="kerberos-parameters">
  <title>Kerberos Parameters</title>
  <created>2004-06-29</created>
  <updated>2012-04-06</updated>
  <registry id="kerberos-parameters-1">
    <title>Kerberos Encryption Type Numbers</title>
    <xref type="rfc" data="rfc3961"/>
    <registration_rule>Standards Action or Expert Review</registration_rule>
    <note>These are signed values ranging from -2147483648 to 2147483647.  Positive
values should be assigned only for algorithms specified in accordance
with this specification for use with Kerberos or related protocols.
Negative values are for private use; local and experimental algorithms
should use these values.  Zero is reserved and may not be assigned.</note>
    <record>
      <value>0</value>
      <description>reserved</description>
      <xref type="rfc" data="rfc6448"/>
    </record>
    <record>
      <value>1</value>
      <description>des-cbc-crc</description>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>2</value>
      <description>des-cbc-md4</description>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>3</value>
      <description>des-cbc-md5</description>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>4</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>5</value>
      <description>des3-cbc-md5</description>
    </record>
    <record>
      <value>6</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>7</value>
      <description>des3-cbc-sha1</description>
    </record>
    <record>
      <value>8</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>9</value>
      <description>dsaWithSHA1-CmsOID</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>10</value>
      <description>md5WithRSAEncryption-CmsOID</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>11</value>
      <description>sha1WithRSAEncryption-CmsOID</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>12</value>
      <description>rc2CBC-EnvOID</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>13</value>
      <description>rsaEncryption-EnvOID</description>
      <xref type="rfc" data="rfc4556"/>
      <xref type="text">from PKCS#1 v1.5]</xref>
    </record>
    <record>
      <value>14</value>
      <description>rsaES-OAEP-ENV-OID</description>
      <xref type="rfc" data="rfc4556"/>
      <xref type="text">from PKCS#1 v2.0]</xref>
    </record>
    <record>
      <value>15</value>
      <description>des-ede3-cbc-Env-OID</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>16</value>
      <description>des3-cbc-sha1-kd</description>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>17</value>
      <description>aes128-cts-hmac-sha1-96</description>
      <xref type="rfc" data="rfc3962"/>
    </record>
    <record>
      <value>18</value>
      <description>aes256-cts-hmac-sha1-96</description>
      <xref type="rfc" data="rfc3962"/>
    </record>
    <record>
      <value>19-22</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>23</value>
      <description>rc4-hmac</description>
      <xref type="rfc" data="rfc4757"/>
    </record>
    <record>
      <value>24</value>
      <description>rc4-hmac-exp</description>
      <xref type="rfc" data="rfc4757"/>
    </record>
    <record>
      <value>25-64</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>65</value>
      <description>subkey-keymaterial</description>
      <xref type="text">(opaque; PacketCable)</xref>
    </record>
    <record>
      <value>66-2147483647</value>
      <description>Unassigned</description>
    </record>
  </registry>

  <registry id="kerberos-parameters-2">
    <title>Kerberos Checksum Type Numbers</title>
    <xref type="rfc" data="rfc3961"/>
    <registration_rule>Standards Action or Expert Review</registration_rule>
    <note>These are signed values ranging from -2147483648 to 2147483647.  Positive
values should be assigned only for algorithms specified in accordance
with this specification for use with Kerberos or related protocols.
Negative values are for private use; local and experimental algorithms
should use these values.  Zero is reserved and may not be assigned.</note>
    <record>
      <value>0</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>1</value>
      <description>CRC32</description>
      <size>4</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>2</value>
      <description>rsa-md4</description>
      <size>16</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>3</value>
      <description>rsa-md4-des</description>
      <size>24</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>4</value>
      <description>des-mac</description>
      <size>16</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>5</value>
      <description>des-mac-k</description>
      <size>8</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>6</value>
      <description>rsa-md4-des-k</description>
      <size>16</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>7</value>
      <description>rsa-md5</description>
      <size>16</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>8</value>
      <description>rsa-md5-des</description>
      <size>24</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>9</value>
      <description>rsa-md5-des3</description>
      <size>24</size>
    </record>
    <record>
      <value>10</value>
      <description>sha1 (unkeyed)</description>
      <size>20</size>
    </record>
    <record>
      <value>11</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>12</value>
      <description>hmac-sha1-des3-kd</description>
      <size>20</size>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>13</value>
      <description>hmac-sha1-des3</description>
      <size>20</size>
    </record>
    <record>
      <value>14</value>
      <description>sha1 (unkeyed)</description>
      <size>20</size>
    </record>
    <record>
      <value>15</value>
      <description>hmac-sha1-96-aes128</description>
      <size>20</size>
      <xref type="rfc" data="rfc3962"/>
    </record>
    <record>
      <value>16</value>
      <description>hmac-sha1-96-aes256</description>
      <size>20</size>
      <xref type="rfc" data="rfc3962"/>
    </record>
    <record>
      <value>17-32770</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>32771</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc1964"/>
    </record>
    <record>
      <value>32772-2147483647</value>
      <description>Unassigned</description>
    </record>
  </registry>

  <registry id="kerberos-parameters-3">
    <title>Kerberos TCP Extensions</title>
    <xref type="rfc" data="rfc5021"/>
    <record>
      <value>0-29</value>
      <registration_rule>IESG Approval or Standards Action</registration_rule>
    </record>
    <record>
      <value>30</value>
      <registration_rule>Reserved</registration_rule>
      <note>Standards Action to updates or obsoletes [RFC5021]</note>
    </record>
  </registry>
  <registry id="kerberos-parameters-4">
    <record>
      <value>0</value>
      <description>Krb5 over TLS</description>
      <xref type="rfc" data="rfc6251"/>
    </record>
    <record>
      <value>1-29</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>30</value>
      <description>Reserved</description>
      <xref type="rfc" data="rfc5021"/>
    </record>
  </registry>

  <registry id="pre-authentication">
    <title>Pre-authentication and Typed Data</title>
    <xref type="rfc" data="rfc6113"/>
    <registration_rule>Expert Review</registration_rule>
    <note>The designated expert may find that IETF Review is required. See 
<xref type="rfc" data="rfc6113"/> for more information.
    </note>
    <record>
      <value>1</value>
      <description>PA-TGS-REQ</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>2</value>
      <description>PA-ENC-TIMESTAMP</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>3</value>
      <description>PA-PW-SALT</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>4</value>
      <description>reserved</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>5</value>
      <description>PA-ENC-UNIX-TIME (deprecated)</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>6</value>
      <description>PA-SANDIA-SECUREID</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>7</value>
      <description>PA-SESAME</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>8</value>
      <description>PA-OSF-DCE</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>9</value>
      <description>PA-CYBERSAFE-SECUREID</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>10</value>
      <description>PA-AFS3-SALT</description>
      <xref type="rfc" data="rfc4120"/>
      <xref type="rfc" data="rfc3961"/>
    </record>
    <record>
      <value>11</value>
      <description>PA-ETYPE-INFO</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>12</value>
      <description>PA-SAM-CHALLENGE</description>
      <xref type="draft" data="draft-ietf-cat-kerberos-passwords-04"/>
    </record>
    <record>
      <value>13</value>
      <description>PA-SAM-RESPONSE</description>
      <xref type="draft" data="draft-ietf-cat-kerberos-passwords-04"/>
    </record>
    <record>
      <value>14</value>
      <description>PA-PK-AS-REQ_OLD</description>
      <xref type="draft" data="draft-ietf-cat-kerberos-pk-init-09"/>
    </record>
    <record>
      <value>15</value>
      <description>PA-PK-AS-REP_OLD</description>
      <xref type="draft" data="draft-ietf-cat-kerberos-pk-init-09"/>
    </record>
    <record>
      <value>16</value>
      <description>PA-PK-AS-REQ</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>17</value>
      <description>PA-PK-AS-REP</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>18</value>
      <description>PA-PK-OCSP-RESPONSE</description>
      <xref type="rfc" data="rfc4557"/>
    </record>
    <record>
      <value>19</value>
      <description>PA-ETYPE-INFO2</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>20</value>
      <description>PA-USE-SPECIFIED-KVNO</description>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>20</value>
      <description>PA-SVR-REFERRAL-INFO</description>
      <xref type="draft" data="draft-ietf-krb-wg-kerberos-referrals-11"/>
    </record>
    <record>
      <value>21</value>
      <description>PA-SAM-REDIRECT</description>
      <xref type="draft" data="draft-ietf-krb-wg-kerberos-sam-03"/>
    </record>
    <record>
      <value>22</value>
      <description>PA-GET-FROM-TYPED-DATA</description>
      <xref type="text">(embedded in typed data)</xref>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>22</value>
      <description>TD-PADATA</description>
      <xref type="text">(embeds padata)</xref>
      <xref type="rfc" data="rfc4120"/>
    </record>
    <record>
      <value>23</value>
      <description>PA-SAM-ETYPE-INFO</description>
      <xref type="text">(sam/otp)</xref>
      <xref type="draft" data="draft-ietf-krb-wg-kerberos-sam-03"/>
    </record>
    <record>
      <value>24</value>
      <description>PA-ALT-PRINC</description>
      <xref type="draft" data="draft-ietf-krb-wg-hw-auth-04"/>
    </record>
    <record>
      <value>25</value>
      <description>PA-SERVER-REFERRAL</description>
      <xref type="draft" data="draft-ietf-krb-wg-kerberos-referrals-11"/>
    </record>
    <record>
      <value>26-29</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>30</value>
      <description>PA-SAM-CHALLENGE2</description>
      <xref type="draft" data="draft-ietf-krb-wg-kerberos-sam-03"/>
    </record>
    <record>
      <value>31</value>
      <description>PA-SAM-RESPONSE2</description>
      <xref type="draft" data="draft-ietf-krb-wg-kerberos-sam-03"/>
    </record>
    <record>
      <value>32-40</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>41</value>
      <description>PA-EXTRA-TGT</description>
      <xref type="text">Reserved extra TGT</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>42-100</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>101</value>
      <description>TD-PKINIT-CMS-CERTIFICATES</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>102</value>
      <description>TD-KRB-PRINCIPAL</description>
      <xref type="text">PrincipalName</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>103</value>
      <description>TD-KRB-REALM</description>
      <xref type="text">Realm</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>104</value>
      <description>TD-TRUSTED-CERTIFIERS</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>105</value>
      <description>TD-CERTIFICATE-INDEX</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>106</value>
      <description>TD-APP-DEFINED-ERROR</description>
      <xref type="text">Application specific</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>107</value>
      <description>TD-REQ-NONCE</description>
      <xref type="text">INTEGER</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>108</value>
      <description>TD-REQ-SEQ</description>
      <xref type="text">INTEGER</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>109</value>
      <description>TD_DH_PARAMETERS</description>
      <xref type="rfc" data="rfc4556"/>
    </record>
    <record>
      <value>110</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>111</value>
      <description>TD-CMS-DIGEST-ALGORITHMS</description>
      <xref type="draft" data="draft-ietf-krb-wg-pkinit-alg-agility"/>
    </record>
    <record>
      <value>112</value>
      <description>TD-CERT-DIGEST-ALGORITHMS</description>
      <xref type="draft" data="draft-ietf-krb-wg-pkinit-alg-agility"/>
    </record>
    <record>
      <value>113-127</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>128</value>
      <description>PA-PAC-REQUEST</description>
      <xref type="text">MSKILE</xref>
      <xref type="uri" data="http://msdn2.microsoft.com/en-us/library/cc206927.aspx"/>
    </record>
    <record>
      <value>129</value>
      <description>PA-FOR_USER</description>
      <xref type="text">MSKILE</xref>
      <xref type="uri" data="http://msdn2.microsoft.com/en-us/library/cc206927.aspx"/>
    </record>
    <record>
      <value>130</value>
      <description>PA-FOR-X509-USER</description>
      <xref type="text">MSKILE</xref>
      <xref type="uri" data="http://msdn2.microsoft.com/en-us/library/cc206927.aspx"/>
    </record>
    <record>
      <value>131</value>
      <description>PA-FOR-CHECK_DUPS</description>
      <xref type="text">MSKILE</xref>
      <xref type="uri" data="http://msdn2.microsoft.com/en-us/library/cc206927.aspx"/>
    </record>
    <record>
      <value>132</value>
      <description>PA-AS-CHECKSUM</description>
      <xref type="text">MSKILE</xref>
      <xref type="uri" data="http://msdn2.microsoft.com/en-us/library/cc206927.aspx"/>
    </record>
    <record>
      <value>133</value>
      <description>PA-FX-COOKIE</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>134</value>
      <description>PA-AUTHENTICATION-SET</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>135</value>
      <description>PA-AUTH-SET-SELECTED</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>136</value>
      <description>PA-FX-FAST</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>137</value>
      <description>PA-FX-ERROR</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>138</value>
      <description>PA-ENCRYPTED-CHALLENGE</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>139-140</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>141</value>
      <description>PA-OTP-CHALLENGE</description>
      <xref type="rfc" data="rfc6560"/>
    </record>
    <record>
      <value>142</value>
      <description>PA-OTP-REQUEST</description>
      <xref type="rfc" data="rfc6560"/>
    </record>
    <record>
      <value>143</value>
      <description>PA-OTP-CONFIRM (OBSOLETED)</description>
      <xref type="rfc" data="rfc6560"/>
    </record>
    <record>
      <value>144</value>
      <description>PA-OTP-PIN-CHANGE</description>
      <xref type="rfc" data="rfc6560"/>
    </record>
    <record>
      <value>145</value>
      <description>PA-EPAK-AS-REQ</description>
      <xref type="text">(sshock@gmail.com)</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>146</value>
      <description>PA-EPAK-AS-REP</description>
      <xref type="text">(sshock@gmail.com)</xref>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>147</value>
      <description>PA_PKINIT_KX</description>
      <xref type="rfc" data="rfc6112"/>
    </record>
    <record>
      <value>148</value>
      <description>PA_PKU2U_NAME</description>
      <xref type="draft" data="draft-zhu-pku2u"/>
    </record>
    <record>
      <value>149-164</value>
      <description>Unassigned</description>
    </record>
    <record>
      <value>165</value>
      <description>PA-SUPPORTED-ETYPES</description>
      <xref type="text">MSKILE</xref>
      <xref type="uri" data="http://msdn2.microsoft.com/en-us/library/cc206927.aspx"/>
    </record>
    <record>
      <value>166</value>
      <description>PA-EXTENDED_ERROR</description>
      <xref type="text">MSKILE</xref>
      <xref type="uri" data="http://msdn2.microsoft.com/en-us/library/cc206927.aspx"/>
    </record>    
  </registry>
  
  <registry id="fast-armor">
    <title>FAST Armor Types</title>
    <xref type="rfc" data="rfc6113"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <value>0</value>
      <name>Reserved</name>
      <description>Reserved</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>1</value>
      <name>FX_FAST_ARMOR_AP_REQUEST</name>
      <description>Ticket armor using an ap-req.</description>
      <xref type="rfc" data="rfc6113"/>
    </record>   
    </registry>
 
  <registry id="fast-options">
    <title>FAST Options</title>
    <xref type="rfc" data="rfc6113"/>
    <registration_rule>Standards Action</registration_rule>
    <record>
      <value>0</value>
      <name>RESERVED</name>
      <description>Reserved for future expansion of this field.</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>1</value>
      <name>hide-client-names</name>
      <description>Requesting the KDC to hide client names in the KDC response</description>
      <xref type="rfc" data="rfc6113"/>
    </record>
    <record>
      <value>16</value>
      <name>kdc-follow-referrals</name>
      <description>reserved</description>
      <xref type="rfc" data="rfc6113"/>
    </record> 
  </registry>
  
  <registry id="principal-names">
    <title>Well-Known Kerberos Principal Names</title>
    <xref type="rfc" data="rfc6111"/>
    <registration_rule>Specification Required</registration_rule>
    <record>
      <name>anonymous</name>
      <xref type="rfc" data="rfc6112"/>
    </record>
  </registry>
  
  <registry id="realm-names">
    <title>Well-Known Kerberos Realm Names</title>
    <xref type="rfc" data="rfc6111"/>
    <registration_rule>Specification Required</registration_rule>
    <record>
      <name>anonymous</name>
      <xref type="rfc" data="rfc6112"/>
    </record>
  </registry>
  
  <people/>
</registry>

