Skip to content

Commit

Permalink
Updated openssl to v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erhardgrishaber committed Oct 25, 2023
1 parent c387013 commit 748e3ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```)
Expand Down Expand Up @@ -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 |
4 changes: 2 additions & 2 deletions fetch_openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 748e3ab

Please sign in to comment.