IKEv2: Add D-H Transform IDs for Brainpool Curves

Add Diffie-Hellman Group Transform IDs for the ECC Brainpool Curves.

References: RFC 6932, RFC 6954

Change-Id: I1ca0da8e5e06abbd1c53a591d01c1f05aa60c35a
Reviewed-on: https://code.wireshark.org/review/17231
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Mirko Parthey 2016-08-22 13:25:33 +02:00 committed by Anders Broman
parent ee0f94aaae
commit 9c80ff0617
1 changed files with 4 additions and 0 deletions

View File

@ -1002,6 +1002,10 @@ static const value_string transform_dh_group_type[] = {
{ 24, "2048-bit MODP Group with 256-bit Prime Order Subgroup" },
{ 25, "192-bit Random ECP Group" },
{ 26, "224-bit Random ECP Group" },
{ 27, "224-bit Brainpool ECP group" },
{ 28, "256-bit Brainpool ECP group" },
{ 29, "384-bit Brainpool ECP group" },
{ 30, "512-bit Brainpool ECP group" },
{ 0, NULL }
};