aws / s2n-tls

An implementation of the TLS/SSL protocols
https://aws.github.io/s2n-tls/usage-guide/
Apache License 2.0
4.53k stars 709 forks source link

contribute to ngtcp2 #3792

Closed rock59 closed 1 year ago

rock59 commented 1 year ago

ngtcp2 is a popular quic stack and supports openssl, boringssl, picotls, wolfssl and gnutls. Is there any plan to contribute integrations to ngtcp2 ?

maddeleine commented 1 year ago

Hello, we currently don't have any plans to contribute to ngtcp2. It looks like that project does the implementations itself; it might be quicker to contact that project and ask if it can add support for s2n-tls.

rock59 commented 1 year ago

@maddeleine thanks for response. Is s2n-tls fully Quic capable and Quic related api's fully tested?

maddeleine commented 1 year ago

Yes, s2n-tls is fully Quic capable, however our Quic APIs haven't been stabilized and may have breaking changes in the future.

rock59 commented 1 year ago

@maddeleine thanks