Crates.io | s2n-tls-sys |
lib.rs | s2n-tls-sys |
version | 0.3.6 |
source | src |
created_at | 2021-04-21 18:31:02.027179 |
updated_at | 2024-11-01 21:19:50.892649 |
description | A C99 implementation of the TLS/SSL protocols |
homepage | |
repository | https://github.com/aws/s2n-tls |
max_upload_size | |
id | 387774 |
size | 2,865,614 |
This crates provides low level rust bindings for s2n-tls which are autogenerated with bindgen
This crate is not intended for direct consumption by end consumers. Interested developers should instead look at the s2n-tls or s2n-tls-tokio crates. These provide higher-level, more ergonomic bindings than the s2n-tls-sys
crate.