Searched refs:SSL_set_alpn_protos (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/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 138 SSL_CTX_set_alpn_protos() and SSL_set_alpn_protos() return 0 on success, and
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 326 SSL_set_alpn_protos;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 424 SSL_set_alpn_protos;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 3079 || !TEST_false(SSL_set_alpn_protos(clientssl, BADALPN, in test_early_data_psk() 3136 || !TEST_false(SSL_set_alpn_protos(clientssl, GOODALPN, in test_early_data_psk() 3154 || !TEST_false(SSL_set_alpn_protos(clientssl, alpnlist, in test_early_data_psk() 7058 if (!TEST_false(SSL_set_alpn_protos(ssl, NULL, 2))) in test_set_alpn() 7060 if (!TEST_false(SSL_set_alpn_protos(ssl, good, 0))) in test_set_alpn() 7062 if (!TEST_false(SSL_set_alpn_protos(ssl, good, sizeof(good)))) in test_set_alpn() 7064 if (!TEST_true(SSL_set_alpn_protos(ssl, good, 1))) in test_set_alpn() 7066 if (!TEST_true(SSL_set_alpn_protos(ssl, bad0, sizeof(bad0)))) in test_set_alpn() 7068 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn() 7070 if (!TEST_true(SSL_set_alpn_protos(ssl, bad2, sizeof(bad2)))) in test_set_alpn() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
H A D | ossl_shim.cc | 953 SSL_set_alpn_protos(ssl.get(), in DoExchange()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libssl.num | 223 SSL_set_alpn_protos 224 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/ |
H A D | libssl.num | 223 SSL_set_alpn_protos 224 3_0_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 802 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_lib.c | 2904 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1328 SSL_F_SSL_SET_ALPN_PROTOS:344:SSL_set_alpn_protos
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | ssl.h.in | 794 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
|