[openssl-users] TLS_PSK_WITH_AES_128_CCM_8 Cipher Suite Support?

2015-08-05 Thread Colin Foe-Parker
Good Morning, I am trying to set up a TLS connection between an embedded processor and remote server using the TLS_PSK_WITH_AES_128_CCM_8 cipher suite. This cipher suite is supported on the device side and I can find aes-128-ccm as a possibility on the fresh git clone of openssl. (using

Re: [openssl-users] TLS_PSK_WITH_AES_128_CCM_8 Cipher Suite Support?

2015-08-05 Thread Dr. Stephen Henson
On Wed, Aug 05, 2015, Colin Foe-Parker wrote: Good Morning, I am trying to set up a TLS connection between an embedded processor and remote server using the TLS_PSK_WITH_AES_128_CCM_8 cipher suite. This cipher suite is supported on the device side and I can find aes-128-ccm as a