/openssl/crypto/ |
H A D | arm_arch.h | 172 # 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 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.
|
H 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
|
H 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>.
|
H A D | SSL_CTX_set_timeout.pod | 45 This timeout value is used as the ticket lifetime hint for stateless session 53 of 0 for the ticket lifetime hint.
|
H A D | SSL_SESSION_has_ticket.pod | 23 SSL_SESSION_get_ticket_lifetime_hint returns the lifetime hint in seconds
|
H A D | SSL_CTX_sess_set_cache_size.pod | 18 This value is a hint and not an absolute; see the notes below.
|
H A D | SSL_new.pod | 91 =item any configured PSK identity hint
|
H A D | SSL_CTX_dane_enable.pod | 70 The B<basedomain> is used as the default SNI hint if none has yet been
|
/openssl/test/ |
H A D | dtls_mtu_test.c | 25 static unsigned int clnt_psk_callback(SSL *ssl, const char *hint, in clnt_psk_callback() argument
|
H A D | ssl_old_test.c | 96 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 D | sslapitest.c | 3289 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *id, in psk_client_cb() argument
|
/openssl/apps/ |
H A D | ciphers.c | 79 static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity, in dummy_psk() argument
|
H A D | s_client.c | 141 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 D | provider-storemgmt.pod | 145 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 D | NOTES-ANDROID.md | 27 (`./Configure` will fail and give you a hint if you get it wrong.)
|
H A D | NEWS.md | 944 * 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 D | CHANGES.md | 3696 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 D | apps.c | 2567 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 D | record-layer.md | 281 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 D | openssl-s_server.pod.in | 727 Use the PSK identity hint I<val> when using a PSK cipher suite.
|
H A D | openssl-s_client.pod.in | 367 TLSA base domain which becomes the default SNI hint and the primary
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 836 const char *hint,
|