Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/evp/
H A Dctrl_params_translate.c153 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()
2079 { GET, -1, -1, -1,
2082 { GET, -1, -1, -1,
2451 { GET, -1, -1, -1, 0, NULL, NULL,
2454 { GET, -1, -1, -1, 0, NULL, NULL,
2457 { GET, -1, -1, -1, 0, NULL, NULL,
2747 case GET: in evp_pkey_ctx_ctrl_to_param()
[all …]
/openssl/demos/guide/
H A DREADME.md89 3. Issues an HTTP 1.0 GET request of the form "GET /$FILE"
/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod82 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 DOSSL_HTTP_transfer.pod174 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 DBIO_s_connect.pod205 BIO_puts(cbio, "GET / HTTP/1.0\n\n");
H A DBIO_f_ssl.pod194 BIO_puts(sbio, "GET / HTTP/1.0\n\n");
/openssl/doc/man1/
H A Dopenssl-s_time.pod.in57 This specifies the page to GET from the server. A value of '/' gets the
H A Dopenssl-s_client.pod.in977 then an HTTP command can be given such as "GET /" to retrieve a web page.
1053 printf 'GET / HTTP/1.1\r\nHost: <server address>\r\nConnection: close\r\n\r\n'
/openssl/doc/man7/
H A Dossl-guide-tls-client-block.pod356 const char *request_start = "GET / HTTP/1.0\r\nConnection: close\r\nHost: ";
359 /* Write an HTTP GET request to the peer */
H A Dossl-guide-tls-client-non-block.pod259 /* Write an HTTP GET request to the peer */
H A Dossl-guide-quic-multi-stream.pod246 /* Write an HTTP GET request on each of our streams to the peer */
H A Dossl-guide-quic-client-non-block.pod347 /* Write an HTTP GET request to the peer */
H A Dossl-guide-migration.pod193 A proper HTTP(S) client that supports GET and POST, redirection, plain and
/openssl/
H A DNEWS.md516 * Added a proper HTTP client supporting GET with optional redirection, POST,
H A DCHANGES.md2587 It supports arbitrary request and response content types, GET redirection,
5792 * Added HTTP GET support to the ocsp command.

Completed in 132 milliseconds