Hi everyone, sorry for bothering you with the questions related with session resumption, I've checked the mailing list and found no such discussion about it before.
Does OpenSSL support the session reused automatically and periodically? For the case of session renegotiation, there is configuration for renegotiation timer to initiate renegotiation request from server and client sides both. (BIO_set_ssl_renegotiate_timeout) Is there same configuration for session resumption? And usually it is the client side to initiate the session resumption request via inserting old session ID in the ClientHello msg. Is there any way to let server to initiate the resumption request? Look forward to your any hints, thanks a lot! Regards, Jin