[openssl-users] TLSv1_2_method

2017-03-24 Thread Lei Kong
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

Re: [openssl-users] how to implement functions for STACK OF custom type?

2017-03-24 Thread Dr. Stephen Henson
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

[openssl-users] OpenSSL sending close_notify right after responding to a heartbeat request

2017-03-24 Thread R Kaja Mohideen
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