You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component is swift-nio-ssl, part of Swift's non-blocking networking stack, at the most recent version. (All versions I checked have the same problem, but let's focus on the latest version.)
As far as I know, swift-nio-ssl is the only way to use HTTP/2 + TLS and have access to HTTP trailers on iOS.
Integrates with other components?
connect-swift is an RPC library that's part of the broader Connect project, which recently joined the CNCF Sandbox. swift-nio-ssl is a build-time dependency of the connect-swift subpackage that offers gRPC compatibility.
The text was updated successfully, but these errors were encountered:
Component details
The component is
swift-nio-ssl
, part of Swift's non-blocking networking stack, at the most recent version. (All versions I checked have the same problem, but let's focus on the latest version.)The repository is https://github.com/apple/swift-nio-ssl. The repository as a whole claims to be available under an Apache 2 license, but it includes code that's licensed under the OpenSSL license. The text in that file also allows use under the CRYPTOGAMS license or GPL v2.
License name
OpenSSL
Code modified?
Unmodified
Changes contributed?
N/A
Any alternatives?
As far as I know,
swift-nio-ssl
is the only way to use HTTP/2 + TLS and have access to HTTP trailers on iOS.Integrates with other components?
connect-swift
is an RPC library that's part of the broader Connect project, which recently joined the CNCF Sandbox.swift-nio-ssl
is a build-time dependency of theconnect-swift
subpackage that offers gRPC compatibility.The text was updated successfully, but these errors were encountered: