comparison NEWS @ 4451:f4dbdb2dcba6

new configuration option "MaximumPduLength" to tune the maximum PDU length
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Jan 2021 14:51:52 +0100
parents eddb212b2df9
children 4f8e77c650e8
comparison
equal deleted inserted replaced
4450:9bf2f9e0af47 4451:f4dbdb2dcba6
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * Support of DICOM TLS 7 * Support of DICOM TLS
8 * New configuration options related to DICOM TLS: 8 * New configuration options related to DICOM networking:
9 - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP 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 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 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 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 13 - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis
14 - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit)
14 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file 15 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
15 16
16 Plugins 17 Plugins
17 ------- 18 -------
18 19