/openssl/util/ |
H A D | mkdir-p.pl | 21 local($dir) = @_; 23 $dir =~ s|/*\Z(?!\n)||s; 25 if (-d $dir) { 29 if ($dir =~ m|[^/]/|s) { 30 local($parent) = $dir; 36 unless (mkdir($dir, 0777)) { 38 if (-d $dir) { 42 die "Cannot create directory $dir: $err\n"; 44 print "created directory `$dir'\n";
|
H A D | withlibctx.pl | 13 my $dir = shift; 14 my @files = glob "$dir/*.c $dir/*.h $dir/*.h.in $dir/*.pod *dir/*.pod.in"; 33 opendir my $dh, $dir or die "Cannot open directory"; 36 next unless -d "$dir/$subdir"; 38 processallfiles("$dir/$subdir");
|
/openssl/test/recipes/ |
H A D | 90-test_store.t | 566 my $dir; 573 $dir = join('/', File::Spec->splitdir($dir)); 576 my $newdir = $dir; 578 last if $newdir eq $dir; 579 $dir = $newdir; 585 $dir =~ s|^[^/]*[^/\.]+[^/]*/\.\.$||; 587 $dir =~ s|/$|| if $dir ne '/'; 589 $dir .= '/' if $dir ne '' && $dir !~ m|/$|; 599 $dir = '/' . $dir if $dir ne '' && $dir !~ m|^/|; 600 $dir = '/' . $vol . $dir; [all …]
|
/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes1.cnf | 14 dir = ./demoCA # Where everything is kept 15 certs = $dir/certs # Where the issued certs are kept 16 crl_dir = $dir/crl # Where the issued crl are kept 17 database = $dir/index.txt # database index file. 18 new_certs_dir = $dir/new_certs # default place for new certs. 20 certificate = $dir/CAcert.pem # The CA certificate 21 serial = $dir/serial # The current serial number 22 crl = $dir/crl.pem # The current CRL 23 private_key = $dir/private/CAkey.pem# The private key
|
/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 102 } dir; member 178 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path); in file_open_dir() 179 ctx->_.dir.last_errno = errno; in file_open_dir() 180 if (ctx->_.dir.last_entry == NULL) { in file_open_dir() 186 ctx->_.dir.end_reached = 1; in file_open_dir() 367 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), in file_set_ctx_params() 673 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri); in file_load_dir_entry() 674 ctx->_.dir.last_errno = errno; in file_load_dir_entry() 675 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0) in file_load_dir_entry() 723 return ctx->_.dir.end_reached; in file_eof() [all …]
|
/openssl/crypto/x509/ |
H A D | by_dir.c | 40 char *dir; member 56 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type); 93 if (dir) in dir_ctrl() 151 OPENSSL_free(ent->dir); in by_dir_entry_free() 172 if (dir == NULL || *dir == '\0') { in add_cert_dir() 177 s = dir; in add_cert_dir() 190 if (strlen(ent->dir) == len && strncmp(ent->dir, ss, len) == 0) in add_cert_dir() 207 ent->dir = OPENSSL_strndup(ss, len); in add_cert_dir() 208 if (ent->dir == NULL || ent->hashes == NULL) { in add_cert_dir() 269 j = strlen(ent->dir) + 1 + 8 + 6 + 1 + 1; in get_cert_by_subject_ex() [all …]
|
/openssl/test/ |
H A D | ca-and-certs.cnf | 59 dir = ./demoCA 60 certs = $dir/certs 61 crl_dir = $dir/crl 62 database = $dir/index.txt 63 new_certs_dir = $dir/newcerts 64 certificate = $dir/cacert.pem 65 serial = $dir/serial 66 crl = $dir/crl.pem 67 private_key = $dir/private/cakey.pem
|
H A D | CAtsa.cnf | 28 dir = ./demoCA 29 certs = $dir/certs # Where the issued certs are kept 30 database = $dir/index.txt # database index file. 31 new_certs_dir = $dir/newcerts # default place for new certs. 33 certificate = $dir/cacert.pem # The CA certificate 34 serial = $dir/serial # The current serial number 35 private_key = $dir/private/cakey.pem# The private key 127 dir = . # TSA root directory 129 signer_cert = $dir/tsa_cert1.pem # The TSA signing certificate 131 certs = $dir/tsaca.pem # Certificate chain to include in reply [all …]
|
H A D | test.cnf | 9 dir = ./demoCA # Where everything is kept 10 certs = $dir/certs # Where the issued certs are kept 11 crl_dir = $dir/crl # Where the issued crl are kept 12 database = $dir/index.txt # database index file. 13 new_certs_dir = $dir/new_certs # default place for new certs. 15 certificate = $dir/CAcert.pem # The CA certificate 16 serial = $dir/serial # The current serial number 17 crl = $dir/crl.pem # The current CRL 18 private_key = $dir/private/CAkey.pem# The private key
|
/openssl/.github/workflows/ |
H A D | provider-compatibility.yml | 36 dir: openssl-3.0.0, 41 dir: openssl-3.0.8, 46 dir: openssl-3.0.9, 51 dir: openssl-3.1.2, 113 dir: branch-3.0, 117 dir: branch-3.1, 121 dir: branch-3.2, 125 dir: branch-3.3, 129 dir: branch-3.4, 133 dir: branch-master, [all …]
|
H A D | prov-compat-label.yml | 32 dir: openssl-3.0.0, 37 dir: openssl-3.0.8, 42 dir: openssl-3.0.9, 47 dir: openssl-3.1.2, 110 dir: PR, 114 dir: branch-3.0, 118 dir: branch-3.1, 122 dir: branch-3.2, 126 dir: branch-3.3, 130 dir: branch-3.4, [all …]
|
/openssl/crypto/aes/asm/ |
H A D | aesni-x86_64.pl | 329 my $dir=shift; 347 .L${dir}_loop2: 363 .size _aesni_${dir}rypt2,.-_aesni_${dir}rypt2 367 my $dir=shift; 406 .size _aesni_${dir}rypt3,.-_aesni_${dir}rypt3 414 my $dir=shift; 459 .size _aesni_${dir}rypt4,.-_aesni_${dir}rypt4 463 my $dir=shift; 522 .size _aesni_${dir}rypt6,.-_aesni_${dir}rypt6 526 my $dir=shift; [all …]
|
/openssl/crypto/dso/ |
H A D | dso_win32.c | 195 const char *dir; member 241 result->dir = start; in win32_splitter() 249 result->dir = start; in win32_splitter() 253 result->dir = start; in win32_splitter() 269 result->dir = start; in win32_splitter() 292 result->dir = NULL; in win32_splitter() 321 if (file_split->dir && file_split->file) { in win32_joiner() 364 start = file_split->dir; in win32_joiner() 422 if (!filespec1_split->dir) { in win32_merger() 423 filespec1_split->dir = filespec2_split->dir; in win32_merger() [all …]
|
/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 924 my ($alg,$bits,$dir) = @_; 955 $code.=<<___ if ($dir eq "de"); 985 .L${bits}_xts_${dir}loop: 1063 .L${bits}_xts_${dir}loop2x: 1185 .L${bits}_xts_${dir}blk: 1195 .L${bits}_xts_${dir}blk2x: 1297 .L${bits}_xts_${dir}steal: 1308 .L${bits}_xts_${dir}stealing: 1326 .L${bits}_xts_${dir}steal: 1375 .L${bits}_xts_${dir}stealing: [all …]
|
H A D | x86_64-xlate.pl | 757 my $dir = $1; 759 SWITCH: for ($dir) { 805 && do { $dir = undef; 821 $self->{value} = ".cfi_$dir\t$$line" if ($dir); 838 my $dir; 845 $dir = $1; 850 SWITCH: for ($dir) { 873 $dir = ".byte"; 888 if ($dir =~ /\.extern/) { 947 } elsif ($dir =~ /\.comm/) { [all …]
|
/openssl/crypto/ |
H A D | LPdir_unix.c | 77 DIR *dir; member 112 (*ctx)->dir = opendir(directory); in LP_find_file() 113 if ((*ctx)->dir == NULL) { in LP_find_file() 129 direntry = readdir((*ctx)->dir); in LP_find_file() 155 int ret = closedir((*ctx)->dir); in LP_find_file_end()
|
H A D | armv4cpuid.pl | 15 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 16 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 17 ( $xlate="${dir}perlasm/arm-xlate.pl" and -f $xlate) or
|
H A D | arm64cpuid.pl | 15 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 16 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 17 ( $xlate="${dir}perlasm/arm-xlate.pl" and -f $xlate) or
|
/openssl/ms/ |
H A D | uplink-x86_64.pl | 13 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 14 open OUT,"| \"$^X\" \"${dir}../crypto/perlasm/x86_64-xlate.pl\" $flavour \"$output\"" 15 or die "can't call ${dir}../crypto/perlasm/x86_64-xlate.pl: $!"; 17 push(@INC,"${dir}.");
|
H A D | uplink-x86.pl | 9 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 10 push(@INC, "${dir}.", "${dir}../crypto/perlasm");
|
/openssl/tools/ |
H A D | c_rehash.in | 14 my $dir = {- quotify1($config{openssldir}) -}; 86 $dirlist[0] = "$dir/certs"; 124 my $dir = shift; 127 print "Doing $dir\n"; 129 if (!chdir $dir) { 130 print STDERR "WARNING: Cannot chdir to '$dir', $!\n";
|
/openssl/crypto/modes/asm/ |
H A D | aes-gcm-ppc.pl | 74 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 75 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 76 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
|
/openssl/engines/ |
H A D | e_loader_attic.c | 899 } dir; member 1033 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, path); in file_open_ex() 1034 ctx->_.dir.last_errno = errno; in file_open_ex() 1040 ctx->_.dir.end_reached = 1; in file_open_ex() 1150 BIO_snprintf(ctx->_.dir.search_name, sizeof(ctx->_.dir.search_name), in file_find() 1439 if (ctx->_.dir.search_name[0] == '\0') in file_name_check() 1529 ctx->_.dir.last_entry = OPENSSL_DIR_read(&ctx->_.dir.ctx, ctx->uri); in file_load() 1530 ctx->_.dir.last_errno = errno; in file_load() 1531 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0) in file_load() 1532 ctx->_.dir.end_reached = 1; in file_load() [all …]
|
/openssl/apps/ |
H A D | version.c | 52 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 76 dirty = dir = 1; in version_main() 109 = dir = engdir = moddir = cpuinfo in version_main() 136 if (dir) in version_main()
|
H A D | openssl-vms.cnf | 82 dir = sys\$disk:[.demoCA # Where everything is kept 83 certs = $dir.certs] # Where the issued certs are kept 84 crl_dir = $dir.crl] # Where the issued crl are kept 85 database = $dir]index.txt # database index file. 88 new_certs_dir = $dir.newcerts] # default place for new certs. 90 certificate = $dir]cacert.pem # The CA certificate 91 serial = $dir]serial. # The current serial number 92 crlnumber = $dir]crlnumber. # the current crl number 94 crl = $dir]crl.pem # The current CRL 95 private_key = $dir.private]cakey.pem # The private key [all …]
|