Mercurial > hg > orthanc
diff NEWS @ 4438:4a4e33c9082d
configuration options for DICOM TLS in Orthanc SCU
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 07 Jan 2021 16:53:35 +0100 |
parents | 80fd140b12ba |
children | eddb212b2df9 |
line wrap: on
line diff
--- a/NEWS Wed Jan 06 17:27:28 2021 +0100 +++ b/NEWS Thu Jan 07 16:53:35 2021 +0100 @@ -1,7 +1,21 @@ Pending changes in the mainline =============================== +General +------- + +* Support of DICOM TLS +* New configuration options related to DICOM TLS: + - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP + - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP + - "DicomTlsPrivateKey" to provide the private key of the TLS certificate + - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc + - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file + +Maintenance +----------- + * Upgraded dependencies for static builds (notably on Windows): - jsoncpp 1.9.4