|
|
|
|
|
by tvdw
3532 days ago
|
|
Hi. I wrote the post, happy to answer questions. * yes, more modern versions of Go would likely mitigate some of the memory pain
* yes, crypto/tls is fast now
* no, crypto/tls still has insufficient functionality for implementing this. crypto/tls implicitly assumes you want to authenticate the channel through certificates, which Tor doesn't do
* I was using go 1.4
* yes, I tried Rust |
|
Crypto/tls doesn't support renegotation, which Tor needs, but they are getting rid off.