comparison MySQL/NEWS @ 163:4d32c9c8d6c0

Added support for TLS connections
author Alain Mazy <alain@mazy.be>
date Mon, 13 Jul 2020 11:59:29 +0200
parents 710537acb488
children 2f94b2046d7c
comparison
equal deleted inserted replaced
162:fc13b4e8f888 163:4d32c9c8d6c0
6 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata 6 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
7 * Added an advisory lock to avoid race conditions during database setup 7 * Added an advisory lock to avoid race conditions during database setup
8 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 8 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure
9 the retries when connecting to the DB at startup 9 the retries when connecting to the DB at startup
10 * Support of dynamic linking against the system-wide Orthanc framework library 10 * Support of dynamic linking against the system-wide Orthanc framework library
11 * Added support for TLS connections: 3 new options:
12 - "EnableSsl" (false by default)
13 - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false)
14 - "SslCACertificates" (default value is "HttpsCACertificates" from global
15 Orthanc configuration)
11 16
12 17
13 Release 2.0 (2019-01-23) 18 Release 2.0 (2019-01-23)
14 ======================== 19 ========================
15 20