TLS
2.1.3
🔒 Non-blocking, event-driven TLS built on OpenSSL & macOS security.
vapor-community/tls
Description
- Swift Tools 4.0.0
Description
{ "name": "TLS", "path": "/usr/src/package", "targets": [ { "name": "TLSTests", "path": "Tests/TLSTests", "type": "test", "c99name": "TLSTests", "sources": [ "Certs.swift", "LiveTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "TLS" ] }, { "name": "TLS", "path": "Sources/TLS", "type": "library", "c99name": "TLS", "sources": [ "Certificates.swift", "ClientSocket.swift", "Context.swift", "Error.swift", "Exports.swift", "InternetSocket.swift", "Mode.swift", "ReadableSocket.swift", "ServerSocket.swift", "Socket.swift", "Utilities.swift", "WriteableSocket.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "TLS" ], "product_dependencies": [ "Core", "CTLS", "Sockets" ] } ], "products": [ { "name": "TLS", "type": { "library": [ "automatic" ] }, "targets": [ "TLS" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/vapor/core.git", "type": "sourceControl", "identity": "core", "requirement": { "range": [ { "lower_bound": "2.1.1", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/vapor/sockets.git", "type": "sourceControl", "identity": "sockets", "requirement": { "range": [ { "lower_bound": "2.1.0", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/vapor/ctls.git", "type": "sourceControl", "identity": "ctls", "requirement": { "range": [ { "lower_bound": "1.1.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "4.0", "manifest_display_name": "TLS" }
Package Dump
{ "name": "TLS", "targets": [ { "name": "TLS", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Core", null ] }, { "byName": [ "CTLS", null ] }, { "byName": [ "Sockets", null ] } ], "packageAccess": false }, { "name": "TLSTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "TLS", null ] } ], "packageAccess": false } ], "products": [ { "name": "TLS", "type": { "library": [ "automatic" ] }, "targets": [ "TLS" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "core", "location": { "remote": [ { "urlString": "https://github.com/vapor/core.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.1.1", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "sockets", "location": { "remote": [ { "urlString": "https://github.com/vapor/sockets.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.1.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "ctls", "location": { "remote": [ { "urlString": "https://github.com/vapor/ctls.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
Dependencies
{ "url": "/usr/src/package", "name": "TLS", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] }, { "url": "https://github.com/vapor/sockets.git", "name": "Sockets", "path": "/usr/src/package/.build/checkouts/sockets", "version": "2.2.3", "identity": "sockets", "dependencies": [ { "url": "https://github.com/vapor/core.git", "name": "Core", "path": "/usr/src/package/.build/checkouts/core", "version": "2.2.1", "identity": "core", "dependencies": [ { "url": "https://github.com/vapor/bits.git", "name": "Bits", "path": "/usr/src/package/.build/checkouts/bits", "version": "1.1.1", "identity": "bits", "dependencies": [] }, { "url": "https://github.com/vapor/debugging.git", "name": "Debugging", "path": "/usr/src/package/.build/checkouts/debugging", "version": "1.1.1", "identity": "debugging", "dependencies": [] } ] } ] }, { "url": "https://github.com/vapor/ctls.git", "name": "CTLS", "path": "/usr/src/package/.build/checkouts/ctls", "version": "1.1.3", "identity": "ctls", "dependencies": [] } ] }