Actions
Bug #799
closedDCMTK 3.6.2 TLS binaries for Windows do not support 3DES
Start date:
2017-11-03
Due date:
% Done:
100%
Estimated time:
Module:
Operating System:
Windows
Compiler:
Description
The TLS-enabled Windows binaries for DCMTK 3.6.2 have been compiled with OpenSSL 1.1.0.
OpenSSL 1.1.0 by default does not support 3DES ciphers anymore, these have to be explicitly enabled at compile time by configuring OpenSSL with the “enable-weak-ssl-ciphers” option.
However, the DICOM Basic Security Profile still uses 3DES (TLS_RSA_WITH_3DES_EDE_CBC_SHA), therefore updated binaries with enabled 3DES support should be provided
(and the internal OpenSSL nightly build should be adapted accordingly).
See also: https://www.openssl.org/blog/blog/2016/08/24/sweet32/
Actions