Expand description
tls_api
implementation for security_framework
.
This crate is available on non-iOS or non-macOS, but most operations simply return error. So code depending on this crate can be typechecked without cargo target-specific setup and conditional compilation.
Structs§
Type Aliases§
- Secure
Transport TlsAcceptor Builder - To be replaced with
security_framework::secure_transport::ServerBuilder
in the next version of thesecurity_framework
.