# HG changeset patch # User Alain Mazy # Date 1653894534 -7200 # Node ID 88d838c6b4c7a390ffd6492d5cc8118c33cca777 # Parent ed4ceb31bcf8bfdb08ac82776e69241e9b9dd115 TODO TLS Security Profile diff -r ed4ceb31bcf8 -r 88d838c6b4c7 TODO --- a/TODO Tue May 24 14:47:51 2022 +0200 +++ b/TODO Mon May 30 09:08:54 2022 +0200 @@ -30,6 +30,9 @@ 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) * Provide a configuration option related to MaximumStorageSize: instead of recycling older patients, simply block new ingests (from DICOM/DICOMweb/API) by returning out-of-resource status (HTTP or DIMSE)