Skip to content

Make WebSocket rustls provider selectable - #92

Open
mirsella wants to merge 1 commit into
aecsocket:mainfrom
mirsella:rustls-provider-selection
Open

Make WebSocket rustls provider selectable#92
mirsella wants to merge 1 commit into
aecsocket:mainfrom
mirsella:rustls-provider-selection

Conversation

@mirsella

Copy link
Copy Markdown

aeronet_websocket currently installs AWS-LC when its Bevy plugin is added. That can conflict with applications that already use ring or another rustls provider, since provider selection is process-wide.

This keeps AWS-LC as the default but lets applications disable it and install their own provider before building TLS configs. The patch also makes the client/server feature split explicit and adds CI coverage for providerless, ring-only, and mixed-provider setups.

@mirsella
mirsella force-pushed the rustls-provider-selection branch from 6216518 to 69d73f2 Compare July 27, 2026 07:59
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.

1 participant