Can processes running with TLSv1_2_method talk to processes running with
something older, e.g. TLSv1_1_method? Along the same lines, will new TLS
versions be backward compatible with TLSv1_2_method ?
I would like to make my code proof, is there something like TLS_latest_method()?
I have a clust
On Tue, Mar 21, 2017, lists wrote:
> Sorry, I first posted this on the -dev list, likely inappropriate... now with
> an update:
>
> I am exploring my options with OpenSSL and specifically I am trying to manage
> the stacks for some custom objects.
> Currently, I have this code (sort of) in the
Hi,
We have a TLS Server (Written in C) and Client (Written in Java using
Netty + OpenSSL).
I see that when Server sends a TLS extension Heartbeat request to
client - OpenSSL responds to it and sends a close_notify alert right
after it - causing the server to close the session with client.
I don