#rustls — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rustls, aggregated by home.social.
-
A lot of things don’t add up in the world of software. The skills gap remains stubbornly wide, with IT and data skills the hardest to recruit for five consecutive years. Yet, at the same time, entry level roles are declining as employers redeploy existing employees rather than hiring new ones.
-
A lot of things don’t add up in the world of software. The skills gap remains stubbornly wide, with IT and data skills the hardest to recruit for five consecutive years. Yet, at the same time, entry level roles are declining as employers redeploy existing employees rather than hiring new ones.
-
A lot of things don’t add up in the world of software. The skills gap remains stubbornly wide, with IT and data skills the hardest to recruit for five consecutive years. Yet, at the same time, entry level roles are declining as employers redeploy existing employees rather than hiring new ones.
-
A lot of things don’t add up in the world of software. The skills gap remains stubbornly wide, with IT and data skills the hardest to recruit for five consecutive years. Yet, at the same time, entry level roles are declining as employers redeploy existing employees rather than hiring new ones.
-
A lot of things don’t add up in the world of software. The skills gap remains stubbornly wide, with IT and data skills the hardest to recruit for five consecutive years. Yet, at the same time, entry level roles are declining as employers redeploy existing employees rather than hiring new ones.
-
#eBPF collects telemetry directly from applications and infrastructure, simplifying observability instrumentation. Here’s how to get it working with #Rustls: https://coroot.com/blog/instrumenting-rust-tls-with-ebpf/
#rust #openssl #golang #go #linux #ebpf #observability #monitoring #sysadmin #devops #sre #opensource #FOSS #freesoftware #kubernetes #tech #otel #opentelemetry #tech #AI
-
This week on #OpenSourceSecurity I chat with @djc and @ctz about #Rustls. A lot has happened with Rustls in the last few years (and there's a lot more to come). Writing a TLS implementation is incredibly complicated, even when you don't have to worry about memory safety
https://opensourcesecurity.io/2025/2025-12-rustls-dirkjan-joe/
-
This week on #OpenSourceSecurity I chat with @djc and @ctz about #Rustls. A lot has happened with Rustls in the last few years (and there's a lot more to come). Writing a TLS implementation is incredibly complicated, even when you don't have to worry about memory safety
https://opensourcesecurity.io/2025/2025-12-rustls-dirkjan-joe/
-
This week on #OpenSourceSecurity I chat with @djc and @ctz about #Rustls. A lot has happened with Rustls in the last few years (and there's a lot more to come). Writing a TLS implementation is incredibly complicated, even when you don't have to worry about memory safety
https://opensourcesecurity.io/2025/2025-12-rustls-dirkjan-joe/
-
This week on #OpenSourceSecurity I chat with @djc and @ctz about #Rustls. A lot has happened with Rustls in the last few years (and there's a lot more to come). Writing a TLS implementation is incredibly complicated, even when you don't have to worry about memory safety
https://opensourcesecurity.io/2025/2025-12-rustls-dirkjan-joe/
-
This week on #OpenSourceSecurity I chat with @djc and @ctz about #Rustls. A lot has happened with Rustls in the last few years (and there's a lot more to come). Writing a TLS implementation is incredibly complicated, even when you don't have to worry about memory safety
https://opensourcesecurity.io/2025/2025-12-rustls-dirkjan-joe/
-
In other news, very happy to see the most popular #Rust http client library is switching their default TLS implementation from OpenSSL to #rustls.
https://github.com/seanmonstar/reqwest/releases/tag/v0.13.0-rc.1
-
I'm thrilled to announce the first release of Quark, my new reverse proxy written in #Rust 🦀
Quark v0.1.0 is out and fully functional, built on top of the robust #Hyper and #Rustls libraries. It's designed to offer high performance and security for your web applications.
Quark is open source and available under the MIT license.
-
How does 0-RTT work in #iroh (and #QUIC, and a little bit of #TLS), a fun exploration: https://www.iroh.computer/blog/0rtt-api
What's even better is that @Frando already landed a PR in #rustls to improve the UX of this (https://github.com/rustls/rustls/pull/2476). Should also land in #Quinn and #iroh soon!
-
How does 0-RTT work in #iroh (and #QUIC, and a little bit of #TLS), a fun exploration: https://www.iroh.computer/blog/0rtt-api
What's even better is that @Frando already landed a PR in #rustls to improve the UX of this (https://github.com/rustls/rustls/pull/2476). Should also land in #Quinn and #iroh soon!
-
Rustls: where #nerds desperately try to make #TLS exciting again 🎉. Apparently, the Internet Security Research Group showered them with cash to make things faster, but they'll still take a year to tell us they're "back" with more #improvements. 🐢💸 Who knew #performance could be this riveting?
https://www.memorysafety.org/blog/rustls-server-perf/ #Rustls #InternetSecurity #HackerNews #ngated -
#rustls 0.23.21 has been released (#Rust / #SSL / #TLS) https://github.com/rustls/rustls
-
#rustls 0.23.18 has been released (#Rust / #SSL / #TLS) https://github.com/rustls/rustls
-
The Open Source Cryptography Workshop is returning for 2024, again after #RWC. We’re requesting ideas for sessions from the community, focused on those who build and use open source #cryptography libraries and solutions. Last year we held sessions about bugfinding, adopting #Rustls in libcurl, and clean-sheet #cryptosystem design.
The RFP form is available via https://oscwork.shop/2024/
-
Rust-Written #Rustls Now Reportedly Outperforming #OpenSSL & #BoringSSL
-
Got my first HTTPS response from #haproxy using #rustls openssl-compat. I won't say this working corrrectly yet, and I had to patch a few things in haproxy but at least this is a start. Don't expect an official support, I'm just doing this for experimenting :-) https://github.com/wlallemand/haproxy/blob/20240525-rustls-libssl/RUSTLS_LIBSSL.NOTES
-
-
CW: rant about rust
-
If you have been waiting for part 2 of the blog series about the performance work we have been doing on #rustls for Prossimo ISRG, your wait is over!
-
🦀 New blog post alert 🦀
"Using `mem::take` to reduce heap allocations"
This is the first post of a series where we go through the performance work we did in rustls, a modern TLS library in Rust. Today we tame the borrow checker using `mem::take`.
-
If you are using Rust for web or considering doing so, you might be excited to hear that rustls merged a PR to make ring an optional dependency. Soon(-ish) you will be able to choose which cryptography backend to use with rustls, including one written fully in Rust. That would help with making your projects easier to build.
Big thank you to rustls team, including Joe Birr-Pixton, @djc, and @cpu! -
In #RDM we too often take the technical layers that ensure privacy and integrity of data exchange for granted, despite dozen of critical incidents over the last years. We therefore welcome the recent decision of the German @sovtechfund to fund the ISRG's #Prossimo project with 1.5 MEUR to reduce attack surfaces in important components like #TLS libraries:
https://www.memorysafety.org/blog/1.5m-from-sovereign-tech-fund/
-
While I couldn't be at the Open Source Cryptography Workshop or #RealWorldCrypto to speak and collaborate in-person (because I got COVID again, woo), I recorded my Workshop talk about #Rustls-FFI and #curl, which just played there in Tokyo.
I've embedded the recording in my blogpost here: https://insufficient.coffee/2023/03/30/opensource-crypto-workshop-rustls-ffi/
I got some good live questions about using multiple layers of statically (or dynamically) linked FFI libraries, and about compiling rustls-ffi on systems unsupported by #ring.
-
It's a little alarming that I'm leaving for #RWC2023 in #Tokyo in like, 36 hours. Also still amusing to me that it'll be my first time attending in person, after all these years.
My talk about #Rustls and #Rustls-ffi is ready (except I'm going to stress about it until I give it), but this is my first international travel this era, so I'm stressing.
https://insufficient.coffee/2023/03/21/rwc-and-opensource-crypto-workshop-2023/
-
Seriously considering replacing OpenSSL with #Rustls in #Portier: https://github.com/portier/portier-broker/pull/653
This is primarily about distributing binaries. We can eliminate all shared library dependencies this way. I guess we could also static link OpenSSL, but that sounds even uglier? (Node.js does it, though.)
-
Rust-Written #Rustls Now Reportedly Outperforming #OpenSSL & #BoringSSL
-
Rust-Written #Rustls Now Reportedly Outperforming #OpenSSL & #BoringSSL
-
Rust-Written #Rustls Now Reportedly Outperforming #OpenSSL & #BoringSSL
-
Rust-Written #Rustls Now Reportedly Outperforming #OpenSSL & #BoringSSL
-
Seriously considering replacing OpenSSL with #Rustls in #Portier: https://github.com/portier/portier-broker/pull/653
This is primarily about distributing binaries. We can eliminate all shared library dependencies this way. I guess we could also static link OpenSSL, but that sounds even uglier? (Node.js does it, though.)
-
Seriously considering replacing OpenSSL with #Rustls in #Portier: https://github.com/portier/portier-broker/pull/653
This is primarily about distributing binaries. We can eliminate all shared library dependencies this way. I guess we could also static link OpenSSL, but that sounds even uglier? (Node.js does it, though.)
-
Seriously considering replacing OpenSSL with #Rustls in #Portier: https://github.com/portier/portier-broker/pull/653
This is primarily about distributing binaries. We can eliminate all shared library dependencies this way. I guess we could also static link OpenSSL, but that sounds even uglier? (Node.js does it, though.)
-
Seriously considering replacing OpenSSL with #Rustls in #Portier: https://github.com/portier/portier-broker/pull/653
This is primarily about distributing binaries. We can eliminate all shared library dependencies this way. I guess we could also static link OpenSSL, but that sounds even uglier? (Node.js does it, though.)
-
The Open Source Cryptography Workshop is returning for 2024, again after #RWC. We’re requesting ideas for sessions from the community, focused on those who build and use open source #cryptography libraries and solutions. Last year we held sessions about bugfinding, adopting #Rustls in libcurl, and clean-sheet #cryptosystem design.
The RFP form is available via https://oscwork.shop/2024/
-
The Open Source Cryptography Workshop is returning for 2024, again after #RWC. We’re requesting ideas for sessions from the community, focused on those who build and use open source #cryptography libraries and solutions. Last year we held sessions about bugfinding, adopting #Rustls in libcurl, and clean-sheet #cryptosystem design.
The RFP form is available via https://oscwork.shop/2024/
-
The Open Source Cryptography Workshop is returning for 2024, again after #RWC. We’re requesting ideas for sessions from the community, focused on those who build and use open source #cryptography libraries and solutions. Last year we held sessions about bugfinding, adopting #Rustls in libcurl, and clean-sheet #cryptosystem design.
The RFP form is available via https://oscwork.shop/2024/
-
The Open Source Cryptography Workshop is returning for 2024, again after #RWC. We’re requesting ideas for sessions from the community, focused on those who build and use open source #cryptography libraries and solutions. Last year we held sessions about bugfinding, adopting #Rustls in libcurl, and clean-sheet #cryptosystem design.
The RFP form is available via https://oscwork.shop/2024/