| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 60-test_x509_store.t | 29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_; 30 my @args = qw(openssl verify -auth_level 1 -purpose); 32 push(@args, "$purpose", @opts);
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 60-test_x509_store.t | 29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_; 30 my @args = qw(openssl verify -auth_level 1 -purpose); 32 push(@args, "$purpose", @opts);
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 60-test_x509_store.t | 29 my ($cert, $purpose, $trustedpath, $untrusted, @opts) = @_; 30 my @args = qw(openssl verify -auth_level 1 -purpose); 32 push(@args, "$purpose", @opts);
|
| /src/crypto/external/apache2/openssl/dist/test/certs/ |
| mkcert.sh | 120 local purpose= 125 p) purpose="$OPTARG";; 144 if [ -n "$purpose" ]; then 145 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose") 240 local purpose=serverAuth 246 p) purpose="$OPTARG";; 265 "extendedKeyUsage = $purpose" \ 275 local purpose=serverAuth 280 p) purpose="$OPTARG";; 298 "extendedKeyUsage = $purpose" \ [all...] |
| /src/crypto/external/bsd/openssl/dist/test/certs/ |
| mkcert.sh | 120 local purpose= 125 p) purpose="$OPTARG";; 144 if [ -n "$purpose" ]; then 145 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose") 240 local purpose=serverAuth 245 p) purpose="$OPTARG";; 262 "extendedKeyUsage = $purpose" \ 272 local purpose=serverAuth 277 p) purpose="$OPTARG";; 295 "extendedKeyUsage = $purpose" \ [all...] |
| /src/external/public-domain/xz/dist/src/liblzma/ |
| liblzma.pc.in | 14 Description: General purpose data compression library
|
| /src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| mkcert.sh | 118 local purpose= 123 p) purpose="$OPTARG";; 139 if [ -n "$purpose" ]; then 140 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose") 218 local purpose=serverAuth 223 p) purpose="$OPTARG";; 240 "extendedKeyUsage = $purpose" \ 250 local purpose=serverAuth 255 p) purpose="$OPTARG";; 271 "extendedKeyUsage = $purpose" \ [all...] |
| /src/usr.bin/make/unit-tests/ |
| recursive.mk | 7 # The purpose of evaluating that variable early was just to detect 9 # parsed with VARE_PARSE for that purpose. 29 # The purpose of the -dL flag is to detect unclosed variables. This
|
| varcmd.mk | 5 # FIXME: The purpose of this test is unclear. The test uses six levels of
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| mkcert.sh | 208 local purpose=serverAuth 213 p) purpose="$OPTARG";; 230 "extendedKeyUsage = $purpose" \
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| Request.pm | 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29 This perl module provides various general purpose support functions
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| data-streamer.h | 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 252 to be compile time constant. PURPOSE is used for error reporting. */ 256 const char *purpose, 267 lto_value_range_error (purpose, val, min, max); 292 to be compile time constant. PURPOSE is used for error reporting. */ 296 const char *purpose, 307 lto_value_range_error (purpose, val, min, max);
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_purp.c | 60 "Any Purpose", "any", 79 return (*a)->purpose - (*b)->purpose; 86 * Returns 1 on success, 0 if x does not allow purpose, -1 on (internal) error. 105 /* resets to default (any) purpose if purpose == X509_PURPOSE_DEFAULT_ANY (0) */ 106 int X509_PURPOSE_set(int *p, int purpose) 108 if (purpose != X509_PURPOSE_DEFAULT_ANY && X509_PURPOSE_get_by_id(purpose) == -1) { 112 *p = purpose; [all...] |
| x509_vpm.c | 169 x509_verify_param_copy(purpose, 0); 297 /* resets to default (any) purpose if |purpose| == X509_PURPOSE_DEFAULT_ANY */ 298 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) 300 return X509_PURPOSE_set(¶m->purpose, purpose); 305 return param->purpose; 514 X509_PURPOSE_CODE_SIGN, /* purpose */ 524 0, /* purpose */ 534 X509_PURPOSE_SMIME_SIGN, /* purpose */ [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_purp.c | 57 "Any Purpose", "any", 72 return (*a)->purpose - (*b)->purpose; 79 * Returns 1 on success, 0 if x does not allow purpose, -1 on (internal) error. 98 int X509_PURPOSE_set(int *p, int purpose) 100 if (X509_PURPOSE_get_by_id(purpose) == -1) { 104 *p = purpose; 136 /* Returns -1 on error, else an index => 0 in standard/extended purpose table */ 137 int X509_PURPOSE_get_by_id(int purpose) 142 if (purpose >= X509_PURPOSE_MIN && purpose <= X509_PURPOSE_MAX [all...] |
| x509_vpm.c | 172 x509_verify_param_copy(purpose, 0); 301 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) 303 return X509_PURPOSE_set(¶m->purpose, purpose); 514 0, /* purpose */ 525 X509_PURPOSE_SMIME_SIGN, /* purpose */ 536 X509_PURPOSE_SMIME_SIGN, /* purpose */ 547 X509_PURPOSE_SSL_CLIENT, /* purpose */ 558 X509_PURPOSE_SSL_SERVER, /* purpose */
|
| x509_vfy.c | 396 * Check EE or CA certificate purpose. For trusted certificates explicit local 400 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, 407 * settings trump the purpose constraints. 410 * ctx->param->trust are entirely independent of the purpose ordinals in 411 * ctx->param->purpose! 415 * related values of both param->trust and param->purpose. It is however 416 * typically possible to infer associated trust values from a purpose value 419 * Therefore, we can only check for trust overrides when the purpose we're 420 * checking is the same as ctx->param->purpose and ctx->param->trust is 423 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose 456 int purpose, allow_proxy_certs, num = sk_X509_num(ctx->chain); local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_purp.c | 56 {X509_PURPOSE_ANY, X509_TRUST_DEFAULT, 0, no_check, "Any Purpose", "any", 71 return (*a)->purpose - (*b)->purpose; 98 int X509_PURPOSE_set(int *p, int purpose) 100 if (X509_PURPOSE_get_by_id(purpose) == -1) { 104 *p = purpose; 136 int X509_PURPOSE_get_by_id(int purpose) 141 if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) 142 return purpose - X509_PURPOSE_MIN [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| x509_internal_test.c | 173 static int ck_purp(ossl_unused const X509_PURPOSE *purpose, 217 && TEST_int_eq(*(p = &xp->purpose), id)
|
| verify_extra_test.c | 225 static int do_test_purpose(int purpose, int expected) 253 if (!TEST_true(X509_STORE_CTX_set_purpose(ctx, purpose)))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| data-streamer.h | 15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 257 to be compile time constant. PURPOSE is used for error reporting. */ 261 const char *purpose, 272 lto_value_range_error (purpose, val, min, max); 297 to be compile time constant. PURPOSE is used for error reporting. */ 301 const char *purpose, 312 lto_value_range_error (purpose, val, min, max);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_vpm.c | 179 x509_verify_param_copy(purpose, 0); 301 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) 303 return X509_PURPOSE_set(¶m->purpose, purpose); 480 0, /* purpose */ 491 X509_PURPOSE_SMIME_SIGN, /* purpose */ 502 X509_PURPOSE_SMIME_SIGN, /* purpose */ 513 X509_PURPOSE_SSL_CLIENT, /* purpose */ 524 X509_PURPOSE_SSL_SERVER, /* purpose */
|
| x509_vfy.c | 400 * Check EE or CA certificate purpose. For trusted certificates explicit local 403 static int check_purpose(X509_STORE_CTX *ctx, X509 *x, int purpose, int depth, 410 * settings trump the purpose constraints. 413 * ctx->param->trust are entirely independent of the purpose ordinals in 414 * ctx->param->purpose! 418 * related values of both param->trust and param->purpose. It is however 419 * typically possible to infer associated trust values from a purpose value 422 * Therefore, we can only check for trust overrides when the purpose we're 423 * checking is the same as ctx->param->purpose and ctx->param->trust is 426 if (depth >= ctx->num_untrusted && purpose == ctx->param->purpose 460 int purpose; local [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/ |
| decoders.inc | 134 * General-purpose PEM to DER decoder. When the user-specified data structure
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| verify_extra_test.c | 225 static int do_test_purpose(int purpose, int expected) 254 if (!TEST_true(X509_STORE_CTX_set_purpose(ctx, purpose)))
|