comparison NEWS @ 5632:cfb67c7ccb4d

DicomTlsRemoteCertificateRequired=false is now equivalent to --ignore-peer-cert DCMTK option instead of --verify-peer-cert
author Alain Mazy <am@orthanc.team>
date Tue, 21 May 2024 12:27:07 +0200
parents 1a995c6f9dae
children 5db4ed395d81
comparison
equal deleted inserted replaced
5626:72dcf3a8d7d5 5632:cfb67c7ccb4d
40 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3 40 See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3
41 * Removed potential PHI from the logs when Orthanc encounters an error while 41 * Removed potential PHI from the logs when Orthanc encounters an error while
42 creating a zip file. 42 creating a zip file.
43 * Monitoring of stable resources now also takes into consideration the 43 * Monitoring of stable resources now also takes into consideration the
44 resource type, not only the resource identifier identifier. 44 resource type, not only the resource identifier identifier.
45 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false, 45 * DICOM TLS:
46 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided. 46 * In prior versions, when "DicomTlsRemoteCertificateRequired" was set to false, Orthanc
47 was still sending a client certificate request during the TLS handshake but was not triggering
48 and error if the client certificate was not trusted (equivalent to the --verify-peer-cert DCMTK option)
49 From this version, if this option is set to false, Orthanc will not send a
50 client certificate request during the TLS handshake anymore (equivalent to the --ignore-peer-cert
51 DCMTK option).
52 * When working with "DicomTlsEnabled": true and "DicomTlsRemoteCertificateRequired": false,
53 Orthanc was refusing to start if no "DicomTlsTrustedCertificates" was provided.
47 54
48 55
49 Version 1.12.3 (2024-01-31) 56 Version 1.12.3 (2024-01-31)
50 =========================== 57 ===========================
51 58