Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
4437:d9473bd5ed43 | 4438:4a4e33c9082d |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 General | |
5 ------- | |
6 | |
7 * Support of DICOM TLS | |
8 * New configuration options related to DICOM TLS: | |
9 - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP | |
10 - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP | |
11 - "DicomTlsPrivateKey" to provide the private key of the TLS certificate | |
12 - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc | |
13 - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis | |
4 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file | 14 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file |
15 | |
16 Maintenance | |
17 ----------- | |
18 | |
5 * Upgraded dependencies for static builds (notably on Windows): | 19 * Upgraded dependencies for static builds (notably on Windows): |
6 - jsoncpp 1.9.4 | 20 - jsoncpp 1.9.4 |
7 | 21 |
8 | 22 |
9 Version 1.8.2 (2020-12-18) | 23 Version 1.8.2 (2020-12-18) |