comparison NEWS @ 5643:b1a18218860c

2 new configurations: DicomTlsMinimumProtocolVersion + DicomTlsCiphersAccepted
author Alain Mazy <am@orthanc.team>
date Fri, 31 May 2024 16:56:35 +0200
parents b6a6179a2a69
children f048683aa619
comparison
equal deleted inserted replaced
5642:95e282478cda 5643:b1a18218860c
56 From this version, if this option is set to false, Orthanc will not send a 56 From this version, if this option is set to false, Orthanc will not send a
57 client certificate request during the TLS handshake anymore (equivalent to the --ignore-peer-cert 57 client certificate request during the TLS handshake anymore (equivalent to the --ignore-peer-cert
58 DCMTK option). 58 DCMTK option).
59 - When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false, 59 - When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
60 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided. 60 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
61 - New configurations:
62 - "DicomTlsMinimumProtocolVersion" to select the minimum TLS protocol version
63 - "DicomTlsCiphersAccepted" to fine tune the list of accepted ciphers
61 * Upgraded dependencies for static builds: 64 * Upgraded dependencies for static builds:
62 - boost 1.85.0 65 - boost 1.85.0
63 66
64 67
65 Version 1.12.3 (2024-01-31) 68 Version 1.12.3 (2024-01-31)