/openssl/Configurations/ |
H A D | README-design.md | 10 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 D | common0.tmpl | 3 # 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 D | README.md | 4 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 349 Build info files 358 directory of the `build.info` file for source files, and the 420 include paths the build of their source files should use: 564 object files. 602 object files to build this library. [all …]
|
/openssl/test/recipes/ |
H A D | 30-test_evp.t | 43 my @files = qw( 69 push @files, qw( 73 push @files, qw( 77 push @files, qw( 81 push @files, qw( 86 push @files, qw( 143 + (scalar(@configs) * scalar(@files)) 150 foreach my $f ( @files ) {
|
H A D | 04-test_params_conversion.t | 16 my @files = ( "native_types.txt" ); 18 plan tests => scalar(@files); 20 foreach my $f ( @files ) {
|
H A D | 10-test_bn.t | 19 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 D | 15-test_ecparam.t | 36 my $files = shift; # List of files 41 foreach (@$files) { 51 my $files = shift; # List of files 54 foreach (@$files) {
|
/openssl/util/ |
H A D | find-doc-nits | 118 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 ]) ) 736 files(TAGS => [ 'manual', 'man1' ]) ); 921 foreach my $f ( files(TAGS => 'public_header') ) { [all …]
|
H A D | withlibctx.pl | 14 my @files = glob "$dir/*.c $dir/*.h $dir/*.h.in $dir/*.pod *dir/*.pod.in"; 18 foreach my $file (@files) {
|
/openssl/doc/life-cycles/ |
H A D | README.md | 8 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 D | HACKING.md | 7 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 | .gitignore | 63 # Auto generated parameter name files 66 # Auto generated doc files 69 # Auto generated der files 85 # error code files 121 # Certain files that get created by tests on the fly 129 # Anything without an extension is an executable on Unix, so we keep files 138 # Misc auto generated files 204 # Auto generated assembly language source files 212 # Object files 257 # Windows manifest files
|
/openssl/dev/release-aux/ |
H A D | README.md | 1 Auxiliary 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 D | build.info | 16 # 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. 74 # include all the object files that are needed (we do that indirectly, 86 # include all of the object files that are needed, just like the default 98 # diverse build.info files. libfips.a, fips.so and their sources aren't 139 # and make the liblegacy object files end up in libcrypto. We could also 142 # implementation specific build.info files harder to write, so we don't. 176 # include all the object files that are needed. 180 # template library, not used anywhere. It's merely here to ensure that the object files build
|
/openssl/doc/man7/ |
H A D | ossl_store-file.pod | 24 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/apps/ |
H A D | rehash.c | 361 STACK_OF(OPENSSL_STRING) *files = NULL; in do_dir() 376 if ((files = sk_OPENSSL_STRING_new(sk_strcmp)) == NULL) { in do_dir() 385 || sk_OPENSSL_STRING_push(files, copy) == 0) { in do_dir() 396 sk_OPENSSL_STRING_sort(files); in do_dir() 401 numfiles = sk_OPENSSL_STRING_num(files); in do_dir() 403 filename = sk_OPENSSL_STRING_value(files, n); in do_dir() 481 sk_OPENSSL_STRING_pop_free(files, str_free); in do_dir()
|
/openssl/doc/internal/man7/ |
H A D | build.info.pod | 5 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/crypto/err/ |
H A D | README.md | 26 /* 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/man1/ |
H A D | tsget.pod | 20 [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/demos/sslecho/ |
H A D | README.md | 23 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/designs/quic-design/ |
H A D | debugging.md | 32 - Pro: Smaller files 49 - set the environment variable `QLOGDIR` to a directory where qlog log files 56 qlog files in the JSON-SEQ format to the specified directory. The files have the 61 The log files can be loaded into [qvis](https://qvis.quictools.info/). The [qvis 62 website](https://qvis.quictools.info/) also has some sample qlog files which you
|
/openssl/VMS/ |
H A D | test-includes.com | 1 $! Quick script to check how well including individual header files works
|
/openssl/test/ |
H A D | README.ssltest.md | 6 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.
|
/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | NOTES.txt | 1 The cert-*.pem and dsa-*.pem files are generated as manipulation of the
|
/openssl/dev/ |
H A D | README.md | 1 Developer files
|