Robuta

https://www.memorysafety.org/initiative/rustls/
The Story Most devices on the Internet use the TLS protocol to protect their data in transit. Unfortunately, most TLS implementations are written in C and have...
rustlsprossimo
https://github.com/curl/curl/pull/19756
Since this function returns allocated resources there is probably at least a theoretical risk this can return NULL. Pointed out by ZeroPath
rustlsverifybuildernull
https://github.com/curl/curl/pull/18671
To match the rest of the codebase. Follow-up to 548d8a8 Cherry-picked from #18660
capitalizerustlslogoutput
https://www.memorysafety.org/blog/rustls-joins-rust-foundation-rust-innovation-lab/
The Rust Foundation just announced the launch of the Rust Innovation Lab, with the Rustls TLS library as the inaugural hosted project. We're excited to see...
rust foundationinnovation labrustlsjoinsprossimo
https://www.memorysafety.org/blog/rustls-error-handling/
Dirkjan Ochtman is a maintainer of the Rustls TLS library that we've invested in since 2021. While he and the other maintainers have made many improvements and...
error handlingimprovingrustlsprossimo
https://github.com/curl/curl/pull/18628
This is a variadic function call with a mismatched argument type; on platforms where uintptr_t and size_t differ, this invokes undefined behavior. Reported in...
rustlsvariablesafertraceoutput