Home
last modified time | relevance | path

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

12345678910>>...50

/openssl/.github/workflows/
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
48 path: source
50 run: ../source/config enable-fips
85 mkdir ./source-pristine
87 mkdir ./source
95 path: source-pristine
[all …]
H A Dprovider-compatibility.yml5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
38 url: "https://www.openssl.org/source/old/3.0/openssl-3.0.0.tar.gz",
43 url: "https://www.openssl.org/source/openssl-3.0.8.tar.gz",
48 url: "https://www.openssl.org/source/openssl-3.0.9.tar.gz",
53 url: "https://www.openssl.org/source/openssl-3.1.2.tar.gz",
61 - name: download release source
64 - name: unpack release source
/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"
453 my $source = shift; # file where item was defined
478 OpenSSL::Ordinals::Item->new( source => $source,
521 my $source = shift;
528 "add_alias('$source' , '$alias' , '$name' , [ " . join(', ', @defs) . " ])";
551 $self->{aliases}->{$name} = { source => $source,
572 source => $source,
814 %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/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.
218 which comes from a trusted source, and I<additional input>',
234 seed source used by "SEED-SRC" during configuration, using the
246 pulls the necessary entropy from its source automatically.
309 in the file LICENSE in the source distribution or at
[all …]
H A DEVP_RAND-JITTER.pod5 EVP_RAND-JITTER - The randomness seed source EVP_RAND implementation
12 This software seed source produces randomness based on tiny CPU
42 A context for the seed source can be obtained by calling:
55 /* Create and instantiate a seed source */
88 in the file LICENSE in the source distribution or at
89 L<https://www.openssl.org/source/license.html>.
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 Dossl-guide-introduction.pod19 OpenSSL is fully open source. Version 3.0 and above are distributed under the
24 The OpenSSL Project develops and distributes the source code for OpenSSL. You
25 can obtain that source code via the OpenSSL website
26 (L<https://www.openssl.org/source>).
31 attempting to build OpenSSL from the source code.
37 If you build and install OpenSSL from the source code then you should download
42 install OpenSSL from source. Make sure you read the contents of that file
50 Sometimes you may want to build and install OpenSSL from source on a system
102 in the file LICENSE in the source distribution or at
103 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 and instantiate a seed source */
85 in the file LICENSE in the source distribution or at
86 L<https://www.openssl.org/source/license.html>.
H A DEVP_RAND-CRNG-TEST.pod9 This B<EVP_RAND> object acts a filter between the entropy source
12 Tests". Most requests are forwarded to the entropy source, either via
24 seed source for processing.
69 in the file LICENSE in the source distribution or at
70 L<https://www.openssl.org/source/license.html>.
/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/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 can be configured when OpenSSL is compiled by
69 in the file LICENSE in the source distribution or at
70 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/.ctags.d/openssl-stage2/
H A D10expand-macros.ctags6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
/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/.ctags.d/
H A Dadd-dir.ctags6 # in the file LICENSE in the source distribution or at
7 # https://www.openssl.org/source/license.html
/openssl/crypto/cmp/
H A Dcmp_genm.c23 const char *source, X509 *cert, const char *msg) in cert_msg() argument
30 source, subj, msg); in cert_msg()
35 static int ossl_X509_check(OSSL_CMP_CTX *ctx, const char *source, X509 *cert, in ossl_X509_check() argument
47 source, cert, res > 0 ? "has expired" : "not yet valid"); in ossl_X509_check()
53 source, cert, in ossl_X509_check()
61 static int ossl_X509_check_all(OSSL_CMP_CTX *ctx, const char *source, in ossl_X509_check_all() argument
69 ret = ossl_X509_check(ctx, source, in ossl_X509_check_all()

Completed in 49 milliseconds

12345678910>>...50