Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustls/rustls-ffi
Use Rustls from any language
https://github.com/rustls/rustls-ffi
cryptography ffi rust ssl tls
Last synced: 3 months ago
JSON representation
Use Rustls from any language
- Host: GitHub
- URL: https://github.com/rustls/rustls-ffi
- Owner: rustls
- License: other
- Created: 2020-12-09T17:26:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T12:53:26.000Z (7 months ago)
- Last Synced: 2024-05-13T05:09:29.659Z (6 months ago)
- Topics: cryptography, ffi, rust, ssl, tls
- Language: Rust
- Homepage:
- Size: 692 KB
- Stars: 119
- Watchers: 12
- Forks: 29
- Open Issues: 43
-
Metadata Files:
- Readme: README-crates.io.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustls-FFI
This package contains bindings for using rustls in a non-Rust language. If
you're looking at this on crates.io, [you may want the rustls crate
instead](https://crates.io/crates/rustls).Even though this is a non-Rust API, it is published on crates.io so other
crates that wrap a different non-Rust API (for instance: the curl crate
wraps libcurl) can depend on it.[You may also want to read the rustls-ffi README](https://github.com/rustls/rustls-ffi#rustls-ffi-bindings).