CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/09/11 03:44:38
Modified files:
misc/open62541 : Makefile
misc/open62541/patches:
patch-plugins_crypto_openssl_ua_pki_openssl_c
Log message:
Use legacy verifier for open62541.
The way the OPC UA standard requires certificates and how open62541
uses the OpenSSL API causes self signed certificates to fail. Until
LibreSSL fixes this, set X509_V_FLAG_LEGACY_VERIFY flag as workaround.
from Anton Borowka; OK tb@
