What is the difference between QUIC in OpenSSL3.5 and quictls repos #28089
-
|
I see contributions on quictls in this repo https://github.com/quictls/quictls. What is the difference between OpenSSL 3.5 quic and qucitls ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
They are completely different QUIC implementations. |
Beta Was this translation helpful? Give feedback.
-
|
Quictls is a fork of OpenSSL. OpenSSL provides support for QUIC directly to applications. It also (in more recent versions) supplies an API for other QUIC stacks to use the TLS implementation (since QUIC uses TLS internally). Quictls supplies a completely different API for other QUIC stacks to use the TLS implementation. It does not provide any APIs to use QUIC directly to applications. |
Beta Was this translation helpful? Give feedback.
Quictls is a fork of OpenSSL.
OpenSSL provides support for QUIC directly to applications. It also (in more recent versions) supplies an API for other QUIC stacks to use the TLS implementation (since QUIC uses TLS internally).
Quictls supplies a completely different API for other QUIC stacks to use the TLS implementation. It does not provide any APIs to use QUIC directly to applications.