comparison MySQL/NEWS @ 183:2f94b2046d7c

upgrade to openssl 1.1.1, fix build if using MinGW 32bits
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Dec 2020 10:04:35 +0100
parents 4d32c9c8d6c0
children e8c3c92f2532
comparison
equal deleted inserted replaced
182:e01322c61094 183:2f94b2046d7c
11 * Added support for TLS connections: 3 new options: 11 * Added support for TLS connections: 3 new options:
12 - "EnableSsl" (false by default) 12 - "EnableSsl" (false by default)
13 - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false) 13 - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false)
14 - "SslCACertificates" (default value is "HttpsCACertificates" from global 14 - "SslCACertificates" (default value is "HttpsCACertificates" from global
15 Orthanc configuration) 15 Orthanc configuration)
16 * Upgraded dependencies for static builds (notably on Windows and LSB):
17 - openssl 1.1.1g
16 18
17 19
18 Release 2.0 (2019-01-23) 20 Release 2.0 (2019-01-23)
19 ======================== 21 ========================
20 22