Home
last modified time | relevance | path

Searched refs:hint (Results 1 – 22 of 22) sorted by relevance

/openssl/crypto/
H A Darm_arch.h147 # define AARCH64_VALID_CALL_TARGET hint #34 /* BTI 'c' */
157 # define AARCH64_SIGN_LINK_REGISTER hint #25 /* PACIASP */
158 # define AARCH64_VALIDATE_LINK_REGISTER hint #29 /* AUTIASP */
163 # define AARCH64_SIGN_LINK_REGISTER hint #27 /* PACIBSP */
164 # define AARCH64_VALIDATE_LINK_REGISTER hint #31 /* AUTIBSP */
/openssl/doc/man3/
H A DSSL_get_psk_identity.pod5 SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint
16 SSL_get_psk_identity_hint() is used to retrieve the PSK identity hint
25 hint and SSL_get_psk_identity() returns the PSK identity. Both are
27 no PSK identity hint was used during the connection setup.
H A DSSL_CTX_use_psk_identity_hint.pod13 - set PSK identity hint to use
34 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *hint);
35 int SSL_use_psk_identity_hint(SSL *ssl, const char *hint);
60 to set the given B<NUL>-terminated PSK identity hint B<hint> for SSL context
62 identity hint B<hint> for the SSL connection object B<ssl>. If B<hint> is
63 B<NULL> the current hint from B<ctx> or B<ssl> is deleted.
65 In the case where PSK identity hint is B<NULL>, the server does not send the
H A DSSL_CTX_set_psk_client_callback.pod29 const char *hint,
110 connection in parameter B<ssl>, a B<NUL>-terminated PSK identity hint
111 sent by the server in parameter B<hint>, a buffer B<identity> of
124 SSL_set_psk_client_callback() and use that. In this case the B<hint> value will
132 Note that parameter B<hint> given to the callback may be B<NULL>.
H A DSSL_CTX_set_timeout.pod45 This timeout value is used as the ticket lifetime hint for stateless session
53 of 0 for the ticket lifetime hint.
H A DSSL_SESSION_has_ticket.pod23 SSL_SESSION_get_ticket_lifetime_hint returns the lifetime hint in seconds
H A DSSL_CTX_sess_set_cache_size.pod18 This value is a hint and not an absolute; see the notes below.
H A DSSL_new.pod91 =item any configured PSK identity hint
H A DSSL_CTX_dane_enable.pod70 The B<basedomain> is used as the default SNI hint if none has yet been
/openssl/apps/
H A Dciphers.c79 static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity, in dummy_psk() argument
H A Ds_client.c96 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity, in psk_client_cb() argument
107 if (!hint) { in psk_client_cb()
113 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); in psk_client_cb()
/openssl/test/
H A Ddtls_mtu_test.c25 static unsigned int clnt_psk_callback(SSL *ssl, const char *hint, in clnt_psk_callback() argument
H A Dssl_old_test.c95 static unsigned int psk_client_callback(SSL *ssl, const char *hint,
2963 static unsigned int psk_client_callback(SSL *ssl, const char *hint, in psk_client_callback() argument
H A Dsslapitest.c3098 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *id, in psk_client_cb() argument
/openssl/doc/man7/
H A Dprovider-storemgmt.pod123 Is a hint of what type of data the OpenSSL library expects to get.
172 Type of the input format as a hint to use when decoding the objects in the
/openssl/
H A DNOTES-ANDROID.md27 (`./Configure` will fail and give you a hint if you get it wrong.)
H A DNEWS.md508 * Race condition handling PSK identify hint ([CVE-2015-3196])
608 * Race condition handling PSK identify hint ([CVE-2015-3196])
736 * Race condition handling PSK identify hint ([CVE-2015-3196])
H A DCHANGES.md2154 therefore give a hint as to what went wrong.
6859 * Race condition handling PSK identify hint
6864 identify hint data.
7730 - Try to set the ticket lifetime hint to something reasonable.
7938 * Race condition handling PSK identify hint
7943 identify hint data.
9464 for the psk identity [hint] and the psk callback functions to the
/openssl/apps/lib/
H A Dapps.c2461 const char *hint = tls_error_hint(); in http_tls_shutdown() local
2463 if (hint != NULL) in http_tls_shutdown()
2464 BIO_printf(bio_err, "%s\n", hint); in http_tls_shutdown()
/openssl/doc/man1/
H A Dopenssl-s_server.pod.in702 Use the PSK identity hint I<val> when using a PSK cipher suite.
H A Dopenssl-s_client.pod.in350 TLSA base domain which becomes the default SNI hint and the primary
/openssl/include/openssl/
H A Dssl.h.in819 const char *hint,

Completed in 157 milliseconds