[go-nuts] Re: TLS Cipher suites TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8

2019-12-16 Thread Brian Candler
There is always github.com/spacemonkeygo/openssl

(even then, openssl deprecates non-recommended crypto, so you may need to 
build against an old version)

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8cdb1026-e8d8-42ff-aafe-1870914a11c8%40googlegroups.com.


[go-nuts] Re: TLS Cipher suites TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8

2019-12-14 Thread kddavidson722
Taken from 
https://www.iana.org/assignments/tls-parameters/tls-parameters.xml:

Note
>
> CCM_8 cipher suites are not marked as "Recommended".  These
> cipher suites have a significantly truncated authentication tag
> that represents a security trade-off that may not be appropriate
> for general environments.
>

The go crypto libraries implement algorithms that are easy to use by a 
broad set of users in the general case, so while it may exist in a third 
party package, I would be surprised if it made its way into the standard 
library.

On Tuesday, December 10, 2019 at 4:22:40 PM UTC-7, nasapro...@gmail.com 
wrote:
>
> Hi, does golang support TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 ?
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/1546be38-6416-4f4f-becb-ae1be52eb70c%40googlegroups.com.


[go-nuts] Re: TLS Cipher suites TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8

2019-12-11 Thread nasaproductions
Ok it doesn’t. Will we support it?
Seems like there aren’t any CCM ciphers on that list.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/0bed9465-062d-4ae5-88be-7cf29500a88d%40googlegroups.com.


[go-nuts] Re: TLS Cipher suites TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8

2019-12-11 Thread Brian Candler
https://golang.org/pkg/crypto/tls/#pkg-constants

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/abc18c3a-5513-4c80-b11d-f382a57ad940%40googlegroups.com.