Open GoetzGoerisch opened 10 months ago
UA_CreateCertificate is not yet implemented when using Mbed TLS: https://github.com/open62541/open62541/issues/6874
@ccvca is this new, I though we had this already in the past but needed to use LibreSSL for certificate validation.
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
UA_CreateCertificate is now included in develop
as it was backportet to open62541-1.4.
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