/openssl/ |
H A D | Configure | 360 $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" 1266 %config = ( %config, %system_config ); 1733 ($config{b64l},$config{b64},$config{b32})=(0,0,1); 1740 ($config{b64l},$config{b64},$config{b32}) 1742 ($config{b64l},$config{b64},$config{b32}) 1744 ($config{b64l},$config{b64},$config{b32}) 1750 $config{api} = $config{major} * 10000 + $config{minor} * 100 1825 my $cc = $config{CROSS_COMPILE}.$config{CC}; [all …]
|
H A D | configdata.pm.in | 56 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 D | ck_errf.pl | 19 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 D | configuration.h.in | 28 {- 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 D | opensslv.h.in | 29 # 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 D | VERSION.pod | 59 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 D | shared-info.pl | 16 `$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 D | windows-makefile.tmpl | 38 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 D | descrip.mms.tmpl | 109 @{$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 D | mkcerts.sh | 13 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 D | config.pm | 12 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/.github/workflows/ |
H A D | ci.yml | 38 - 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 230 - name: config [all …]
|
H A D | run-checker-daily.yml | 145 - name: config 147 - name: config dump 176 - name: config 212 - name: config 234 - name: config 256 - name: config 279 - name: config 305 - name: config 331 - name: config 351 - name: config [all …]
|
H A D | os-zoo.yml | 39 - name: config 43 - name: config dump 88 - name: config 89 run: ./config 90 - name: config dump 111 - name: config 113 - name: config dump 138 - name: config 141 - name: config dump 170 - name: config [all …]
|
H A D | fips-checksums.yml | 34 - 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 D | fuzz-checker.yml | 23 config: enable-fuzz-afl no-module, 28 config: enable-fuzz-libfuzzer enable-asan enable-ubsan, 36 …config: 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/exporters/ |
H A D | build.info | 11 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 D | Utils.pm | 84 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/demos/certs/apps/ |
H A D | mkxcerts.sh | 13 -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 D | mkacerts.sh | 12 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 D | OpenSSLConfigVersion.cmake.in | 3 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 D | mk-ocsp-cert-chain.sh | 23 -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 D | hashtable.c | 154 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 D | Query.pm | 75 config => 'HASH'); 81 config => $opts{config} // {} }; 150 return { map { $_ => $self->{config}->{$_} } @_ };
|
/openssl/test/recipes/ |
H A D | 25-test_verify_store.t | 36 -config => $cnf, 60 -config => $dummycnf, 66 -config => $dummycnf, 77 -config => $cnf,
|