umati / Sample-Server

Sample-Server implementation based on open62541, showcases umati endorsed OPC UA companion specifications. Provides a :whale2: :package: to run locally for development purpose.
https://umati.org
Mozilla Public License 2.0
53 stars 16 forks source link

Switch to mbdTLS instead as LibreSSL #1208

Open GoetzGoerisch opened 10 months ago

GoetzGoerisch commented 10 months ago

Switch back to using mbdTLS after this is now able to generate certificates in the context of open62541. https://github.com/open62541/open62541/pull/6145

ainglessi commented 1 week ago

UA_CreateCertificate is not yet implemented when using Mbed TLS: https://github.com/open62541/open62541/issues/6874

GoetzGoerisch commented 1 week ago

@ccvca is this new, I though we had this already in the past but needed to use LibreSSL for certificate validation.

ccvca commented 1 week ago

No, the certificate generation was the reason for switching to LibreSSL. In the past, mbdTLS does not support the required fields in the certificate. But it looks like the current version of open62541 does support it: https://github.com/open62541/open62541/pull/6535 https://github.com/open62541/open62541/pull/6145

GoetzGoerisch commented 1 week ago

UA_CreateCertificate is now included in develop as it was backportet to open62541-1.4.