/openssl-master/util/ |
A D | mkerr.pl | 302 my @reasons = sort grep( /^${lib}_/, keys %rcodes ); 368 foreach my $i ( @reasons ) { 471 foreach my $i ( @reasons ) { 557 foreach my $i ( @reasons ) {
|
A D | find-unused-errs | 27 echo Function and reasons
|
/openssl-master/crypto/x509/ |
A D | v3_crld.c | 219 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 D | v3_purp.c | 316 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 D | x509_vfy.c | 1063 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 D | SSL_get_verify_result.pod | 21 of a certificate can fail because of many reasons at the same time. Only
|
A D | ERR_GET_LIB.pod | 31 libraries may use the same value to signal different reasons.
|
A D | SSL_get_peer_signature_nid.pod | 36 possible reasons for failure: the cipher suite has no signature (e.g. it
|
A D | TS_VERIFY_CTX_set_certs.pod | 50 compatibility reasons, but it is deprecated in OpenSSL 3.0.0.
|
A D | X509_sign.pod | 39 For efficiency reasons and to work around ASN.1 encoding issues the encoding
|
A D | OPENSSL_config.pod | 44 There are several reasons why calling the OpenSSL configuration routines is
|
A D | OCSP_request_add1_nonce.pod | 56 performance reasons. As a result they do not support nonces.
|
A D | RAND_add.pod | 76 for compatibility reasons only. See HISTORY section below.
|
A D | RAND_bytes.pod | 45 If the default RAND_METHOD has been changed then for compatibility reasons the
|
A D | SSL_key_update.pod | 74 new handshake. For historical reasons, DTLS clients will not attempt to resume
|
A D | DH_generate_parameters.pod | 132 DH_check() and DH_check_params() respectively, but the error reasons are added
|
A D | OSSL_DECODER_CTX.pod | 163 use the data they get directly for diverse reasons. It takes the same
|
/openssl-master/doc/man5/ |
A D | x509v3_config.pod | 315 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 D | CONTRIBUTING.md | 17 the same thing or there may be reasons why that feature isn't implemented.
|
A D | README-PROVIDERS.md | 46 compatibility reasons. This provider is **not** loaded by default.
|
/openssl-master/doc/internal/man7/ |
A D | deprecation.pod | 45 The implementation of a deprecated symbol is kept for one of two reasons:
|
/openssl-master/include/openssl/ |
A D | err.h.in | 204 * reasons, as they provide an easy way to place different types of 210 * For backward compatibility reasons, this flag
|
/openssl-master/test/ |
A D | README.md | 19 If some tests fail, look at the output. There may be reasons for the failure
|
/openssl-master/doc/man7/ |
A D | EVP_PKEY-RSA.pod | 130 For legacy reasons a value of 3 is currently accepted but is deprecated.
|
A D | des_modes.pod | 136 key and start variable are used. Consequently, for security reasons
|