TLS_ECDHE_ECDSA_WITH_AES_128_CCM

2012-11-13 Thread Albers, Thorsten
Hi, can anyone tell me when the TLS cipher suite TLS_ECDHE_ECDSA_WITH_AES_128_CCM will be supported by openssl? I have a request to implement this cipher suite in my embedded client TLS software. For this implementation it would be helpful to have a working TLS server. Maybe at least the needed

RE: Tls1.2 Problem with client certificate and RSA_verify

2012-07-30 Thread Albers, Thorsten
erify > >On Fri, Jul 27, 2012, Albers, Thorsten wrote: > >> Hi, >> I have a problem with the openssl s_server (v1.0.1c) when requesting a >client certificate. I'm developing my own TLS 1.2 implementation (for >embedded platforms), and I'm stuck with a problem with

Tls1.2 Problem with client certificate and RSA_verify

2012-07-27 Thread Albers, Thorsten
Hi, I have a problem with the openssl s_server (v1.0.1c) when requesting a client certificate. I'm developing my own TLS 1.2 implementation (for embedded platforms), and I'm stuck with a problem with using the client certificate. I already implemented TLS 1.0 earlier, so it's not completely new