InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Rustls Alternatives
Similar projects and alternatives to rustls
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
-
-
mkcert
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
rust-crypto
A (mostly) pure-Rust implementation of various cryptographic algorithms.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
sodiumoxide
[DEPRECATED] Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium)
-
BLAKE3
the official Rust and C implementations of the BLAKE3 cryptographic hash function
-
RustCrypto
Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers
-
Ockam
Orchestrate end-to-end encryption, mutual authentication, key management, credential management & authorization policy enforcement — at scale.
-
-
-
-
-
OpenSSL-2022
Operational information regarding CVE-2022-3602 and CVE-2022-3786, two vulnerabilities in OpenSSL 3
-
-
-
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
rustls reviews and mentions
-
Multi-link TCP connections in user space
utility functions for per-link encryption with TLS (in particular Rustls) are provided in aggligator-util
-
CVE-2022-3786 and CVE-2022-3602: X.509 Email Address Buffer Overflows
OpenSSL gets plenty of funding but we need to put more funding into TLS implementations that have a bigger focus on security and stability like boringssl, nss, go's tls, and rustls. It's 2022 and we have both languages better suited for this and tools to make existing languages safer and more robust, it's incredible to me that we aren't even more anxious over the current state of openssl.
That'd be Rustls, which is becoming more common in rust projects.
- OpenSSL 3.0.7 Published
- Urgent Upcoming OpenSSL release patches critical vulnerability
-
We rewrote a high-performance database in Rust
> production grade and pure rust tls library
You mean rustls? https://github.com/rustls/rustls
-
When to Use Bazel?
I just went through this recently (built a rust binary on my local machine, sent a binary to another person, they reported GLIBC errors, had to rebuild with the musl target, various crates depending on openssl failed) and found that every library that depended on openssl by default also had a `rusttls` feature in the crate that disabled openssl and enabled rusttls (https://github.com/rustls/rustls) instead.
So I just migrated everything over to that (which consisted of enabling the `rusttls` feature for every crate) and made another build with musl. Everything worked perfectly fine, and since it's not a performance sensitive application, there was basically no drawbacks. The binary became a bit bigger, but still under 4MB (with other assets baked into it) so wasn't a big issue.
-
Rustls vs. OpenSSL tradeoffs?
Regarding Rustls this can be a major blocker, but it's being worked on, and looks like it's finally getting there looking at the comments.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 30 Jan 2023
Stats
rustls/rustls is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.