[go-nuts] Re: Any NULL CIPHER available in TLS package?

2018-11-27 Thread Localhost shell
Just resending it to catch someones' attention who is aware of a Null Cipher implementation in any go crypto package. On Monday, November 26, 2018 at 12:18:48 PM UTC-8, Localhost shell wrote: > > Hello All, > > Is there a TLS package in go that supports NULL CIPHER in TLS > comm

[go-nuts] Any NULL CIPHER available in TLS package?

2018-11-26 Thread Localhost shell
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