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

build release artifacts with OpenSSL instead of Mbed-TLS #795

Open
qrkourier opened this issue Feb 8, 2024 · 0 comments · May be fixed by #796
Open

build release artifacts with OpenSSL instead of Mbed-TLS #795

qrkourier opened this issue Feb 8, 2024 · 0 comments · May be fixed by #796

Comments

@qrkourier
Copy link
Member

OpenSSL is the way forward and is required for certain features like PKCS11.

OpenSSL is more strict about verifying certificates. The self-signed (root) must be trusted, not merely the issuer of the leaf cert.

Critically, OpenZiti network admins must ensure that Ziti's CA bundle contains only root certs from CAs under their control (not third parties like LetsEncrypt, not intermediate issuers), and all server certs must be presented along with any intermediate issuer certs in the trust chain so they can be verified by trusting only the root.

@qrkourier qrkourier linked a pull request Feb 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant