TLS Heartbeat Extension (https://www.rfc-editor.org/rfc/rfc6520), which is available in OpenSSL. Does JSSE also support this extension ?
Asked
Active
Viewed 142 times
0
-
Adjusted your title and tags. JSSE consists of more than the `SSLEngine`. It contains two separate implementations, the `SSLEngine` and `SSLSocket`. They will both support the same things. – user207421 Dec 19 '14 at 04:51
-
Thanks to @EJP . But I'm unable to find any heartbeat features in these 2 classes so far. – auntyellow Dec 19 '14 at 05:32
-
I don't think you will, but those aren't the actual classes to look at if you're talking about checking source code. – user207421 Dec 19 '14 at 05:43