CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/11/30 11:01:22
Modified files:
misc/open62541 : Makefile
misc/open62541/pkg: PLIST
Added files:
misc/open62541/patches:
patch-plugins_crypto_openssl_ua_openssl_version_abstraction_h
patch-plugins_crypto_openssl_ua_pki_openssl_c
Log message:
Switch open62541 crypto library from Mbed TLS to LibreSSL. Use
newer OpenSSL API that LibreSSL also provides. Use X509_check_issued
instead of missing API until LibreSSL developers implement a more
compatible solution.
OK tb@