About Third-Party Libraries and Stack

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
sunny
Sr. Member
Sr. Member
Posts: 19
Joined: 12 Feb 2015, 11:14

About Third-Party Libraries and Stack

Post by sunny »

Hi Support team,

I want to create a UA Client Application with the C++ Bundle 1.5.2 SDK.
About the Third-Party Libraries(OpenSSL and Libxml2) and Stack,
would you please give me some ideas?

From the SDK readme.txt, I saw that
1)OpenSSL Version is : 1.0.1q
For security reasons you should always use the latest release of
OpenSSL in your products.

2)Libxml2 Version is : 2.9.3

Now I wondered that
①How can I get the stack version information?
②Can the 1.5.2 SDK work well, if I update the OpenSSL version(1.0.1⇒1.1.x)
or update Libxml2 version, or update the stack version?

Regards
sunny

User avatar
Support Team
Hero Member
Hero Member
Posts: 3070
Joined: 18 Mar 2011, 15:09

Re: About Third-Party Libraries and Stack

Post by Support Team »

Hello sunny,

1) about OpenSSL:
You can savely use OpenSSL 1.0.2 with SDK 1.5.2.
1.0.2 is the current LTS (long term support) version.
see: https://www.openssl.org/policies/releasestrat.html

2) There are no known issues using any of the 2.9.x versions with our SDK.

You find the version info about OpenSSl and LibXml2 in the readme.txt.
Best regards
Unified Automation Support Team

sunny
Sr. Member
Sr. Member
Posts: 19
Joined: 12 Feb 2015, 11:14

Re: About Third-Party Libraries and Stack

Post by sunny »

Hi, support team

I got it.
Thank you for the hint.

Best regards

Post Reply