Home
last modified time | relevance | path

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

1234567

/openssl/
H A DConfigure360 $config{version} = "$config{major}.$config{minor}.$config{patch}";
361 $config{full_version} = "$config{version}$config{prerelease}$config{build_metadata}";
364 "$config{version}, $config{shlib_version}\n"
1256 %config = ( %config, %system_config );
1723 ($config{b64l},$config{b64},$config{b32})=(0,0,1);
1730 ($config{b64l},$config{b64},$config{b32})
1732 ($config{b64l},$config{b64},$config{b32})
1734 ($config{b64l},$config{b64},$config{b32})
1740 $config{api} = $config{major} * 10000 + $config{minor} * 100
1815 my $cc = $config{CROSS_COMPILE}.$config{CC};
[all …]
H A Dconfigdata.pm.in56 our %config = ({- dump_data(\%config, indent => 0); -});
94 my $buildfile = $config{build_file};
103 config => \%config,
255 $config{PERL},
259 print ' ',$config{perl_cmd},"\n";
260 print ' ',$config{perl_version},' for ',$config{perl_archname},"\n";
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/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/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/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} -}
261 CC="{- $config{CC} -}"
262 CPP={- $config{CPP} -}
268 LD="{- $config{LD} -}"
272 PERL={- $config{PERL} -}
274 AR="{- $config{AR} -}"
277 MT="{- $config{MT} -}"
280 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}},
386 $config{prefix} ? catdir($config{prefix},"COMMON")
397 CC={- $config{CC} -}
[all …]
/openssl/demos/certs/
H A Dmkcerts.sh13 CN="Test Root CA" opensslcmd req -config ca.cnf -x509 -nodes \
16 CN="Test Intermediate CA" opensslcmd req -config ca.cnf -nodes \
23 CN="Test Server Cert" opensslcmd req -config ca.cnf -nodes \
30 CN="Test Client Cert" opensslcmd req -config ca.cnf -nodes \
37 CN="Test Revoked Cert" opensslcmd req -config ca.cnf -nodes \
62 CN="Test Server DH Cert" opensslcmd req -config ca.cnf -new \
73 CN="Test Client DH Cert" opensslcmd req -config ca.cnf -new \
87 -config ca.cnf -md sha1
89 -config ca.cnf -md sha1
91 -config ca.cnf -md sha1
[all …]
/openssl/util/perl/OpenSSL/
H A Dconfig.pm12 package OpenSSL::config;
565 my %config = ();
579 %config };
594 my %config = ();
602 %config };
911 my %config = ();
917 $config{target} = "aix";
920 $config{target} = "aix64";
938 return { %config };
948 my $config;
[all …]
/openssl/exporters/
H A Dbuild.info11 GENERATE[libcrypto.pc]{exporter=pkg-config}=pkg-config/libcrypto.pc.in
13 GENERATE[libssl.pc]{exporter=pkg-config}=pkg-config/libssl.pc.in
15 GENERATE[openssl.pc]{exporter=pkg-config}=pkg-config/openssl.pc.in
/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm84 our %config;
96 %config = %configdata::config;
163 sub config { subroutine
165 return $config{$_[0]};
234 if grep { $_ eq 'OPENSSL_USE_IPV6=0' } @{$config{CPPDEFINES}};
/openssl/.github/workflows/
H A Dci.yml38 - name: config
51 - name: config
71 - name: config
87 - name: config
113 - name: config
138 - name: config
160 - name: config
182 - name: config
204 - name: config
231 - name: config
[all …]
H A Drun-checker-daily.yml142 - name: config
144 - name: config dump
173 - name: config
209 - name: config
231 - name: config
253 - name: config
276 - name: config
302 - name: config
328 - name: config
348 - name: config
[all …]
H A Dos-zoo.yml38 - name: config
42 - name: config dump
90 - name: config
91 run: ./config
92 - name: config dump
116 - name: config
118 - name: config dump
146 - name: config
149 - name: config dump
178 - name: config
[all …]
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
89 - name: install extra config support
96 - name: config pristine
97 run: ../source-pristine/config --banner=Configured $BUILD_OPTS && perl configdata.pm --dump
105 - name: config
[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…
57 - name: config
59 CC=${{ matrix.fuzzy.cc }} ./config --banner=Configured no-shared \
60 ${{ matrix.fuzzy.config }} ${{ matrix.fuzzy.libs }} ${{ matrix.fuzzy.extra }}
62 - name: config dump
/openssl/demos/certs/apps/
H A Dmkxcerts.sh13 -config apps.cnf -extensions usr_cert -x509 -nodes \
16 -config apps.cnf -extensions usr_cert -x509 -nodes \
19 -config apps.cnf -extensions usr_cert -x509 -nodes \
28 -config apps.cnf -extensions ec_cert -x509 -nodes \
33 -config apps.cnf -extensions ec_cert -x509 -nodes \
H A Dmkacerts.sh12 CN="OpenSSL Test Root CA" opensslcmd req -config apps.cnf -x509 -nodes \
15 CN="OpenSSL Test Intermediate CA" opensslcmd req -config apps.cnf -nodes \
21 CN="Test Client Cert" opensslcmd req -config apps.cnf -nodes \
28 CN="Test Server Cert" opensslcmd req -config apps.cnf -nodes \
35 CN="Test Server Cert #2" opensslcmd req -config apps.cnf -nodes \
/openssl/exporters/cmake/
H A DOpenSSLConfigVersion.cmake.in3 set(PACKAGE_VERSION {- $config{version} -})
9 elseif(PACKAGE_FIND_VERSION_MAJOR LESS {- my $x = $config{version}; $x =~ s/\..*//; $x -}
10 OR PACKAGE_FIND_VERSION VERSION_GREATER {- $config{version} -})
14 if(PACKAGE_FIND_VERSION VERSION_EQUAL {- $config{version} -})
/openssl/test/ocsp-tests/
H A Dmk-ocsp-cert-chain.sh23 -config ca.cnf \
40 -config ca.cnf \
48 -config ca.cnf \
67 -config ca.cnf \
76 -config ca.cnf \
90 -config ca.cnf \
/openssl/crypto/hashtable/
H A Dhashtable.c154 HT_CONFIG config; member
197 memcpy(&new->config, conf, sizeof(*conf)); in ossl_ht_new()
199 if (new->config.init_neighborhoods != 0) { in ossl_ht_new()
213 if (new->config.ht_free_fn == NULL) in ossl_ht_new()
231 if (new->config.ht_hash_fn == NULL) in ossl_ht_new()
232 new->config.ht_hash_fn = fnv1a_hash; in ossl_ht_new()
443 if (h->config.lockless_reads) in grow_hashtable()
612 if (h->config.collision_check == 1) in alloc_new_value()
624 if (h->config.collision_check) { in alloc_new_value()
719 v->ht->config.ht_free_fn((HT_VALUE *)v); in free_old_entry()
[all …]
/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,

Completed in 73 milliseconds

1234567