Skip to content

Conversation

@rmcnew
Copy link

@rmcnew rmcnew commented Dec 9, 2025

Description

Add MIR requirements for Rust code that uses TLS


Related issue


Checklist

  • I have read and followed the Ubuntu Project contributing guide
  • My pull request is linked to an existing issue (if applicable)
  • I have tested my changes, and they work as expected

Ubuntu [announced a partnership with rustls](https://discourse.ubuntu.com/t/addressing-linuxs-missing-pki-infrastructure/73314) to build a centralized PKI system written in Rust.

Until the needed cryptographic infrastructure and system-wide policies are operational,
**Rust code in `main` that uses TLS must use OpenSSL with the system-wide OpenSSL configuration.**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: IMO, we should drop the emphasis in bold.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bold formatting removed.

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 this pull request may close these issues.

MIR: Rust: Favor OpenSSL to Rustls

2 participants