home.social

#rustls — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustls, aggregated by home.social.

  1. computing.co.uk/analysis/2026/

    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.

    #technews #opensource #rustls #openuk #rust #github

  2. computing.co.uk/analysis/2026/

    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.

    #technews #opensource #rustls #openuk #rust #github

  3. computing.co.uk/analysis/2026/

    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.

    #technews #opensource #rustls #openuk #rust #github

  4. computing.co.uk/analysis/2026/

    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.

    #technews #opensource #rustls #openuk #rust #github

  5. computing.co.uk/analysis/2026/

    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.

    #technews #opensource #rustls #openuk #rust #github

  6. 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

    opensourcesecurity.io/2025/202

    #TLS #Rustls #Rust #MemorySafety

  7. 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

    opensourcesecurity.io/2025/202

    #TLS #Rustls #Rust #MemorySafety

  8. 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

    opensourcesecurity.io/2025/202

    #TLS #Rustls #Rust #MemorySafety

  9. 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

    opensourcesecurity.io/2025/202

    #TLS #Rustls #Rust #MemorySafety

  10. 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

    opensourcesecurity.io/2025/202

    #TLS #Rustls #Rust #MemorySafety

  11. In other news, very happy to see the most popular #Rust http client library is switching their default TLS implementation from OpenSSL to #rustls.

    github.com/seanmonstar/reqwest

  12. I'm thrilled to announce the first release of Quark, my new reverse proxy written in 🦀

    Quark v0.1.0 is out and fully functional, built on top of the robust and libraries. It's designed to offer high performance and security for your web applications.

    Quark is open source and available under the MIT license.

    github.com/Goliworks/Quark

  13. How does 0-RTT work in #iroh (and #QUIC, and a little bit of #TLS), a fun exploration: iroh.computer/blog/0rtt-api

    What's even better is that @Frando already landed a PR in #rustls to improve the UX of this (github.com/rustls/rustls/pull/). Should also land in #Quinn and #iroh soon!

  14. How does 0-RTT work in #iroh (and #QUIC, and a little bit of #TLS), a fun exploration: iroh.computer/blog/0rtt-api

    What's even better is that @Frando already landed a PR in #rustls to improve the UX of this (github.com/rustls/rustls/pull/). Should also land in #Quinn and #iroh soon!

  15. 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?
    memorysafety.org/blog/rustls-s #Rustls #InternetSecurity #HackerNews #ngated

  16. Question to #RustLang: Is #Rustls now production-ready? It still has a 0.x version but the status says that some orgs and projects use it in production.
    When I write web apps using frameworks like #actix, should I use OpenSSL or can I safely use Rustls?
    #dev

  17. 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 :-) github.com/wlallemand/haproxy/

  18. CW: rant about rust

    What's the point of #rustls if it's just a wrapper for bundled BoringSSL? Why not use system OpenSSL instead?

    #Rust #RustLang

  19. 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!

    ferrous-systems.com/blog/rustl

    #rustlang #rustaceans #tls #memory

  20. 🦀 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`.

    ferrous-systems.com/blog/rustl

    #rustlang #memory #rustls #tls

  21. 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 oscwork.shop/2024/

  22. 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 oscwork.shop/2024/

  23. 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 oscwork.shop/2024/

  24. 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 oscwork.shop/2024/

  25. 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 oscwork.shop/2024/

  26. 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!

    github.com/rustls/rustls/pull/

    #rustlang #rustls #web

  27. 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:

    memorysafety.org/blog/1.5m-fro

    #ISRG #Rustls #memorysafety

  28. 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: insufficient.coffee/2023/03/30

    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.

  29. 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.

    insufficient.coffee/2023/03/21

  30. If you want to see #rustls support in #curl drop the experimental tag, we could use your help! Basically it fails a bunch of test cases and we have bugs filed that are rustls specific but nobody around who cares or knows rustls.

  31. Seriously considering replacing OpenSSL with #Rustls in #Portier: github.com/portier/portier-bro

    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.)

  32. Seriously considering replacing OpenSSL with #Rustls in #Portier: github.com/portier/portier-bro

    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.)

  33. Seriously considering replacing OpenSSL with in : github.com/portier/portier-bro

    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.)

  34. Seriously considering replacing OpenSSL with #Rustls in #Portier: github.com/portier/portier-bro

    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.)

  35. Seriously considering replacing OpenSSL with #Rustls in #Portier: github.com/portier/portier-bro

    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.)