Home
last modified time | relevance | path

Searched refs:is_forward_secure (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Ds_server.c61 static int not_resumable_sess_cb(SSL *s, int is_forward_secure);
709 static int not_resumable_sess_cb(SSL *s, int is_forward_secure) in not_resumable_sess_cb() argument
712 return is_forward_secure; in not_resumable_sess_cb()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1103 int (*not_resumable_session_cb)(SSL *ssl, int is_forward_secure);
1799 int (*not_resumable_session_cb)(SSL *ssl, int is_forward_secure);
H A Dssl_lib.c5898 is_forward_secure)) in SSL_CTX_set_not_resumable_session_callback() argument
5906 int is_forward_secure)) in SSL_set_not_resumable_session_callback() argument
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2324 is_forward_secure));
2328 int is_forward_secure));
H A Dssl.h.in2277 is_forward_secure));
2281 int is_forward_secure));
/freebsd/crypto/openssl/
H A DCHANGES.md6931 SSL_CTX *ctx, int (*cb)(SSL *ssl, int is_forward_secure))
6933 SSL *ssl, int (*cb)(SSL *ssl, int is_forward_secure))
6942 A simple reasonable callback implementation is to return is_forward_secure.