Home
last modified time | relevance | path

Searched refs:target (Results 51 – 75 of 99) sorted by relevance

1234

/openssl/util/
H A Ddofile.pl26 if !exists($config{target});
H A Dmkdef.pl106 (my $SO_VARIANT = uc($target{"shlib_variant"} // '')) =~ s/\W/_/g;
/openssl/Configurations/platform/Windows/
H A DMSVC.pm24 ($target{multilib} // '' ),
/openssl/Configurations/platform/
H A DWindows.pm27 sub shlibvariant { $target{shlib_variant} || '' }
/openssl/providers/
H A Dbuild.info112 IF[{- defined $target{shared_defflag} -}]
123 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
151 IF[{- defined $target{shared_defflag} -}]
157 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
/openssl/doc/man1/
H A Dopenssl-verify.pod.in101 One or more target certificates to verify, one per file. If no certificates are
118 problem was detected starting with zero for the target ("leaf") certificate
119 itself then 1 for the CA that signed the target certificate and so on.
H A Dopenssl-verification-options.pod25 starting from the I<target certificate> that is to be verified
28 of the target certificate, such as SSL server, or by default for any purpose.
60 uses of a target certificate the certificate may serve as a trust anchor.
103 First, a certificate chain is built up starting from the target certificate
158 The target or "leaf" certificate, as well as any other untrusted certificates,
160 All certificates except the target or "leaf" must also be valid CA certificates.
427 construct a certificate chain from the target certificate to a trust anchor.
552 which determine what the target certificate and intermediate CA certificates
/openssl/
H A Dconfig.com90 WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""",collected_args
H A Dbuild.info76 IF[{- defined $target{shared_defflag} -}]
85 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
H A DREADME-FIPS.md33 The `install_fips` make target can also be invoked explicitly to install
/openssl/apps/
H A Dbuild.info8 IF[{- $config{target} =~ /^vms-/ -}]
79 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
/openssl/doc/internal/man3/
H A Devp_keymgmt_util_export_to_provider.pod30 void *evp_keymgmt_util_fromdata(EVP_PKEY *target, EVP_KEYMGMT *keymgmt,
65 given key I<target> via a B<EVP_KEYMGMT> interface. This is used as a
/openssl/doc/man3/
H A DOPENSSL_Applink.pod18 compiler of their choice and link it into the target application.
H A DOPENSSL_ia32cap.pod67 bank. You might have to do the latter if target OpenSSL application is
72 B<OPENSSL_ia32cap> environment variable prior target application start. To
/openssl/include/crypto/
H A Ddso_conf.h.in21 my $scheme = $disabled{dso} ? undef : uc $target{dso_scheme};
/openssl/crypto/cmp/
H A Dcmp_msg.c122 static int add_extensions(STACK_OF(X509_EXTENSION) **target, in add_extensions() argument
127 if (target == NULL) in add_extensions()
133 int idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in add_extensions()
139 X509_EXTENSION_free(sk_X509_EXTENSION_delete(*target, idx)); in add_extensions()
140 idx = X509v3_get_ext_by_OBJ(*target, obj, -1); in add_extensions()
143 if (!X509v3_add_ext(target, ext, -1)) in add_extensions()
/openssl/VMS/
H A Dopenssl_shutdown.com.in30 $ pz := {- $target{pointer_size} -}
H A Dopenssl_ivp.com.in18 $ pz := {- $target{pointer_size} -}
/openssl/test/
H A DREADME-external.md31 Some tests target older (<=1.0.2) versions so will not run. Other tests target
H A Dbuild.info8 IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
12 IF[{- $config{target} =~ /^vms-/ -}]
174 IF[{- $disabled{legacy} || !$target{dso_scheme} -}]
193 IF[{- $disabled{fips} || !$target{dso_scheme} -}]
881 IF[{- defined $target{shared_defflag} -}]
886 IF[{- $disabled{module} || !$target{dso_scheme} -}]
/openssl/ssl/
H A Dpriority_queue.c88 static ossl_inline int compute_pqueue_growth(size_t target, size_t current) in compute_pqueue_growth() argument
92 while (current < target) { in compute_pqueue_growth()
/openssl/crypto/stack/
H A Dstack.c160 static ossl_inline int compute_growth(int target, int current) in compute_growth() argument
164 while (current < target) { in compute_growth()
/openssl/Configurations/
H A D15-android.conf56 $config{target} =~ m|[^-]+-([^-]+)$|; # split on dash
/openssl/.github/workflows/
H A Dwindows.yml17 # Run a job for each of the specified target architectures:
/openssl/crypto/perlasm/
H A DREADME.md50 &label("loop") Refer to a label, normally a jmp target.

Completed in 48 milliseconds

1234