# HG changeset patch # User Alain Mazy # Date 1724764462 -7200 # Node ID ead98edd5bbffa942a7e0e02ab182937c1ed761e # Parent c93ca8047550ace8b7e933f42afc1f473d042f26 todo cleanup diff -r c93ca8047550 -r ead98edd5bbf TODO --- a/TODO Mon Aug 26 15:36:36 2024 +0200 +++ b/TODO Tue Aug 27 15:14:22 2024 +0200 @@ -29,11 +29,6 @@ * (1) Accept extra DICOM tags dictionaries in the DCMTK format '.dic' (easier to use than declare them in the Orthanc configuration file). Even the standard dictionaries could be overriden by these custom dictionaries. -* Provide more flexibility wrt Dicom TLS ciphers and TLS version: - https://groups.google.com/g/orthanc-users/c/X4IhmXCSr7I/m/EirawAFcBwAJ - Can maybe be achieved by adding a configuration to select the TLS Security Profile: - https://github.com/DCMTK/dcmtk/blob/master/dcmtls/include/dcmtk/dcmtls/tlsciphr.h#L83 - (e.g: TSP_Profile_BCP195_ND instead of TSP_Profile_BCP195) * Add configurations to enable/disable warnings: - Modifying an instance while keeping its original SOPInstanceUID: This should be avoided! - Modifying a study while keeping its original StudyInstanceUID: This should be avoided!