Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 102) sorted by relevance

12345

/openssl/crypto/
H A DLPdir_win.c74 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
76 if (ctx == NULL || directory == NULL) { in LP_find_file()
83 size_t dirlen = strlen(directory); in LP_find_file()
108 directory, len_0, in LP_find_file()
114 directory, len_0, in LP_find_file()
124 if (!MultiByteToWideChar(cp, 0, directory, len_0, in LP_find_file()
141 wdir[index] = (TCHAR)directory[index]; in LP_find_file()
154 if (directory[dirlen - 1] != '*') { in LP_find_file()
157 strcpy(buf, directory); in LP_find_file()
163 directory = buf; in LP_find_file()
[all …]
H A DLPdir_vms.c69 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
89 if (ctx == NULL || directory == NULL) { in LP_find_file()
96 size_t filespeclen = strlen(directory); in LP_find_file()
105 if (directory[filespeclen - 1] != ']' in LP_find_file()
106 && directory[filespeclen - 1] != '>' in LP_find_file()
107 && directory[filespeclen - 1] != ':') { in LP_find_file()
126 strcpy((*ctx)->filespec, directory); in LP_find_file()
H A DLPdir_unix.c85 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
89 if (ctx == NULL || directory == NULL) { in LP_find_file()
105 char c = directory[strlen(directory) - 1]; in LP_find_file()
112 (*ctx)->dir = opendir(directory); in LP_find_file()
H A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
/openssl/.github/workflows/
H A Dwindows_comp.yml34 working-directory: _build
38 working-directory: _build
43 working-directory: _build
46 working-directory: _build
54 working-directory: _build
67 working-directory: _build
78 working-directory: _build
93 working-directory: _build
97 working-directory: _build
102 working-directory: _build
[all …]
H A Dfips-checksums.yml36 working-directory: ./build-pristine
39 working-directory: ./build-pristine
42 working-directory: ./build-pristine
45 working-directory: ./build-pristine
51 working-directory: ./build
54 working-directory: ./build
57 working-directory: ./build
60 working-directory: ./build
68 working-directory: ./build
107 working-directory: ./build
[all …]
H A Dprovider-compatibility.yml59 - name: create download directory
63 working-directory: downloads
73 working-directory: ${{ matrix.release.dir }}
76 working-directory: ${{ matrix.release.dir }}
80 working-directory: ${{ matrix.release.dir }}
147 working-directory: ${{ matrix.branch.dir }}
150 working-directory: ${{ matrix.branch.dir }}
234 working-directory: ${{ matrix.tree_a }}
245 working-directory: ${{ matrix.tree_b }}
252 working-directory: ${{ matrix.tree_b }}
[all …]
H A Dwindows.yml42 working-directory: _build
47 working-directory: _build
55 working-directory: _build
62 working-directory: _build
70 working-directory: _build
77 working-directory: _build
80 working-directory: _build
88 working-directory: _build
104 working-directory: _build
109 working-directory: _build
[all …]
H A Dprov-compat-label.yml55 - name: create download directory
59 working-directory: downloads
69 working-directory: ${{ matrix.release.dir }}
72 working-directory: ${{ matrix.release.dir }}
76 working-directory: ${{ matrix.release.dir }}
90 working-directory: ${{ matrix.release.dir }}
148 working-directory: ${{ matrix.branch.dir }}
242 working-directory: ${{ matrix.tree_a }}
253 working-directory: ${{ matrix.tree_b }}
260 working-directory: ${{ matrix.tree_b }}
[all …]
H A Dos-zoo.yml144 - name: prepare the build directory
147 working-directory: _build
150 working-directory: _build
153 working-directory: _build
161 working-directory: _build
167 working-directory: _build
H A Dci.yml490 working-directory: ./source
501 working-directory: ./build
504 working-directory: ./build
509 working-directory: ./build
512 working-directory: ./build
520 working-directory: ./build
546 working-directory: ./build
549 working-directory: ./build
554 working-directory: ./build
557 working-directory: ./build
[all …]
/openssl/VMS/
H A Dmsg_staging.com5 $ ! P1 staging software installation directory
6 $ ! P2 staging data installation directory
7 $ ! P3 final software installation directory
8 $ ! P4 final data installation directory
9 $ ! P5 startup / setup / shutdown scripts directory
/openssl/doc/man1/
H A Dopenssl-info.pod.in40 Outputs the default directory for OpenSSL configuration files.
44 Outputs the default directory for OpenSSL engine modules.
48 Outputs the default directory for OpenSSL dynamically loadable modules
57 Outputs the separator character between a directory specification and
60 separator between directory elements.
H A Dopenssl-rehash.pod.in23 [I<directory>] ...
32 [I<directory>] ...
42 file in the specified directory list and creates symbolic links
52 If that is not set then the default directory (installation-specific
55 In order for a directory to be processed, the user must have write
56 permissions on that directory, otherwise an error will be generated.
60 When a directory is processed, all links in it that have a name
109 This is needed when keeping new and old-style links in the same directory.
120 By default, this command only lists each directory as it is processed.
/openssl/demos/guide/
H A DREADME.md4 The demos in this directory are the complete source code for the applications
9 supplied. Just type "make" from this directory on a Linux/UNIX system.
30 this directory. For example:
34 The test server certificate in this directory will use a CA that will not be in
36 available in this directory. To use it you can override the default trusted
61 "util" sub-directory of the top of the build tree. This server utility is not
65 While in the demos directory the quic server can be run like this:
/openssl/doc/man3/
H A DX509_get_default_cert_file.pod30 asked to load trusted CA certificates from a directory and no other path is
31 specified. If a given directory in the list exists, OpenSSL attempts to lookup
32 CA certificates in this directory by calculating a filename based on a hash of
56 for certificates in the directory B<"file"> (relative to the current working
57 directory) and the directory B<"///etc/certs">. This can be avoided by avoiding
H A DSSL_CTX_load_verify_locations.pod40 which CA certificates are loaded should be used. There is one default directory,
42 The default CA certificates directory is called F<certs> in the default OpenSSL
43 directory, and this is also the default store.
47 OpenSSL directory.
52 SSL_CTX_set_default_verify_paths() except that just the default directory is
78 If B<CApath> is not NULL, it points to a directory containing CA certificates
99 directory, it's generally treated the same way as a B<CApath>.
156 Prepare the directory /some/where/certs containing several CA certificates
/openssl/
H A DNOTES-VMS.md6 - [About ODS-5 directory names and Perl](#about-ods-5-directory-names-and-perl)
34 About ODS-5 directory names and Perl
38 doesn't treat file specifications where the last directory name
40 will keep the periods in the OpenSSL source directory instead of
46 for now is to rename the OpenSSL source directory, as follows (please
47 adjust for the actual source directory name you have):
58 yourself up a few logical names for the directory trees you're going
H A DNOTES-DJGPP.md21 The Makefile assumes that the WATT-32 code is in the directory
23 in directory `watt32` under your main DJGPP directory, specify
/openssl/doc/man7/
H A Dopenssl-env.pod29 Specifies the path to a configuration file and the directory for
41 Specifies the directory from which dynamic engines are loaded.
51 Specifies the directory from which cryptographic providers are loaded.
70 Specify the default directory or file containing CA certificates.
92 Specifies a QUIC qlog output directory. See L<openssl-qlog(7)>.
/openssl/doc/internal/man3/
H A Dossl_print_attribute_value.pod6 - Print an X.500 directory attribute value
16 ossl_print_attribute_value() prints an X.500 directory value, which is an
22 X.500 directory values are used in the relative distinguished names in a
H A Dossl_ends_with_dirsep.pod18 ossl_ends_with_dirsep() detects whether the I<path> ends with a directory
26 ossl_ends_with_dirsep() returns 1 if the I<path> ends with a directory
/openssl/include/internal/
H A Do_dir.h49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/openssl/.github/
H A Ddependabot.yml4 directory: "/"
/openssl/demos/bio/
H A DREADME.txt1 This directory contains some simple examples of the use of BIO's

Completed in 49 milliseconds

12345