Skip to content

Install default rustls crypto provider in each binary - #100

Merged
popen2 merged 1 commit into
platzio:mainfrom
joshuins:main
May 28, 2026
Merged

popen2 merged 1 commit into
platzio:mainfrom
joshuins:main

Conversation

@ben-schreiber

Copy link
Copy Markdown
Contributor

With both aws-lc-rs and ring providers now linked into rustls 0.23, neither is the process default, causing a panic on first TLS use. Install aws-lc-rs explicitly at the top of each main(), ignoring the result so a second install (e.g. from a library) is a no-op.

With both aws-lc-rs and ring providers now linked into rustls 0.23,
neither is the process default, causing a panic on first TLS use.
Install aws-lc-rs explicitly at the top of each main(), ignoring
the result so a second install (e.g. from a library) is a no-op.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@popen2
popen2 merged commit 2edab5f into platzio:main May 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants