Mercurial > hg > orthanc
changeset 5010:88d838c6b4c7
TODO TLS Security Profile
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 30 May 2022 09:08:54 +0200 |
parents | ed4ceb31bcf8 |
children | c014ab79fca5 |
files | TODO |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)