Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/openssl/.github/workflows/
H A Dfips-provider.yml5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
22 mkdir ./source
23 mkdir ./source-3.0
26 path: source
28 run: ../source/config enable-shared enable-fips
40 path: source-3.0
64 mkdir ./source
65 mkdir ./source-3.0
70 path: source-3.0
[all …]
H A Dfips-checksums.yml5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
25 mkdir ./source-pristine
27 mkdir ./source
33 path: source-pristine
35 run: ../source-pristine/config enable-fips
48 path: source
50 run: ../source/config enable-fips
63 … cp -a build-pristine/providers/fips.module.sources.new source/providers/fips.module.sources
64 … cp -a build-pristine/providers/fips-sources.checksums.new source/providers/fips-sources.checksums
[all …]
/openssl/util/perl/OpenSSL/
H A DOrdinals.pm133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_);
314 join("\n ", map { $_->{source}.": ".$_->name() } @items), "\n";
350 $items[0]->source()." and ".$items[1]->source()."\n"
451 my $source = shift; # file where item was defined
476 OpenSSL::Ordinals::Item->new( source => $source,
519 my $source = shift;
526 "add_alias('$source' , '$alias' , '$name' , [ " . join(', ', @defs) . " ])";
549 $self->{aliases}->{$name} = { source => $source,
570 source => $source,
812 %opts = ( source => $opts{source},
[all …]
/openssl/util/
H A Dck_errf.pl70 my @source;
74 @source = ( glob('crypto/*.c'), glob('crypto/*/*.c'),
80 @source = @ARGV;
98 foreach my $file (@source) {
H A Dc-compress-test.pl42 my $source = $_->[0];
45 print Writer $source;
/openssl/external/perl/Text-Template-1.56/t/
H A Dwarnings.t31 $template = Text::Template->new(type => 'STRING', source => $template);
40 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
43 $template = Text::Template->new(type => 'STRING', package => 'MY', source => '');
H A Dsafe3.t39 source => $template,
44 source => $templateOUT,
73 source => $template);
H A Dbasic.t69 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl);
85 source => [
153 $template = Text::Template->new(type => 'FILEHANDLE', source => $tmpl);
/openssl/doc/man7/
H A DEVP_RAND.pod49 You need to integrate a previously unsupported entropy source.
63 An EVP_RAND instance can be used as the entropy source of another
67 it does not make sense for the child to be an entropy source.
73 a live entropy source may ignore and not use its parent.
159 its entropy source. The entropy source can be either a trusted operating
160 system entropy source, or another DRBG with access to such a source.
187 from the error as soon as the entropy source is available again.
218 which comes from a trusted source, and I<additional input>',
240 pulls the necessary entropy from its source automatically.
303 in the file LICENSE in the source distribution or at
[all …]
H A Dbio.pod20 There are two types of BIO, a source/sink BIO and a filter BIO.
22 As its name implies a source/sink BIO is a source and/or sink of data,
34 with one component). A chain normally consists of one source/sink
36 first BIO then traverses the chain to the end (normally a source/sink
51 a source/sink BIO typically starts with I<BIO_s_> and
111 in the file LICENSE in the source distribution or at
112 L<https://www.openssl.org/source/license.html>.
H A DEVP_RAND-SEED-SRC.pod5 EVP_RAND-SEED-SRC - The randomness seed source EVP_RAND implementation
39 A context for the seed source can be obtained by calling:
52 /* Create a seed source */
84 in the file LICENSE in the source distribution or at
85 L<https://www.openssl.org/source/license.html>.
/openssl/dev/release-aux/
H A Dopenssl-announce-release.tmpl9 version $release of our open source toolkit for SSL/TLS.
21 https://www.openssl.org/source/mirror.html):
23 * https://www.openssl.org/source/
24 * ftp://ftp.openssl.org/source/
H A Dopenssl-announce-pre-release.tmpl22 https://www.openssl.org/source/mirror.html):
24 * https://www.openssl.org/source/
25 * ftp://ftp.openssl.org/source/
45 reports of known issues. (Of course, the source is also available
/openssl/doc/man3/
H A DRAND_set_DRBG_type.pod27 RAND_set_seed_source_type() specifies the seed source that will be used
28 within the library context I<ctx>. The seed source of name I<seed>
44 The default seed source is "SEED-SRC".
61 in the file LICENSE in the source distribution or at
62 L<https://www.openssl.org/source/license.html>.
H A DRAND_bytes.pod52 was able to seed itself from a trusted entropy source.
57 If the entropy source fails or is not available, the CSPRNG will enter an
62 On other platforms, there might not be a trusted entropy source available
64 If you are in doubt about the quality of the entropy source, don't hesitate to ask
108 in the file LICENSE in the source distribution or at
109 L<https://www.openssl.org/source/license.html>.
H A DBIO_s_null.pod28 Since a BIO chain must normally include a source/sink BIO this can be achieved
41 in the file LICENSE in the source distribution or at
42 L<https://www.openssl.org/source/license.html>.
/openssl/Configurations/
H A DREADME-design.md8 throughout the source tree. These files hold the minimum information
15 or may not be the same as the source tree).
29 as scripts, library files and programs) and source files (such as C
44 produced file, and their values are the source used to produce that
50 scripts to be produced, source files, dependencies, etc etc etc.
119 library `libssl` is built from the source file `ssl/tls.c`.
134 `dasync`'s source is `engines/e_dasync.c` and `ossltest`'s source is
182 only be source files (possibly generated).
187 extra source file.
195 source tree (such as `crypto/bildinf.h` in the example above) are
[all …]
/openssl/engines/
H A De_dasync.txt5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
H A De_ossltest.txt5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
/openssl/providers/
H A Dstores.inc6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
/openssl/test/ssl-tests/
H A D02-protocol-version.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
H A D07-dtls-protocol-version.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
H A D10-resumption.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
H A D11-dtls_resumption.cnf.in6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
/openssl/
H A DNOTES-VMS.md17 * At least ODS-5 disk organization for source and build.
40 will keep the periods in the OpenSSL source directory instead of
41 converting them to underscore, thereby leaving your source in
46 for now is to rename the OpenSSL source directory, as follows (please
47 adjust for the actual source directory name you have):
99 tar file from ftp://ftp.openssl.org/source/, use `GZIP -d` to uncompress

Completed in 34 milliseconds

12345678910>>...45