|
|
|
|
|
by kyrra
4417 days ago
|
|
For Go, you probably don't want to use their net/http server if you will also have it doing SSL/TLS. Go's TLS implementation doesn't support a lot of older cipher suites which could be a problem for some clients. As well, it is not as hardened as OpenSSL and others (such as possibly being vulnerable to timing attacks[0]). [0] https://code.google.com/p/go/issues/detail?id=2445 |
|