Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Darm_arch.h143 # define AARCH64_VALID_CALL_TARGET hint #34 /* BTI 'c' */
153 # define AARCH64_SIGN_LINK_REGISTER hint #25 /* PACIASP */
154 # define AARCH64_VALIDATE_LINK_REGISTER hint #29 /* AUTIASP */
159 # define AARCH64_SIGN_LINK_REGISTER hint #27 /* PACIBSP */
160 # define AARCH64_VALIDATE_LINK_REGISTER hint #31 /* AUTIBSP */
/openssl-master/doc/man3/
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.
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
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>.
A DSSL_SESSION_has_ticket.pod23 SSL_SESSION_get_ticket_lifetime_hint returns the lifetime hint in seconds
A DSSL_CTX_sess_set_cache_size.pod18 This value is a hint and not an absolute; see the notes below.
A DSSL_new.pod91 =item any configured PSK identity hint
A DSSL_CTX_dane_enable.pod70 The B<basedomain> is used as the default SNI hint if none has yet been
/openssl-master/test/
A Ddtls_mtu_test.c25 static unsigned int clnt_psk_callback(SSL *ssl, const char *hint, in clnt_psk_callback() argument
A Dssl_old_test.c95 static unsigned int psk_client_callback(SSL *ssl, const char *hint,
2906 static unsigned int psk_client_callback(SSL *ssl, const char *hint, in psk_client_callback() argument
A Dsslapitest.c3045 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *id, in psk_client_cb() argument
/openssl-master/apps/
A Dciphers.c79 static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity, in dummy_psk() argument
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-master/doc/man7/
A Dprovider-storemgmt.pod114 Is a hint of what type of data the OpenSSL library expects to get.
163 Type of the input format as a hint to use when decoding the objects in the
/openssl-master/
A DNOTES-ANDROID.md27 (`./Configure` will fail and give you a hint if you get it wrong.)
A DNEWS.md475 * Race condition handling PSK identify hint ([CVE-2015-3196])
575 * Race condition handling PSK identify hint ([CVE-2015-3196])
703 * Race condition handling PSK identify hint ([CVE-2015-3196])
A DCHANGES.md1757 therefore give a hint as to what went wrong.
6462 * Race condition handling PSK identify hint
6467 identify hint data.
7333 - Try to set the ticket lifetime hint to something reasonable.
7541 * Race condition handling PSK identify hint
7546 identify hint data.
9067 for the psk identity [hint] and the psk callback functions to the
/openssl-master/apps/lib/
A Dapps.c2468 const char *hint = tls_error_hint(); in app_http_tls_cb() local
2470 if (hint != NULL) in app_http_tls_cb()
2471 ERR_add_error_data(2, " : ", hint); in app_http_tls_cb()
/openssl-master/doc/man1/
A Dopenssl-s_server.pod.in697 Use the PSK identity hint I<val> when using a PSK cipher suite.
A Dopenssl-s_client.pod.in346 TLSA base domain which becomes the default SNI hint and the primary
/openssl-master/include/openssl/
A Dssl.h.in816 const char *hint,

Completed in 73 milliseconds