Wrote my first Rust program. It was for testing Rustls with TryTLS. Rustls did well. Had fun. — Update: There’s a sequel to this post. Spoilers: The tests themselves needed fixing, and now Rustls passes all of them. During the past summer I got to work on a tool called TryTLS, a tool for testing how libraries use TLS. The idea is to use your language/library-combo of choice…