Home
last modified time | relevance | path

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

/openssl/crypto/
H A Darm_arch.h172 # define AARCH64_VALID_CALL_TARGET hint #34 /* BTI 'c' */
182 # define AARCH64_SIGN_LINK_REGISTER hint #25 /* PACIASP */
183 # define AARCH64_VALIDATE_LINK_REGISTER hint #29 /* AUTIASP */
188 # define AARCH64_SIGN_LINK_REGISTER hint #27 /* PACIBSP */
189 # 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/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.c96 static unsigned int psk_client_callback(SSL *ssl, const char *hint,
2980 static unsigned int psk_client_callback(SSL *ssl, const char *hint, in psk_client_callback() argument
H A Dsslapitest.c3289 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *id, in psk_client_cb() argument
/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.c141 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity, in psk_client_cb() argument
152 if (!hint) { in psk_client_cb()
158 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint); in psk_client_cb()
/openssl/doc/man7/
H A Dprovider-storemgmt.pod145 Is a hint of what type of data the OpenSSL library expects to get.
194 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.md944 * Race condition handling PSK identify hint ([CVE-2015-3196])
1044 * Race condition handling PSK identify hint ([CVE-2015-3196])
1172 * Race condition handling PSK identify hint ([CVE-2015-3196])
H A DCHANGES.md3696 therefore give a hint as to what went wrong.
8401 * Race condition handling PSK identify hint
8406 identify hint data.
9272 - Try to set the ticket lifetime hint to something reasonable.
9480 * Race condition handling PSK identify hint
9485 identify hint data.
11006 for the psk identity [hint] and the psk callback functions to the
/openssl/apps/lib/
H A Dapps.c2567 const char *hint = tls_error_hint(); in http_tls_shutdown() local
2569 if (hint != NULL) in http_tls_shutdown()
2570 BIO_printf(bio_err, "%s\n", hint); in http_tls_shutdown()
/openssl/doc/designs/quic-design/
H A Drecord-layer.md281 its buffers. This is a hint only and the record layer is expected to manage its
285 buffers. This is a hint only and the record layer is expected to manage its own
/openssl/doc/man1/
H A Dopenssl-s_server.pod.in727 Use the PSK identity hint I<val> when using a PSK cipher suite.
H A Dopenssl-s_client.pod.in367 TLSA base domain which becomes the default SNI hint and the primary
/openssl/include/openssl/
H A Dssl.h.in836 const char *hint,

Completed in 162 milliseconds