Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 160) sorted by relevance

1234567

/openssl/
H A DConfigure352 $config{version} = "$config{major}.$config{minor}.$config{patch}";
353 $config{full_version} = "$config{version}$config{prerelease}$config{build_metadata}";
356 "$config{version}, $config{shlib_version}\n"
1170 %config = ( %config, %system_config );
1371 delete $config{$_} unless defined $config{$_};
1601 my $cc = $config{CROSS_COMPILE}.$config{CC};
1619 ($config{b64l},$config{b64},$config{b32})=(0,0,1);
1626 ($config{b64l},$config{b64},$config{b32})
1628 ($config{b64l},$config{b64},$config{b32})
1630 ($config{b64l},$config{b64},$config{b32})
[all …]
H A Dconfigdata.pm.in56 our %config = ({- dump_data(\%config, indent => 0); -});
103 config => \%config,
255 $config{PERL},
259 print ' ',$config{perl_cmd},"\n";
260 print ' ',$config{perl_version},' for ',$config{perl_archname},"\n";
320 $prefix = $config{CROSS_COMPILE}
326 : $prefix.$config{$var}),
328 if defined $config{$var};
331 my @buildfile = ($config{builddir}, $config{build_file});
344 my @buildfile = ($config{builddir}, $config{build_file});
[all …]
/openssl/include/openssl/
H A Dconfiguration.h.in28 {- if (@{$config{openssl_sys_defines}}) {
29 foreach (@{$config{openssl_sys_defines}}) {
35 foreach (@{$config{openssl_api_defines}}) {
39 if (@{$config{openssl_feature_defines}}) {
40 foreach (@{$config{openssl_feature_defines}}) {
50 {- $config{processor} eq "386" ? "# define" : "# undef" -} I386_ONLY
56 {- $config{bn_ll} ? "# define" : "# undef" -} BN_LLONG
58 {- $config{b64l} ? "# define" : "# undef" -} SIXTY_FOUR_BIT_LONG
59 {- $config{b64} ? "# define" : "# undef" -} SIXTY_FOUR_BIT
60 {- $config{b32} ? "# define" : "# undef" -} THIRTY_TWO_BIT
[all …]
H A Dopensslv.h.in29 # define OPENSSL_VERSION_MAJOR {- $config{major} -}
30 # define OPENSSL_VERSION_MINOR {- $config{minor} -}
31 # define OPENSSL_VERSION_PATCH {- $config{patch} -}
41 # define OPENSSL_VERSION_PRE_RELEASE "{- $config{prerelease} -}"
44 # define OPENSSL_VERSION_BUILD_METADATA "{- $config{build_metadata} -}"
59 # define OPENSSL_SHLIB_VERSION {- $config{shlib_version} -}
76 # define OPENSSL_VERSION_STR "{- $config{version} -}"
77 # define OPENSSL_FULL_VERSION_STR "{- $config{full_version} -}"
84 # define OPENSSL_RELEASE_DATE "{- $config{release_date} -}"
90 # define OPENSSL_VERSION_TEXT "OpenSSL {- "$config{full_version} $config{release_date}" -}"
/openssl/util/
H A Dck_errf.pl19 my $config;
53 $config = $ARGV[1];
73 $config = "crypto/err/openssl.ec" unless defined $config;
79 unless defined $config;
89 open my $cfh, $config or die "Trying to read $config: $!\n";
113 print "$file:$.:$errlib not listed in $config\n";
/openssl/.github/workflows/
H A Dci.yml35 - name: config
48 - name: config
66 - name: config
77 - name: config
88 - name: config
99 - name: config
110 - name: config
124 - name: config
135 - name: config
146 - name: config
[all …]
H A Dfips-provider.yml27 - name: config current
28 run: ../source/config enable-shared enable-fips
30 - name: config dump
41 - name: config 3.0
42 run: ../source-3.0/config enable-shared enable-fips
44 - name: config 3.0 dump
71 - name: config 3.0
74 - name: config 3.0 dump
83 - name: config current
84 run: ../source/config enable-shared enable-fips
[all …]
H A Dfuzz-checker.yml23 config: enable-fuzz-afl no-module,
28 config: enable-fuzz-libfuzzer enable-asan enable-ubsan,
36config: enable-fuzz-libfuzzer enable-asan enable-ubsan -fsanitize-coverage=trace-cmp -DFUZZING_BUI…
53 - name: config
55 CC=${{ matrix.fuzzy.cc }} ./config --banner=Configured no-shared \
56 ${{ matrix.fuzzy.config }} ${{ matrix.fuzzy.libs }} ${{ matrix.fuzzy.extra }}
58 - name: config dump
H A Dos-zoo.yml31 - name: config
33 CC=${{ matrix.zoo.cc }} ./config --banner=Configured \
35 - name: config dump
57 - name: config
61 - name: config dump
H A Dfips-checksums.yml34 - name: config pristine
35 run: ../source-pristine/config enable-fips
37 - name: config pristine dump
49 - name: config
50 run: ../source/config enable-fips
52 - name: config dump
/openssl/doc/internal/man7/
H A DVERSION.pod59 The following items in %config from F<configdata.pm> are affected:
63 =item $config{major}, $config{minor}, $config{patch}, $config{shlib_version}
68 =item $config{prerelease}
73 =item $config{build_metadata}
78 =item $config{release_date}
83 =item $config{version}
89 =item $config{full_version}
92 $config{prerelease} and $config{build_metadata}. See See L</EXAMPLES> for
109 The fully loaded version number ($config{full_version}) will be
120 The fully loaded version number ($config{full_version}) will be
[all …]
/openssl/Configurations/
H A Dshared-info.pl16 `$config{CROSS_COMPILE}$config{CC} -Wl,-V /dev/null 2>&1`;
21 `$config{CROSS_COMPILE}$config{CC} -v 2>&1`;
37 @{$config{CFLAGS}}, @{$config{cflags}})
H A Dwindows-makefile.tmpl38 PLATFORM={- $config{target} -}
45 MAJOR={- $config{major} -}
46 MINOR={- $config{minor} -}
254 CC="{- $config{CC} -}"
255 CPP={- $config{CPP} -}
261 LD="{- $config{LD} -}"
265 PERL={- $config{PERL} -}
267 AR="{- $config{AR} -}"
270 MT="{- $config{MT} -}"
273 AS="{- $config{AS} -}"
[all …]
H A Ddescrip.mms.tmpl109 @{$config{lib_defines}}, @{$config{shared_defines}},
122 @{$config{lib_cppflags}}, @{$config{shared_cppflag}},
127 @{$config{lib_cflags}}, @{$config{shared_cflag}},
133 @{$config{lib_lflags}}, @{$config{shared_ldflag}},
145 @{$config{dso_defines}}, @{$config{module_defines}},
152 @{$config{dso_asflags}}, @{$config{module_asflags}},
156 @{$config{dso_cppflags}}, @{$config{module_cppflag}},
169 @{$config{dso_lflags}}, @{$config{module_ldflag}},
352 $config{prefix} ? catdir($config{prefix},"COMMON")
363 CC={- $config{CC} -}
[all …]
/openssl/demos/certs/
H A Dmkcerts.sh8 CN="Test Root CA" $OPENSSL req -config ca.cnf -x509 -nodes \
11 CN="Test Intermediate CA" $OPENSSL req -config ca.cnf -nodes \
18 CN="Test Server Cert" $OPENSSL req -config ca.cnf -nodes \
25 CN="Test Client Cert" $OPENSSL req -config ca.cnf -nodes \
32 CN="Test Revoked Cert" $OPENSSL req -config ca.cnf -nodes \
57 CN="Test Server DH Cert" $OPENSSL req -config ca.cnf -new \
68 CN="Test Client DH Cert" $OPENSSL req -config ca.cnf -new \
82 -config ca.cnf -md sha1
84 -config ca.cnf -md sha1
86 -config ca.cnf -md sha1
[all …]
/openssl/test/smime-certs/
H A Dmksmime-certs.sh17 CN="Test S/MIME RSA Root" $OPENSSL req -config ca.cnf -x509 -noenc \
21 CN="Test S/MIME EE RSA #1" $OPENSSL req -config ca.cnf -noenc \
27 CN="Test S/MIME EE RSA #2" $OPENSSL req -config ca.cnf -noenc \
32 CN="Test S/MIME EE RSA #3" $OPENSSL req -config ca.cnf -noenc \
41 CN="Test S/MIME EE DSA #1" $OPENSSL req -config ca.cnf -noenc \
45 CN="Test S/MIME EE DSA #2" $OPENSSL req -config ca.cnf -noenc \
49 CN="Test S/MIME EE DSA #3" $OPENSSL req -config ca.cnf -noenc \
59 CN="Test S/MIME EE EC #1" $OPENSSL req -config ca.cnf -noenc \
63 CN="Test S/MIME EE EC #2" $OPENSSL req -config ca.cnf -noenc \
78 CN="Test S/MIME EE DH #1" $OPENSSL req -config ca.cnf -noenc \
[all …]
/openssl/util/perl/OpenSSL/
H A Dconfig.pm12 package OpenSSL::config;
524 my %config = ();
538 %config };
553 my %config = ();
557 %config = ( cflags => [ '-m32' ],
561 %config };
855 my %config = ();
861 $config{target} = "aix";
864 $config{target} = "aix64";
880 $config{disable} = [ 'asm' ];
[all …]
/openssl/demos/certs/apps/
H A Dmkxcerts.sh7 -config apps.cnf -extensions usr_cert -x509 -nodes \
10 -config apps.cnf -extensions usr_cert -x509 -nodes \
13 -config apps.cnf -extensions usr_cert -x509 -nodes \
22 -config apps.cnf -extensions ec_cert -x509 -nodes \
27 -config apps.cnf -extensions ec_cert -x509 -nodes \
H A Dmkacerts.sh8 CN="OpenSSL Test Root CA" $OPENSSL req -config apps.cnf -x509 -nodes \
11 CN="OpenSSL Test Intermediate CA" $OPENSSL req -config apps.cnf -nodes \
17 CN="Test Client Cert" $OPENSSL req -config apps.cnf -nodes \
24 CN="Test Server Cert" $OPENSSL req -config apps.cnf -nodes \
31 CN="Test Server Cert #2" $OPENSSL req -config apps.cnf -nodes \
/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm82 our %config;
93 %config = %configdata::config;
159 sub config { subroutine
161 return $config{$_[0]};
/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm75 config => 'HASH');
81 config => $opts{config} // {} };
150 return { map { $_ => $self->{config}->{$_} } @_ };
/openssl/test/recipes/
H A D25-test_verify_store.t36 -config => $cnf,
60 -config => $dummycnf,
66 -config => $dummycnf,
77 -config => $cnf,
/openssl/providers/implementations/rands/seeding/
H A Dbuild.info2 IF[{- $config{target} =~ /vxworks/i -}]
5 IF[{- $config{target} =~ /vms/i -}]
8 IF[{- !$disabled{asm} && $config{target} =~ '.*aarch64' -}]
/openssl/Configurations/platform/
H A Dmingw.pm26 sub makedepcmd { $disabled{makedepend} ? undef : $config{makedepcmd} }
28 (my $sover_filename = $config{shlib_version}) =~ s|\.|_|g;
36 ($config{target} eq "mingw64"
/openssl/VMS/
H A Dopenssl_ivp.com.in7 $ INSTALLTOP := {- $config{INSTALLTOP} -}
8 $ OPENSSLDIR := {- $config{OPENSSLDIR} -}
17 $ v := {- sprintf "%02d", split(/\./, $config{version}) -}
24 .OR. F$SEARCH("OSSL$LIBSSL''pz'") .EQS. "" {- output_off() if $config{no_shared}; "" -}-
26 … .OR. F$SEARCH("OSSL$LIBSSL_SHR''pz'") .EQS. "" {- output_on() if $config{no_shared}; "" -}-

Completed in 61 milliseconds

1234567