Lines Matching refs:SSL_SESSION
11 SSL_SESSION *SSL_get_session(const SSL *ssl);
12 SSL_SESSION *SSL_get0_session(const SSL *ssl);
13 SSL_SESSION *SSL_get1_session(SSL *ssl);
17 SSL_get_session() returns a pointer to the B<SSL_SESSION> actually used in
18 B<ssl>. The reference count of the B<SSL_SESSION> is not incremented, so
24 count of the B<SSL_SESSION> is incremented by one.
35 SSL_SESSION object but that object cannot be used for resuming the session. See
37 SSL_SESSION object can be used for resumption or not.
46 The preferred way for applications to obtain a resumable SSL_SESSION object is
50 SSL_SESSION object that cannot be used for resumption in TLSv1.3. It also
59 In TLSv1.3 it is recommended that each SSL_SESSION object is only used for
76 SSL_SESSION objects keep internal link information about the session cache
78 One SSL_SESSION object, regardless of its reference count, must therefore
92 =item Pointer to an SSL_SESSION