Skip to content

wip: TlsParametersV2 - #1087

Draft
paolobarbolini wants to merge 26 commits into
masterfrom
better-tls-parameters-builder
Draft

paolobarbolini wants to merge 26 commits into
masterfrom
better-tls-parameters-builder

Conversation

@paolobarbolini

Copy link
Copy Markdown
Member

While working on #1081 I was reminded of the fact that CertificateStore is not marked #[non_exhaustive]. Also CertificateStore::Default is a bad option because it changes which certificate store it uses based on which features are enabled, which together with the fact that different TLS backend and different certificate stores support different features (for example rustls-platform-verifier doesn't support dangerous_accept_invalid_hostnames, just like boring-tls doesn't).

This makes me want to experiment having a different API that is better at dealing with these constraints.

@paolobarbolini paolobarbolini changed the title wip: TlsParametersBuilderV2 wip: TlsParametersV2 May 1, 2025

This branch has not been deployed

No deployments
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.

1 participant