Searched refs:GET (Results 1 – 15 of 15) sorted by relevance
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 153 NONE = 0, GET = 1, SET = 2 enumerator 519 if (ctx->action_type == GET) { in default_fixup_args() 874 ctx->action_type = GET; in fix_kdf_type() 1202 ctx->action_type = GET; in fix_ecdh_cofactor() 1212 ctx->action_type = GET; in fix_ecdh_cofactor() 2083 { GET, -1, -1, -1, 2086 { GET, -1, -1, -1, 2455 { GET, -1, -1, -1, 0, NULL, NULL, 2458 { GET, -1, -1, -1, 0, NULL, NULL, 2751 case GET: in evp_pkey_ctx_ctrl_to_param() [all …]
|
/openssl/demos/guide/ |
H A D | README.md | 89 3. Issues an HTTP 1.0 GET request of the form "GET /$FILE"
|
/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 82 which should be 1 to indicate C<POST> or 0 to indicate C<GET>. 137 even if a GET request is going to be sent, in which case I<req> must be NULL. 232 This may be omitted if the GET method is used and "keep-alive" is not requested.
|
H A D | OSSL_HTTP_transfer.pod | 174 If I<req> is NULL the HTTP GET method will be used to send the request 210 If the HTTP method is GET and I<redirection_url> 225 OSSL_HTTP_get() uses HTTP GET to obtain data from I<bio> if non-NULL,
|
H A D | BIO_s_connect.pod | 205 BIO_puts(cbio, "GET / HTTP/1.0\n\n");
|
H A D | BIO_f_ssl.pod | 194 BIO_puts(sbio, "GET / HTTP/1.0\n\n");
|
/openssl/doc/man1/ |
H A D | openssl-s_time.pod.in | 57 This specifies the page to GET from the server. A value of '/' gets the
|
H A D | openssl-s_client.pod.in | 979 then an HTTP command can be given such as "GET /" to retrieve a web page. 1055 printf 'GET / HTTP/1.1\r\nHost: <server address>\r\nConnection: close\r\n\r\n'
|
/openssl/doc/man7/ |
H A D | ossl-guide-tls-client-block.pod | 356 const char *request_start = "GET / HTTP/1.0\r\nConnection: close\r\nHost: "; 359 /* Write an HTTP GET request to the peer */
|
H A D | ossl-guide-tls-client-non-block.pod | 259 /* Write an HTTP GET request to the peer */
|
H A D | ossl-guide-quic-multi-stream.pod | 246 /* Write an HTTP GET request on each of our streams to the peer */
|
H A D | ossl-guide-quic-client-non-block.pod | 347 /* Write an HTTP GET request to the peer */
|
H A D | ossl-guide-migration.pod | 193 A proper HTTP(S) client that supports GET and POST, redirection, plain and
|
/openssl/ |
H A D | NEWS.md | 534 * Added a proper HTTP client supporting GET with optional redirection, POST,
|
H A D | CHANGES.md | 2651 It supports arbitrary request and response content types, GET redirection, 5856 * Added HTTP GET support to the ocsp command.
|
Completed in 62 milliseconds