Hello All,

Is there a TLS package in go that supports NULL CIPHER in TLS communication 
in go? 

I couldn't find any null cipher from the listed cipher suite IDs 
https://golang.org/pkg/crypto/tls/#pkg-constants
for ex: SSL_RSA_WITH_NULL_MD5

I am working on a project that involves a go client to communicate with a 
Kafka cluster. We plan to use Null Cipher based data exchange to just get 
authentication(without encryption) to prevent the significant performance 
impact we have observed in our testing when we use encryption.

--Unilocal

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to