Home
last modified time | relevance | path

Searched refs:path (Results 76 – 100 of 154) sorted by relevance

1234567

/openssl/doc/man3/
H A DBIO_ctrl.pod84 BIO_get_ktls_send() returns 1 if the BIO is using the Kernel TLS data-path for
86 BIO_get_ktls_recv() returns 1 if the BIO is using the Kernel TLS data-path for
119 BIO_get_ktls_send() returns 1 if the BIO is using the Kernel TLS data-path for
121 BIO_get_ktls_recv() returns 1 if the BIO is using the Kernel TLS data-path for
H A DOSSL_HTTP_transfer.pod29 int OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path,
43 const char *path, int use_ssl,
81 C<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>,
82 where any userinfo, path, query, and fragment given is ignored.
170 the I<path> argument beginning with C<http://> (thus giving an absoluteURI).
171 If I<path> is NULL it defaults to "/".
230 Any query component is handled as part of the path component.
H A DX509_STORE_CTX_get_error.pod229 =item B<X509_V_ERR_PATH_LENGTH_EXCEEDED: path length constraint exceeded>
231 The basicConstraints path-length parameter has been exceeded.
292 proxy path length constraint exceeded>
294 Proxy path length constraint exceeded.
374 =item B<X509_V_ERR_CRL_PATH_VALIDATION_ERROR: CRL path validation error>
376 An error occurred when attempting to verify the CRL path. This error can only
379 =item B<X509_V_ERR_PATH_LOOP: path loop>
H A DBIO_ADDR.pod61 to be the length of the path string (not including the terminating
78 path string (not including the terminating NUL, such as the result of
99 BIO_ADDR_path_string() returns a character string with the path
H A DOSSL_STORE_INFO.pod141 For example, the path in URI C<file:/foo/bar/> could include a file
149 returned name will be the path of each object, so if C</foo/bar> was
150 given and that path has the file C<cookie.pem>, the name
H A DOSSL_CMP_MSG_http_perform.pod21 The default port is 80 for HTTP and 443 for HTTPS; the default path is "/".
H A DOCSP_resp_find_status.pod133 and uses them for constructing the validation path for the signer certificate.
134 Certificate revocation status checks using CRLs is disabled during path validation
136 After successful path
H A DOSSL_HTTP_REQ_CTX.pod33 const char *path);
85 I<path> provides the HTTP request path; if left NULL, C</> is used.
86 For backward compatibility, I<path> may begin with C<http://> and thus convey
H A DX509_STORE_add_cert.pod106 B<X509_STORE> from a given directory path.
119 and/or directory path.
/openssl/demos/http3/
H A Dbuild.info3 # libcrypto and libssl are on the library path. For example:
/openssl/.github/workflows/
H A Dmain.yml33 path: ./out/artifacts
H A Dstatic-analysis-on-prem.yml37 run: cov-analyze --dir cov-int --strip-path $(pwd)
H A Dinterop-tests.yml2 # /__w/openssl is the path that github bind-mounts into the container so the ci
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in33 [B<-path> I<pathname>]
34 [B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]>]
170 Specify the responder host and optionally port and path via a URL.
173 Any given query component is handled as part of the path component.
174 For details, see the B<-host> and B<-path> options described next.
176 =item B<-host> I<host>:I<port>, B<-path> I<pathname>
182 The B<-path> option specifies the HTTP pathname to use or "/" by default.
186 =item B<-proxy> I<[http[s]://][userinfo@]host[:port][/path]>
192 as well as any userinfo and path components.
H A Dopenssl-engine.pod.in82 SO_PATH: Specifies the path to the new ENGINE shared library
110 The path to the engines directory.
H A Dopenssl.pod639 Using the C<file:> schema is optional; a plain file (path) name will do.
672 can be also a path to the provider module. In that case the provider name
673 will be the specified path and not just the provider module name.
675 "MODULESDIR" path, B<OPENSSL_MODULES> environment variable, or the path
676 specified by B<-provider-path> is prepended to relative paths.
679 =item B<-provider-path> I<path>
681 Specifies the search path that is to be used for looking for providers.
H A Dopenssl-fipsinstall.pod.in87 The path provided in the filename is used to load the module when it is
269 export OPENSSL_CONF_INCLUDE=<path of configuration files>
270 export OPENSSL_MODULES=<provider-path>
/openssl/crypto/dso/
H A Ddso_lib.c291 int DSO_pathbyaddr(void *addr, char *path, int sz) in DSO_pathbyaddr() argument
299 return (*meth->pathbyaddr) (addr, path, sz); in DSO_pathbyaddr()
/openssl/demos/guide/
H A Dbuild.info3 # libcrypto and libssl are on the library path. For example:
/openssl/doc/man5/
H A Dconfig.pod50 As a general rule, the B<pathname> should be an absolute path; this can
390 This loads and adds an ENGINE from the given path. It is equivalent to
391 sending the ctrls B<SO_PATH> with the path argument followed by B<LIST_ADD>
421 dynamic_path = /some/path/fooengine.so
535 The path to the config file, or the empty string for none.
540 The path to the engines directory.
545 The path to the directory with OpenSSL modules, such as providers.
550 The optional path to prepend to all B<.include> paths.
/openssl/doc/designs/quic-design/
H A Ddgram-api.md38 these new APIs to define a fallback code path.
265 have an alternate code path which doesn't rely on them?
406 1. BIO_read (legacy call path)
407 2. BIO_read_dequeue (`recvmmsg` based call path with callback-allocated buffer)
408 3. BIO_read (legacy call path)
413 `BIO_read_dequeue` path. We use an OpenSSL-provided default allocator
420 b. Use `recvfrom` directly. This means we have a `recvmmsg` path and a
421 `recvfrom` path depending on what API is being used.
434 path. Since the RX queue will obviously be empty at this point, it is
/openssl/apps/
H A Dcmp.c2092 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; in setup_client_ctx() local
2124 &path, NULL /* q */, NULL /* frag */)) { in setup_client_ctx()
2137 used_path = path; in setup_client_ctx()
2290 OPENSSL_free(path); in setup_client_ctx()
3167 char *path = NULL; in cmp_server() local
3172 (ASN1_VALUE **)&req, &path, in cmp_server()
3190 if (strcmp(path, "") != 0 && strcmp(path, "pkix/") != 0) { in cmp_server()
3193 path); in cmp_server()
3194 OPENSSL_free(path); in cmp_server()
3198 OPENSSL_free(path); in cmp_server()
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dtest.cnf26 path = $server_path
/openssl/doc/man7/
H A DOSSL_STORE-winstore.pod19 No authority (host, etc), no path, no query, no fragment.
/openssl/
H A DNOTES-NONSTOP.md170 # COMP_ROOT must be a full path for the build system (e.g. windows)
171 COMP_ROOT=$(cygpath -w /path/to/comp_root)
173 CC=/path/to/c99

Completed in 92 milliseconds

1234567