/openssl-master/crypto/ |
A D | arm_arch.h | 143 # 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 D | SSL_get_psk_identity.pod | 5 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 D | SSL_CTX_use_psk_identity_hint.pod | 13 - 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 D | SSL_CTX_set_psk_client_callback.pod | 29 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 D | SSL_SESSION_has_ticket.pod | 23 SSL_SESSION_get_ticket_lifetime_hint returns the lifetime hint in seconds
|
A D | SSL_CTX_sess_set_cache_size.pod | 18 This value is a hint and not an absolute; see the notes below.
|
A D | SSL_new.pod | 91 =item any configured PSK identity hint
|
A D | SSL_CTX_dane_enable.pod | 70 The B<basedomain> is used as the default SNI hint if none has yet been
|
/openssl-master/test/ |
A D | dtls_mtu_test.c | 25 static unsigned int clnt_psk_callback(SSL *ssl, const char *hint, in clnt_psk_callback() argument
|
A D | ssl_old_test.c | 95 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 D | sslapitest.c | 3045 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *id, in psk_client_cb() argument
|
/openssl-master/apps/ |
A D | ciphers.c | 79 static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity, in dummy_psk() argument
|
A D | s_client.c | 96 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 D | provider-storemgmt.pod | 114 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 D | NOTES-ANDROID.md | 27 (`./Configure` will fail and give you a hint if you get it wrong.)
|
A D | NEWS.md | 475 * 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 D | CHANGES.md | 1757 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 D | apps.c | 2468 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 D | openssl-s_server.pod.in | 697 Use the PSK identity hint I<val> when using a PSK cipher suite.
|
A D | openssl-s_client.pod.in | 346 TLSA base domain which becomes the default SNI hint and the primary
|
/openssl-master/include/openssl/ |
A D | ssl.h.in | 816 const char *hint,
|