Re: [openssl-users] ECDHE PSK ciphersuites

2016-02-23 Thread krzysztof w
Thanks. I'll try it then. 2016-02-23 14:15 GMT+01:00 Salz, Rich : > It will probably work for your needs. > > -- > openssl-users mailing list > To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users > -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/l

Re: [openssl-users] ECDHE PSK ciphersuites

2016-02-23 Thread krzysztof w
I saw there are a couple of "pre" tags for the 1.1 version. I need those cipher suites only to be able to interact with a specific device and the security is not important since it is only for testing purposes, where the transport is not the subject of testing. Will the "OpenSSL_1_1_0-pre3" be enou

[openssl-users] ECDHE PSK ciphersuites

2016-02-23 Thread krzysztof w
Hi, I looking for OpenSSL version that supports the following cipher suites: ECDHE-PSK-AES128-CBC-SHA256 DHE-PSK-AES128-CCM8 I've looked through the history of the "include\openssl\tls1.h" file where they are declared in the current master branch, and found out they were introduced in commit ea6

[openssl-users] Supported cipher suites

2016-02-18 Thread krzysztof w
Hi, I'm looking for a DTLS solution that supports a specific set of cipher suites. There is a listing (link below, not sure for which openssl version?) where I found some of them, but still I did not find the following ones: TLS_ECDH_ANON_WITH_AES_128_CBC_SHA256 TLS_ECDH_ANON_WITH_AES_256_CBC_SHA