Add support for SSL_SESSION_is_resumable()
authorMatt Caswell <matt@openssl.org>
Tue, 21 Mar 2017 13:50:31 +0000 (13:50 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 26 Apr 2017 15:42:29 +0000 (16:42 +0100)
commite586eac8858c3ea1f6094f5a3ea489e8e7f1973a
tree8b19c97fca82b683aedf2ccde86105c84749d98d
parent3348fc7e8940b66ab4545a618ba87a63fb677a79
Add support for SSL_SESSION_is_resumable()

Provide a way to test whether the SSL_SESSION object can be used to resume a
sesion or not.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3008)
include/openssl/ssl.h
ssl/ssl_sess.c
ssl/statem/statem_clnt.c
util/libssl.num