diff options
author | René Korthaus <[email protected]> | 2019-11-14 09:14:48 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2019-11-14 09:14:48 +0100 |
commit | ba77c332de3d2b8e6a0fa11b5d725a8db5514e55 (patch) | |
tree | 7ffc1df534db9c0894486f57097eb9ad364eb919 /src/lib/tls | |
parent | 292330e493547a49484b173bb14a674fee88ad2d (diff) |
Remove some FFDHE groups from BSI TLS policy
BSI TR-02102-2 version 2019-01 explicitly lists
the FFDHE groups recommended now. ffdhe6144 and
ffdhe8192 are not listed, so we remove them from
the BSI TLS policy.
Diffstat (limited to 'src/lib/tls')
-rw-r--r-- | src/lib/tls/tls_policy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/tls/tls_policy.h b/src/lib/tls/tls_policy.h index b076d5f9d..de3153496 100644 --- a/src/lib/tls/tls_policy.h +++ b/src/lib/tls/tls_policy.h @@ -451,8 +451,6 @@ class BOTAN_PUBLIC_API(2,0) BSI_TR_02102_2 : public Policy Group_Params::BRAINPOOL256R1, Group_Params::SECP384R1, Group_Params::SECP256R1, - Group_Params::FFDHE_8192, - Group_Params::FFDHE_6144, Group_Params::FFDHE_4096, Group_Params::FFDHE_3072, Group_Params::FFDHE_2048 |