suruga
TLS implementation
Implementation of a subset of the TLS 1.2 protocol in Rust
[INACTIVE] TLS 1.2 implementation in Rust
125 stars
14 watching
13 forks
Language: Rust
last commit: almost 9 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
drogue-iot/embedded-tls | An embedded device TLS 1.3 implementation in Rust | 172 |
zliuva/ktlswrapper | Enables TLS support without modifying existing applications | 23 |
sfackler/rust-native-tls | An abstraction over platform-specific TLS implementations for secure network communication | 479 |
alexnask/iguanatls | An experimental implementation of a minimal TLS 1.2 protocol in Zig language | 86 |
shiguredo/tls13-zig | A TLS 1.3 implementation in Zig language using only the standard library | 132 |
bifurcation/mint | A TLS 1.3 stack with minimal code and priority on testing for a learning effort. | 225 |
blas-lapack-rs/blis-src | Provides a Rust package to build and link the BLIS library, which is used as a BLAS implementation. | 10 |
mcginty/snow | A Rust implementation of a secure communication framework | 894 |
eduardsui/tlse | A single C file implementation of various TLS protocols and DTLS protocols using the TomCrypt crypto library | 545 |
guillaumegomez/rust-gsl | A Rust binding for the GSL library. | 190 |
zonyitoo/mqtt-rs | An MQTT protocol library written in Rust. | 178 |
rustcrypto/signatures | This project provides digital signature algorithms and implementation in Rust. | 472 |
haskell-tls/hs-tls | A Haskell implementation of the Transport Layer Security protocol for secure communication between servers and clients. | 403 |
mikkyang/rust-blas | Rust bindings and wrappers for the Basic Linear Algebra Subprograms | 84 |
brson/rust-sdl | Bindings for SDL in Rust to abstract away low-level memory management | 179 |