Skip to main content
Pre-release version

This section covers features in a pre-release product. Please consult your Advenica representative for production details.

Downloads

Advenica software products are hosted on a seperate platform that is managed by Advenica Customer Services. Access to customers are provided at request.

Integrity validation

Signing validation

For each service .tar.gz files, there is a corresponding signed .tar.gz.sig file, used for integrity verification. The .tar.gz.sig file is used in combination with the advenica-verification-key.pub file for validating that the file has not been compromised. The advenica-verification-key.pub file is provided by Advenica Customer Services at request.

Signing validation command depends on your OpenSSL version, e.g.:

openssl dgst -sha512 -verify advenica-verification-key.pub -signature <service>.tar.gz.sig <service>.tar.gz

or

openssl digest -sha512 -verify advenica-verification-key.pub -signature <service>.tar.gz.sig <service>.tar.gz

The result should be Verified OK.

Checksum validation

Each downloaded file can be verified against its checksum. The checksums are located at the download site, as well as displayed below.

E.g.: checksum validation command: sha256sum <filename>

File nameChecksum
ddengine-upstream-v4.1.0.raucbb738a2453c20161a52b2d3e835eaf219a6575f27e522ed5be2c91e27ce1109eb
ddengine-downstream-v4.1.0.raucba1df3ffae970707c1f4b669444dac829d46f908d185c52792a59de5148b4e79b
ddengine-installer-v4.1.0.raw.gz57c7296205a48f94e2f8b2f2a4d41b9bdfa28399c76b0ac49dc1125ff0a870af
file-transfer-v4.1.0.tar.gzce062a36813e69241c85476ad3691602be93b88df2d08c1caa3e7216a769cc53
http-v4.1.0.tar.gze076dec3bc2355ab12097a42bfa3821894c2469566e10ae9fbdf683b18dbf9ec
mqtt-v4.1.0.tar.gzb9a49d9b9734aa40c3d274fd65d95f8055d7cb3b72955b6b9214e8a91e5ad30c
opcua-v4.1.0.tar.gz3c1092bcd10ab292918f3bf069b61f3eb67bbb38fb6ef10b76638ee2e391455f
tcp-v4.1.0.tar.gz18a6b0dd3f72645b2faaacc2d3851eb978fc8d9af77d79a4ee9df45dbc49c38b
udp-v4.1.0.tar.gz9cafe8c9270b7ea798ea70192f3d9f03358061d1858e704451acd118ccdfaef5
warning

Always verify that the correct component has been downloaded and that it is uncompromised before usage.

End User License Agreement

The Advenica End User License Agreement (EULA) delineates the terms and conditions governing the licensing of our software products. You can access it through the same platform from which the software products are downloaded.

Loading...