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

Add ALPN support to TlsAcceptor #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

matszpk
Copy link

@matszpk matszpk commented Jun 11, 2022

Add ALPN to TlsAcceptor - in server side.

@sfackler
Copy link
Owner

This needs to be implemented for all backends. In particular, at least last time I checked Security.framework didn't support server-side ALPN.

@JohnGu9
Copy link

JohnGu9 commented Nov 29, 2023

I think it is ok just let alpn be a optional function for difference platform. If Security.framework didn't support server-side ALPN, just ignore the alpn settings or create a runtime error when set server side alpn on ios and macOS.

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.

3 participants