Searched refs:SSL_set_alpn_protos (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/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, 16 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, 52 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() are used by the client to 147 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() return 0 on success, and
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 326 SSL_set_alpn_protos;
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 4257 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN, in test_early_data_psk() 4314 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN, in test_early_data_psk() 4332 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist, in test_early_data_psk() 10032 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2))) in test_set_alpn() 10034 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0))) in test_set_alpn() 10036 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good)))) in test_set_alpn() 10038 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1))) in test_set_alpn() 10040 if (!TEST_true(SSL_set_alpn_protos(ssl, bad0, sizeof(bad0)))) in test_set_alpn() 10042 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn() 10044 if (!TEST_true(SSL_set_alpn_protos(ssl, bad2, sizeof(bad2)))) in test_set_alpn() [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 223 SSL_set_alpn_protos 224 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 817 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
|
H A D | ssl.h.in | 794 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3112 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4148 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_set_alpn_protos.3
|