vpnc
vpnc copied to clipboard
Avoid weak cryptography
These commits will prevent vpnc
from accepting SA's with weak cryptographic settings by default. These are MD5 and 3DES in addition to DES which was already avoided before. Two new options --enable-weak-authentication
and --enable-weak-encryption
can re-enable these methods if needed. Option --enable-weak-encryption
supersedes --enable-1des
which is now deprecated.