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
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
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