|
|
|
|
|
by creeble
615 days ago
|
|
How is performance? We found the native Go SSL libraries (as used in, e.g. the http package natively) to add many ms to web api calls. We eventually substituted OpenSSL (despite not really wanting to). It significantly sped up the app. YMMV, this is for ARM 32-bit targets. |
|
Did you tried with GOEXPERIMENT=boringcrypto ?