- SSH scanning via ssh-audit (KEX, encryption, MAC, host keys) - BSI TR-02102-4 and IANA compliance validation for SSH - CSV/Markdown/reST reports for SSH results - Unified compliance schema and database views - Code optimization: modular query/writer architecture
114 lines
3.3 KiB
XML
114 lines
3.3 KiB
XML
<?xml version='1.0' encoding='UTF-8' ?>
|
|
<registry xmlns="http://www.iana.org/assignments" id="ikev2-parameters">
|
|
<title>Internet Key Exchange Version 2 (IKEv2) Parameters</title>
|
|
<created>2005-01-18</created>
|
|
<updated>2025-12-03</updated>
|
|
|
|
<registry id="ikev2-parameters-5">
|
|
<title>Transform Type 1 - Encryption Algorithm Transform IDs</title>
|
|
<record>
|
|
<value>12</value>
|
|
<description>ENCR_AES_CBC</description>
|
|
<esp>Y</esp>
|
|
<ikev2>Y</ikev2>
|
|
<xref type="rfc" data="rfc3602" />
|
|
</record>
|
|
<record>
|
|
<value>20</value>
|
|
<description>ENCR_AES_GCM_16</description>
|
|
<esp>Y</esp>
|
|
<ikev2>Y</ikev2>
|
|
<xref type="rfc" data="rfc4106" />
|
|
</record>
|
|
<record>
|
|
<value>28</value>
|
|
<description>ENCR_CHACHA20_POLY1305</description>
|
|
<esp>Y</esp>
|
|
<ikev2>Y</ikev2>
|
|
<xref type="rfc" data="rfc7634" />
|
|
</record>
|
|
</registry>
|
|
|
|
<registry id="ikev2-parameters-6">
|
|
<title>Transform Type 2 - Pseudorandom Function Transform IDs</title>
|
|
<record>
|
|
<value>2</value>
|
|
<description>PRF_HMAC_SHA1</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc2104" />
|
|
</record>
|
|
<record>
|
|
<value>5</value>
|
|
<description>PRF_HMAC_SHA2_256</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc4868" />
|
|
</record>
|
|
<record>
|
|
<value>6</value>
|
|
<description>PRF_HMAC_SHA2_384</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc4868" />
|
|
</record>
|
|
</registry>
|
|
|
|
<registry id="ikev2-parameters-7">
|
|
<title>Transform Type 3 - Integrity Algorithm Transform IDs</title>
|
|
<record>
|
|
<value>2</value>
|
|
<description>AUTH_HMAC_SHA1_96</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc2104" />
|
|
</record>
|
|
<record>
|
|
<value>12</value>
|
|
<description>AUTH_HMAC_SHA2_256_128</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc4868" />
|
|
</record>
|
|
<record>
|
|
<value>13</value>
|
|
<description>AUTH_HMAC_SHA2_384_192</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc4868" />
|
|
</record>
|
|
</registry>
|
|
|
|
<registry id="ikev2-parameters-8">
|
|
<title>Transform Type 4 - Diffie-Hellman Group Transform IDs</title>
|
|
<record>
|
|
<value>14</value>
|
|
<description>2048-bit MODP Group</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc3526" />
|
|
</record>
|
|
<record>
|
|
<value>19</value>
|
|
<description>256-bit random ECP group</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc5903" />
|
|
</record>
|
|
<record>
|
|
<value>31</value>
|
|
<description>Curve25519</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc8031" />
|
|
</record>
|
|
</registry>
|
|
|
|
<registry id="ikev2-parameters-12">
|
|
<title>IKEv2 Authentication Method</title>
|
|
<record>
|
|
<value>1</value>
|
|
<description>RSA Digital Signature</description>
|
|
<status>DEPRECATED</status>
|
|
<xref type="rfc" data="rfc7427" />
|
|
</record>
|
|
<record>
|
|
<value>14</value>
|
|
<description>Digital Signature</description>
|
|
<status>RECOMMENDED</status>
|
|
<xref type="rfc" data="rfc7427" />
|
|
</record>
|
|
</registry>
|
|
</registry>
|