Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 50) sorted by relevance

12

/openssl-master/util/
A Dmkerr.pl302 my @reasons = sort grep( /^${lib}_/, keys %rcodes );
368 foreach my $i ( @reasons ) {
471 foreach my $i ( @reasons ) {
557 foreach my $i ( @reasons ) {
A Dfind-unused-errs27 echo Function and reasons
/openssl-master/crypto/x509/
A Dv3_crld.c219 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
319 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
470 if (point->reasons) in i2r_crldp()
471 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
A Dv3_purp.c316 if (dp->reasons != NULL) { in setup_dp()
317 if (dp->reasons->length > 0) in setup_dp()
318 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
319 if (dp->reasons->length > 1) in setup_dp()
320 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
A Dx509_vfy.c1063 unsigned int reasons, best_reasons = 0; in get_crl_sk() local
1070 reasons = *preasons; in get_crl_sk()
1071 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); in get_crl_sk()
1091 best_reasons = reasons; in get_crl_sk()
1492 unsigned int reasons; in get_crl_delta() local
1497 reasons = ctx->current_reasons; in get_crl_delta()
1499 &issuer, &crl_score, &reasons, ctx->crls); in get_crl_delta()
1510 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl); in get_crl_delta()
1519 ctx->current_reasons = reasons; in get_crl_delta()
/openssl-master/doc/man3/
A DSSL_get_verify_result.pod21 of a certificate can fail because of many reasons at the same time. Only
A DERR_GET_LIB.pod31 libraries may use the same value to signal different reasons.
A DSSL_get_peer_signature_nid.pod36 possible reasons for failure: the cipher suite has no signature (e.g. it
A DTS_VERIFY_CTX_set_certs.pod50 compatibility reasons, but it is deprecated in OpenSSL 3.0.0.
A DX509_sign.pod39 For efficiency reasons and to work around ASN.1 encoding issues the encoding
A DOPENSSL_config.pod44 There are several reasons why calling the OpenSSL configuration routines is
A DOCSP_request_add1_nonce.pod56 performance reasons. As a result they do not support nonces.
A DRAND_add.pod76 for compatibility reasons only. See HISTORY section below.
A DRAND_bytes.pod45 If the default RAND_METHOD has been changed then for compatibility reasons the
A DSSL_key_update.pod74 new handshake. For historical reasons, DTLS clients will not attempt to resume
A DDH_generate_parameters.pod132 DH_check() and DH_check_params() respectively, but the error reasons are added
A DOSSL_DECODER_CTX.pod163 use the data they get directly for diverse reasons. It takes the same
/openssl-master/doc/man5/
A Dx509v3_config.pod315 value, and the reasons and cRLIssuer fields will be omitted.
336 =item reasons
338 A multi-value field that contains the reasons for revocation. The recognized
361 reasons = keyCompromise, CACompromise
388 A multi-value field that contains the reasons for revocation. The recognized
/openssl-master/
A DCONTRIBUTING.md17 the same thing or there may be reasons why that feature isn't implemented.
A DREADME-PROVIDERS.md46 compatibility reasons. This provider is **not** loaded by default.
/openssl-master/doc/internal/man7/
A Ddeprecation.pod45 The implementation of a deprecated symbol is kept for one of two reasons:
/openssl-master/include/openssl/
A Derr.h.in204 * reasons, as they provide an easy way to place different types of
210 * For backward compatibility reasons, this flag
/openssl-master/test/
A DREADME.md19 If some tests fail, look at the output. There may be reasons for the failure
/openssl-master/doc/man7/
A DEVP_PKEY-RSA.pod130 For legacy reasons a value of 3 is currently accepted but is deprecated.
A Ddes_modes.pod136 key and start variable are used. Consequently, for security reasons

Completed in 31 milliseconds

12