Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to mbdTLS instead as LibreSSL #1208

Open
GoetzGoerisch opened this issue Jan 19, 2024 · 4 comments
Open

Switch to mbdTLS instead as LibreSSL #1208

GoetzGoerisch opened this issue Jan 19, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@GoetzGoerisch
Copy link
Member

Switch back to using mbdTLS after this is now able to generate certificates in the context of open62541.
open62541/open62541#6145

@ainglessi
Copy link

UA_CreateCertificate is not yet implemented when using Mbed TLS: open62541/open62541#6874

@GoetzGoerisch
Copy link
Member Author

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

@ccvca
Copy link
Member

ccvca commented Nov 19, 2024

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:
open62541/open62541#6535 open62541/open62541#6145

@GoetzGoerisch
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants