RHEL8 requires at least 2048-bit dh key in it's
default crypto configuration, to prevent Log Jam
attacks.
Openssl is also slowly moving towards accepting
only bigger keys, the current minimum length being
768 bits.
In ecFlow by default try to use a 2048-bit dh key.
For backwards compatibility fall back to a 1024-bit key,
even if that might mean that Openssl might reject it.
For more information see 'Logjam' security vulnerability
I am just checking the file ./SCRATCH/src/server.cpp ( the change here is not backward compatible)
But it seems this is a test file and is not even compiled
RHEL8 requires at least 2048-bit dh key in it's default crypto configuration, to prevent Log Jam attacks.
Openssl is also slowly moving towards accepting only bigger keys, the current minimum length being 768 bits.
In ecFlow by default try to use a 2048-bit dh key. For backwards compatibility fall back to a 1024-bit key, even if that might mean that Openssl might reject it.
For more information see 'Logjam' security vulnerability
https://weakdh.org