Home
last modified time | relevance | path

Searched refs:SSL_SESSION_is_resumable (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_SESSION_is_resumable.pod5 SSL_SESSION_is_resumable
12 int SSL_SESSION_is_resumable(const SSL_SESSION *s);
16 SSL_SESSION_is_resumable() determines whether an SSL_SESSION object can be used
23 SSL_SESSION_is_resumable() returns 1 if the session is resumable or 0 otherwise.
33 The SSL_SESSION_is_resumable() function was added in OpenSSL 1.1.1.
H A DSSL_get_session.pod36 L<SSL_SESSION_is_resumable(3)> for information on how to determine whether an
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_SESSION_is_resumable.pod5 SSL_SESSION_is_resumable
12 int SSL_SESSION_is_resumable(const SSL_SESSION *s);
16 SSL_SESSION_is_resumable() determines whether an SSL_SESSION object can be used
23 SSL_SESSION_is_resumable() returns 1 if the session is resumable or 0 otherwise.
33 The SSL_SESSION_is_resumable() function was added in OpenSSL 1.1.1.
H A DSSL_get_session.pod36 L<SSL_SESSION_is_resumable(3)> for information on how to determine whether an
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map452 SSL_SESSION_is_resumable;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map238 SSL_SESSION_is_resumable;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc363 SSL_SESSION_is_resumable.3 \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc584 SSL_SESSION_is_resumable.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c6154 || !TEST_false(SSL_SESSION_is_resumable(sess))) in test_shutdown()
6159 || !TEST_true(SSL_SESSION_is_resumable(sess))) { in test_shutdown()
6228 || !TEST_true(SSL_SESSION_is_resumable(sess)) in test_shutdown()
6239 || !TEST_true(SSL_SESSION_is_resumable(sess))) in test_shutdown()
6737 || !TEST_true(SSL_SESSION_is_resumable(sess)) in test_servername()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_sess.c970 int SSL_SESSION_is_resumable(const SSL_SESSION *s) in SSL_SESSION_is_resumable() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num443 SSL_SESSION_is_resumable 444 1_1_1 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num443 SSL_SESSION_is_resumable 444 3_0_0 EXIST::FUNCTION:
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtls.c1632 * If SSL_SESSION_is_resumable() is available, let's use that. It in isc_tlsctx_client_session_cache_reuse()
1636 return SSL_SESSION_is_resumable(sess) != 0;
1641 * SSL_SESSION_is_resumable() manually. Let's use a sensible in isc_tlsctx_client_session_cache_keep_sockaddr()
/netbsd-src/external/mpl/bind/dist/
H A Dconfig.h.in383 /* Define to 1 if you have the `SSL_SESSION_is_resumable' function. */
H A Dconfigure.ac698 AC_CHECK_FUNCS([SSL_SESSION_is_resumable])
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info2398 DEPEND[html/man3/SSL_SESSION_is_resumable.html]=man3/SSL_SESSION_is_resumable.pod
2399 GENERATE[html/man3/SSL_SESSION_is_resumable.html]=man3/SSL_SESSION_is_resumable.pod
2400 DEPEND[man/man3/SSL_SESSION_is_resumable.3]=man3/SSL_SESSION_is_resumable.pod
2401 GENERATE[man/man3/SSL_SESSION_is_resumable.3]=man3/SSL_SESSION_is_resumable.pod
3385 html/man3/SSL_SESSION_is_resumable.html \
3993 man/man3/SSL_SESSION_is_resumable.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1659 __owur int SSL_SESSION_is_resumable(const SSL_SESSION *s);
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dstatem_clnt.c1120 || !SSL_SESSION_is_resumable(sess)) { in tls_construct_client_hello()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dstatem_clnt.c1113 || !SSL_SESSION_is_resumable(sess)) { in tls_construct_client_hello()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1687 __owur int SSL_SESSION_is_resumable(const SSL_SESSION *s);