Home
last modified time | relevance | path

Searched refs:SSL_CTX_use_psk_identity_hint (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DSSL_CTX_use_psk_identity_hint.pod7 SSL_CTX_use_psk_identity_hint,
34 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *hint);
59 PSK ciphersuites for TLSv1.2 and below may call SSL_CTX_use_psk_identity_hint()
95 B<SSL_CTX_use_psk_identity_hint()> and B<SSL_use_psk_identity_hint()> return
/openssl/test/
H A Dssl_old_test.c1618 if (!SSL_CTX_use_psk_identity_hint(s_ctx, "ctx server identity_hint") || in main()
1619 !SSL_CTX_use_psk_identity_hint(s_ctx2, "ctx server identity_hint")) { in main()
/openssl/util/
H A Dlibssl.num322 SSL_CTX_use_psk_identity_hint 323 3_0_0 EXIST::FUNCTION:PSK
/openssl/doc/
H A Dbuild.info2454 DEPEND[html/man3/SSL_CTX_use_psk_identity_hint.html]=man3/SSL_CTX_use_psk_identity_hint.pod
2455 GENERATE[html/man3/SSL_CTX_use_psk_identity_hint.html]=man3/SSL_CTX_use_psk_identity_hint.pod
2456 DEPEND[man/man3/SSL_CTX_use_psk_identity_hint.3]=man3/SSL_CTX_use_psk_identity_hint.pod
2457 GENERATE[man/man3/SSL_CTX_use_psk_identity_hint.3]=man3/SSL_CTX_use_psk_identity_hint.pod
3623 html/man3/SSL_CTX_use_psk_identity_hint.html \
4287 man/man3/SSL_CTX_use_psk_identity_hint.3 \
/openssl/apps/
H A Ds_server.c2214 if (!SSL_CTX_use_psk_identity_hint(ctx, psk_identity_hint)) { in s_server_main()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md333 | `SSL_CTX_use_psk_identity_hint` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in851 __owur int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint);
/openssl/ssl/
H A Dssl_lib.c5671 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint() function
/openssl/
H A DCHANGES.md11014 SSL_CTX_use_psk_identity_hint

Completed in 267 milliseconds