Searched refs:OSSL_HTTP_open (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | OSSL_HTTP_transfer.pod | 5 OSSL_HTTP_open, 21 OSSL_HTTP_REQ_CTX *OSSL_HTTP_open(const char *server, const char *port, 55 OSSL_HTTP_open() initiates an HTTP session using the I<bio> argument if not 208 typically set up using OSSL_HTTP_open() and OSSL_HTTP_set1_request(). 234 and the I<bio_update_fn>, as described for OSSL_HTTP_open(), must be provided. 235 Also the remaining parameters are interpreted as described for OSSL_HTTP_open() 241 It combines OSSL_HTTP_open(), OSSL_HTTP_set1_request(), OSSL_HTTP_exchange(), 247 The remaining parameters are interpreted as described for OSSL_HTTP_open() 253 given during setup as described above for OSSL_HTTP_open(). 269 OSSL_HTTP_open() returns on success a B<OSSL_HTTP_REQ_CTX>, else NULL.
|
H A D | OSSL_HTTP_REQ_CTX.pod | 125 L<OSSL_HTTP_open(3)> with the default being 0, which means no timeout. 278 L<OSSL_HTTP_open(3)>,
|
H A D | OSSL_CMP_CTX_new.pod | 410 as described for the I<bio_update_fn> parameter of L<OSSL_HTTP_open(3)>. 412 as described for the I<arg> parameter of L<OSSL_HTTP_open(3)>. 856 L<ERR_print_errors_cb(3)>, L<OSSL_HTTP_open(3)>
|
/openssl/include/openssl/ |
H A D | http.h | 69 OSSL_HTTP_REQ_CTX *OSSL_HTTP_open(const char *server, const char *port,
|
/openssl/crypto/http/ |
H A D | http_client.c | 1017 OSSL_HTTP_REQ_CTX *OSSL_HTTP_open(const char *server, const char *port, in OSSL_HTTP_open() function 1242 rctx = OSSL_HTTP_open(host, port, proxy, no_proxy, in OSSL_HTTP_get() 1315 rctx = OSSL_HTTP_open(server, port, proxy, no_proxy, in OSSL_HTTP_transfer()
|
/openssl/util/ |
H A D | libcrypto.num | 4890 OSSL_HTTP_open 5018 3_0_0 EXIST::FUNCTION:HTTP
|
Completed in 33 milliseconds