/openssl-master/crypto/ |
A D | LPdir_win.c | 74 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 …]
|
A D | LPdir_vms.c | 69 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()
|
A D | LPdir_unix.c | 85 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()
|
A D | LPdir_nyi.c | 46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
|
/openssl-master/VMS/ |
A D | msg_staging.com | 5 $ ! 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
|
A D | msg_install.com | 4 $ ! P1 startup / setup / shutdown scripts directory
|
A D | openssl_startup.com.in | 10 $ ! OSSL$DATAROOT Data root (common directory 12 $ ! OSSL$INCLUDE Include directory root
|
/openssl-master/doc/man1/ |
A D | openssl-info.pod.in | 40 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.
|
A D | openssl-rehash.pod.in | 23 [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.
|
A D | CA.pl.pod | 87 are created in a directory called F<demoCA> in the current directory. 90 If the F<demoCA> directory already exists then the B<-newca> command will not 93 delete the directory if it already exists.
|
A D | openssl-engine.pod.in | 92 DIR_ADD: Adds a directory from which ENGINEs can be loaded 110 The path to the engines directory.
|
/openssl-master/ |
A D | NOTES-VMS.md | 6 - [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
|
A D | NOTES-DJGPP.md | 21 The Makefile assumes that the WATT-32 code is in the directory 23 in directory `watt32` under your main DJGPP directory, specify
|
A D | INSTALL.md | 341 The name of the directory under the top of the installation directory tree 345 installed to the `bin` directory. 369 The top of the installation directory tree. Defaults are: 400 **On Unix**: this is the directory containing the zlib library. 1201 source code directory. It's done by placing yourself in some other 1202 directory and invoking the configuration commands from there. 1238 (`openssl`). The libraries will be built in the top-level directory, 1271 appropriate permissions to write to the installation directory. 1274 directory tree under `<PREFIX>` (the directory given with `--prefix` or 1323 OPENSSLDIR (the directory given with `--openssldir` or its default) [all …]
|
/openssl-master/doc/man3/ |
A D | SSL_CTX_load_verify_locations.pod | 40 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
|
A D | X509_LOOKUP_hash_dir.pod | 85 the directory. 87 The directory should contain one certificate or CRL per file in PEM format, 102 Sequence numbers make it possible for the directory to contain multiple 117 hashed names for all files with F<.pem> suffix in a given directory.
|
A D | X509_STORE_add_cert.pod | 106 B<X509_STORE> from a given directory path. 107 The certificates in the directory must be in hashed form, as 119 and/or directory path. 120 It is permitted to specify just a file, just a directory, or both
|
/openssl-master/doc/man7/ |
A D | openssl-env.pod | 29 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.
|
/openssl-master/doc/internal/man3/ |
A D | ossl_ends_with_dirsep.pod | 18 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-master/include/internal/ |
A D | o_dir.h | 49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
|
/openssl-master/demos/bio/ |
A D | README.txt | 1 This directory contains some simple examples of the use of BIO's
|
/openssl-master/doc/life-cycles/ |
A D | README.md | 4 This directory contains the algorithm life-cycle diagram sources.
|
/openssl-master/crypto/perlasm/ |
A D | README.md | 4 The perl scripts in this directory are my 'hack' to generate 7 The way to use this library is to start with adding the path to this directory
|
/openssl-master/doc/man5/ |
A D | config.pod | 43 other files. If B<pathname> is a directory, all files within that directory 47 while scanning a directory, and that file has an B<.include> directive 48 that specifies a directory, that is also ignored. 55 current working directory. 494 B<TMP>, if present, specify the directory where the file 529 The path to the engines directory. 534 The path to the directory with OpenSSL modules, such as providers. 551 The limit that only one directory can be opened and read at a time
|
/openssl-master/Configurations/ |
A D | README.md | 4 This directory contains a few sets of files that are used for 63 of strings, one directory specification 345 directory of the `build.info` file for source files, and the 346 corresponding build directory for built files if the build tree 353 directory for the current `build.info` file and the corresponding build 354 directory, all relative to the top of the build tree. 357 any other directory that has one, further directories to look into 434 but an inclusion directory still needs to be specified. INCLUDE can 635 directory. 647 Configure uses helper scripts in this directory:
|