From 748e3ab6f3a1811ef926f4c1873983a41364319b Mon Sep 17 00:00:00 2001 From: Erhard Grishaber Date: Wed, 25 Oct 2023 10:10:16 +0200 Subject: [PATCH] Updated openssl to v3.1.4 --- Changelog.txt | 2 +- README.md | 4 ++-- fetch_openssl.bat | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index e39c87d..4f77e94 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,7 +2,7 @@ OPC Foundation OPC UA Local Discovery Server ============================================ Version 1.04.411 Highlights: - - Updated OpenSSL to version 3.1.3 + - Updated OpenSSL to version 3.1.4 - Fixed memory leak. PullRequest #78 - Enable local registration for linux platform. PullRequest #79 - Updated default security policy list: added Basic256Sha256, Aes256Sha256RsaPss, Aes128Sha256RsaOaep. Reported in Issue #72. diff --git a/README.md b/README.md index 6f29292..36d1817 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ OPC UA, empowering the Industrial Internet of Things (IIOT) and Industrie 4.0. * CMake version v3.6.2 (or later) from https://cmake.org/install/. * Perl * Windows: - - OpenSSL v3.1.3 was used in development and testing: either built from source (https://www.openssl.org/source/) or as pre-built package, for example from https://slproweb.com/products/Win32OpenSSL.html. + - OpenSSL v3.1.4 was used in development and testing: either built from source (https://www.openssl.org/source/) or as pre-built package, for example from https://slproweb.com/products/Win32OpenSSL.html. - Bonjour Mdns/dnssd (Multicast Domain Name System) client library (included) * Linux: - OpenSSL v3.x.x, v1.1.1 and v1.0.2 was used in development and testing : (```sudo apt-get install libssl-dev```) (```sudo yum install openssl-devel```) @@ -120,5 +120,5 @@ Required notices for open source software products or components distributed wit | Provider | Component | Licensing Information | | -------- | --------- | --------------------- | | Apple Computer, Inc. | Bonjour Mdns/dnssd (Multicast Domain Name System) client library | Apache License v2 http://www.apache.org/licenses/LICENSE-2.0.html | -| Open SSL Project | OpenSSL 3.1.3 | Apache License v2 https://www.openssl.org/source/license.html | +| Open SSL Project | OpenSSL 3.1.4 | Apache License v2 https://www.openssl.org/source/license.html | | github.com/lathiat/avahi| Avahi 0.61 | GNU Lesser General Public License v2.1 Avahi was developed by Lennart Poettering and Trent Lloyd. It is the result of a merger of Poettering's original mDNS/DNS-SD implementation called "FlexMDNS", and Lloyd's original code called "Avahi" https://github.com/lathiat/avahi/blob/master/LICENSE | diff --git a/fetch_openssl.bat b/fetch_openssl.bat index 095d3d8..b473632 100644 --- a/fetch_openssl.bat +++ b/fetch_openssl.bat @@ -6,8 +6,8 @@ REM **************************************************************************** SETLOCAL set ROOT=%~dp0 -set SRCDIR=openssl-3.1.3 -set GITTAG=openssl-3.1.3 +set SRCDIR=openssl-3.1.4 +set GITTAG=openssl-3.1.4 set GIT=C:\Program Files\Git\bin\git.exe IF NOT EXIST "%GIT%" SET GIT=C:\Program Files (x86)\Git\bin\git.exe