Home
last modified time | relevance | path

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 DSSL_CTX_set_alpn_select_cb.pod5 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 Dssl.map326 SSL_set_alpn_protos;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map424 SSL_set_alpn_protos;
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c3079 || !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 Dossl_shim.cc953 SSL_set_alpn_protos(ssl.get(), in DoExchange()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num223 SSL_set_alpn_protos 224 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num223 SSL_set_alpn_protos 224 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h802 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c2904 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 Dopenssl.txt1328 SSL_F_SSL_SET_ALPN_PROTOS:344:SSL_set_alpn_protos
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in794 __owur int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,