Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 11 of 11) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_alpn_select_cb.pod | 5 SSL_CTX_set_alpn_protos, SSL_set_alpn_protos, SSL_CTX_set_alpn_select_cb, 14 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, 52 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() are used by the client to 152 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() return 0 on success, and
|
/openssl/test/ |
H A D | clienthellotest.c | 128 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, in test_client_hello()
|
H A D | sslapitest.c | 10767 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, NULL, 2))) in test_set_alpn() 10769 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, 0))) in test_set_alpn() 10771 if (!TEST_false(SSL_CTX_set_alpn_protos(ctx, good, sizeof(good)))) in test_set_alpn() 10773 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, good, 1))) in test_set_alpn() 10775 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad0, sizeof(bad0)))) in test_set_alpn() 10777 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad1, sizeof(bad1)))) in test_set_alpn() 10779 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad2, sizeof(bad2)))) in test_set_alpn() 10781 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn() 10783 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad4, sizeof(bad4)))) in test_set_alpn()
|
H A D | ssl_old_test.c | 1738 if (SSL_CTX_set_alpn_protos(c_ctx, alpn, alpn_len)) { in main()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-tls.md | 239 a QUIC client must call one of `SSL_CTX_set_alpn_protos` or
|
H A D | quic-api-ssl-funcs.md | 194 | `SSL_CTX_set_alpn_protos` | HL | U | A | C\* †2 | Done …
|
/openssl/test/helpers/ |
H A D | handshake.c | 641 || !TEST_int_eq(SSL_CTX_set_alpn_protos(client_ctx, alpn_protos, in configure_handshake_ctx()
|
/openssl/util/ |
H A D | libssl.num | 334 SSL_CTX_set_alpn_protos 335 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/ |
H A D | s_client.c | 1978 if (SSL_CTX_set_alpn_protos(ctx, alpn, alpn_len) != 0) { in s_client_main()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 812 __owur int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
|
/openssl/ssl/ |
H A D | ssl_lib.c | 3688 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() function
|
Completed in 102 milliseconds