Comment Re:TLS rewrite - think I'll be staying far away (Score 1) 30
While I generally think Rust (or some other "more secure" language) is better, I do agree very much with the "security guys who happen to like rust" sentiment.
While using Rust can almost inevitably improve a number of other security-related aspects, it does not protect vs. timing and sidechannel attacks that are very important in cryptography. Casual re-implementation of an algorithm might easily reintroduce such issues.
Issues like that might stay buried for a long time, apart from the "three letter agencies" that will most likely do their own private analysis in any case.