Tag: Async
-
XSS plugin vulnerabilities plague WordPress users
Thousands of active WordPress plugins have been hit with a swathe of cross-site scripting (XSS) vulnerabilities that could give attackers …
-
Using TLS in Rust: The Complexity of Async, Macros, and Madness
After a lot of trouble, I’m really happy that I was able to build an async I/O implementation of my protocol. However, for real code, I …
-
Using TLS in Rust: tokio Ain’t for Mere Mortals
I kept going with tokio for a while; I even got something that I think would eventually work. The whole concept is around streams, so I …
-
Using TLS in Rust: Getting Async I/O With tokio (Part 2)
On my last post, I got really frustrated with tokio’s complexity and wanted to move to using mio directly. The advantages are that the …
●●●