Lines Matching refs:value
17 B<ctx> to B<t>. The timeout value B<t> must be given in seconds.
19 SSL_CTX_get_timeout() returns the currently set timeout value for B<ctx>.
25 timeout value valid at this time. If the actual time is later than creation
28 Due to this realization, all sessions behave according to the timeout value
29 valid at the time of the session negotiation. Changes of the timeout value
40 The default value for session timeout is decided on a per protocol
42 All currently supported protocols have the same default timeout value
45 This timeout value is used as the ticket lifetime hint for stateless session
46 tickets. It is also used as the timeout value within the ticket itself.
48 For TLSv1.3, RFC8446 limits transmission of this value to 1 week (604800
51 For TLSv1.2, tickets generated during an initial handshake use the value
52 as specified. Tickets generated during a resumed handshake have a value
57 SSL_CTX_set_timeout() returns the previously set timeout value.
59 SSL_CTX_get_timeout() returns the currently set timeout value.