Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_get (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dhttp.h78 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_HTTP_transfer.pod10 OSSL_HTTP_get,
35 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy,
213 OSSL_HTTP_get() uses HTTP GET to obtain data from I<bio> if non-NULL,
258 On success, OSSL_HTTP_exchange(), OSSL_HTTP_get(), and OSSL_HTTP_transfer()
H A DX509_load_http.pod52 L<OSSL_HTTP_get(3)>
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dhttp_test.c131 OSSL_HTTP_get("/will-be-redirected", in test_http_x509()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_all.c95 BIO *mem = OSSL_HTTP_get(url, NULL /* proxy */, NULL /* no_proxy */, in simple_get_asn1()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c1123 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy, in OSSL_HTTP_get() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2577 mem = OSSL_HTTP_get(url, proxy, no_proxy, NULL /* bio */, NULL /* rbio */, in app_http_get_asn1()