diff TODO @ 4860:3e9a76464e8a openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Dec 2021 16:52:51 +0100
parents 70d2a97ca8cb 060b9a789202
children 6eff25f70121
line wrap: on
line diff
--- a/TODO	Thu Nov 25 19:02:38 2021 +0100
+++ b/TODO	Fri Dec 24 16:52:51 2021 +0100
@@ -20,7 +20,7 @@
 * Option to enable DNS lookups in DICOM:
   https://hg.orthanc-server.com/orthanc/file/Orthanc-1.9.3/OrthancFramework/Sources/OrthancFramework.cpp#l88
 * Toolbox::ComputeMD5() fails on files larger than 4GB
-
+* Add an option to run Orthanc in read-only mode both for DICOM and for Rest API.
 
 ============================
 Documentation (Orthanc Book)
@@ -167,6 +167,7 @@
   https://groups.google.com/d/msg/orthanc-users/BtvLTE5Ni8A/vIMhmMgfBAAJ
 * In "OrthancPluginLog[Error|Warning|Info]()", prefix the log line with
   the name of the plugin, as retrieved by "OrthancPluginGetName()"
+* update the SDK to handle buffer sizes > 4GB (all sizes are currently coded in uint32_t)
 
 ----------------
 Ideas of plugins