Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 113) sorted by relevance

12345

/openssl/Configurations/
H A DREADME-design.md10 section on `build.info` files below.
23 build.info files
29 as scripts, library files and programs) and source files (such as C
30 files, C header files, assembler files, etc). Intermediate files such
31 as object files are rarely directly referred to in `build.info` files (and
185 (usually produced files) or between files and directories, such as a
222 'scripts', and the array of files list the files of
236 variables in build.info files. Object files are
243 files (object files) for building shared libraries.
414 rules needed to build end product files and intermediary files alike.
[all …]
H A Dcommon0.tmpl3 # Commonly used list of generated files
4 # The reason for the complexity is that the build.info files provide
6 # build files only want those for a particular build. Therefore, we
8 # that is to extract all possible source files from diverse tables and
H A DREADME.md4 This directory contains a few sets of files that are used for
12 as 'Build info files' for more information.
25 files. The Configure script does check that a config file doesn't
26 have config targets that shadow config targets from other files.
67 also used to link object files and
336 Build info files
345 directory of the `build.info` file for source files, and the
407 include paths the build of their source files should use:
551 object files.
589 object files to build this library.
[all …]
/openssl/test/recipes/
H A D30-test_evp.t41 my @files = qw(
65 push @files, qw(
69 push @files, qw(
73 push @files, qw(evppkey_dsa.txt) unless $no_dsa;
74 push @files, qw(evppkey_ecx.txt) unless $no_ec;
75 push @files, qw(
127 + (scalar(@configs) * scalar(@files))
134 foreach my $f ( @files ) {
H A D04-test_params_conversion.t16 my @files = ( "native_types.txt" );
18 plan tests => scalar(@files);
20 foreach my $f ( @files ) {
H A D10-test_bn.t19 my @files = qw( bnexp.txt bnmod.txt bnmul.txt bnshift.txt bnsum.txt bngcd.txt );
21 plan tests => 1 + scalar(@files);
23 foreach my $f ( @files ) {
H A D15-test_ecparam.t35 my $files = shift; # List of files
40 foreach (@$files) {
50 my $files = shift; # List of files
53 foreach (@$files) {
/openssl/util/
H A Dfind-doc-nits118 my %files = ();
164 sub files { subroutine
232 $files{$_} = { public_header => 1 };
252 grep { $files{$_}->{$type} && $files{$_}->{$section} }
253 keys %files );
259 grep { $files{$_}->{public_header} }
260 keys %files );
313 files(TAGS => [ 'manual', $section ]) )
732 files(TAGS => [ 'manual', 'man1' ]) );
917 foreach my $f ( files(TAGS => 'public_header') ) {
[all …]
H A Dwithlibctx.pl14 my @files = glob "$dir/*.c $dir/*.h $dir/*.h.in $dir/*.pod *dir/*.pod.in";
18 foreach my $file (@files) {
H A Ddofile.pl51 die "Must have input files"
/openssl/doc/life-cycles/
H A DREADME.md8 The various .dot files are graph descriptions for the
17 Running `make` will produce a number of `.txt` and `.png` files.
18 These are the rendered `.dot` files. The `.txt` files require
/openssl/
H A DHACKING.md7 either add a prototype in one of the existing OpenSSL header files;
28 `make update` also generates files related to OIDs (in the `crypto/objects/`
30 If a merge error occurs in one of these generated files then the
31 generated files need to be removed and regenerated using `make update`.
32 To aid in this process the generated files can be committed separately
H A D.gitignore52 # Auto generated doc files
55 # Auto generated der files
71 # error code files
107 # Certain files that get created by tests on the fly
115 # Anything without an extension is an executable on Unix, so we keep files
124 # Misc auto generated files
186 # Auto generated assembly language source files
194 # Object files
238 # Windows manifest files
/openssl/dev/release-aux/
H A DREADME.md1 Auxillary files for dev/release.sh
16 get_version() gets the version data from appropriate files.
18 set_version() writes the version data to appropriate files.
29 Fixup scripts for specific files, to be done for the release
/openssl/providers/
H A Dbuild.info16 # which means that select source files from crypto/ are compiled for
21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a
48 # files in crypto/, so let's have a common include list for them all.
73 # include all the object files that are needed (we do that indirectly,
85 # include all of the object files that are needed, just like the default
97 # diverse build.info files. libfips.a, fips.so and their sources aren't
138 # and make the liblegacy object files end up in libcrypto. We could also
141 # implementation specific build.info files harder to write, so we don't.
175 # include all the object files that are needed.
/openssl/crypto/err/
H A DREADME.md26 /* Include files */
42 files `stdio.h`, `openssl/err.h` and `openssl/xxx.h` so the
43 header file must load any additional header files containing any
/openssl/doc/man7/
H A Dossl_store-file.pod24 Since files come in all kinds of formats and content types, the 'file'
31 formatted files can contain more than one object, the file handlers
43 OCTET STRING, so such keys would naturally be accepted as PEM files
52 The files made accessible through this loader are expected to be
/openssl/doc/internal/man7/
H A Dbuild.info.pod5 build.info - Building information files
69 =head2 F<build.info> files
71 F<build.info> files are meta data files for OpenSSL's built file
72 generators, and are used to specify exactly what end product files
76 Intermediate files, such as object files, are seldom referred to at
94 F<build.info> files are platform agnostic. This means that there is
100 different types of files.
112 F<build.info> files. The build file generators are responsible for
143 finally that there are more F<build.info> files in subdirectories
152 This says that the program C<foo> is built from the source files
[all …]
/openssl/apps/
H A Drehash.c358 STACK_OF(OPENSSL_STRING) *files = NULL; in do_dir()
372 if ((files = sk_OPENSSL_STRING_new_null()) == NULL) { in do_dir()
379 || sk_OPENSSL_STRING_push(files, copy) == 0) { in do_dir()
387 sk_OPENSSL_STRING_sort(files); in do_dir()
389 numfiles = sk_OPENSSL_STRING_num(files); in do_dir()
391 filename = sk_OPENSSL_STRING_value(files, n); in do_dir()
469 sk_OPENSSL_STRING_pop_free(files, str_free); in do_dir()
/openssl/demos/sslecho/
H A DREADME.md23 The cert.pem and key.pem files included are self signed certificates with the
26 Best to create the 'pem' files using an actual hostname.
/openssl/doc/man1/
H A Dtsget.pod20 [B<-r> I<files>]
59 output files. The base name of the output file will be the same as those of
60 the input files. Default extension is F<.tsr>. (Optional)
67 of this argument the names of the output files will be derived from the names
68 of the input files and the default or specified extension argument. (Optional)
114 =item B<-r> I<files>
124 List of files containing RFC 3161 DER-encoded timestamp requests. If no
/openssl/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/openssl/test/recipes/04-test_pem_reading_data/
H A DNOTES.txt1 The cert-*.pem and dsa-*.pem files are generated as manipulation of the
/openssl/dev/
H A DREADME.md1 Developer files
/openssl/test/
H A DREADME.ssltest.md6 Each `ssl_*.cnf.in` file contains a number of test configurations. These files
10 harness generates the output files on the fly.
14 `test/ssl-tests/*.cnf` files.
197 The default server certificate and CA files are added to the configurations
216 existing `*.cnf.in` files (for example, `01-simple.cnf.in`).
227 For all the pre-generated test files you should use the default provider.
292 files. The values in SSL_TESTS are globbed.

Completed in 56 milliseconds

12345