Home
last modified time | relevance | path

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

123

/openssl/util/
H A Dmkerr.pl303 my @reasons = sort grep( /^${lib}_/, keys %rcodes );
369 foreach my $i ( @reasons ) {
473 foreach my $i ( @reasons ) {
559 foreach my $i ( @reasons ) {
H A Dfind-unused-errs27 echo Function and reasons
/openssl/crypto/x509/
H A Dv3_crld.c225 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
334 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
473 if (point->reasons) in i2r_crldp()
474 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
H A Dv3_purp.c319 if (dp->reasons != NULL) { in setup_dp()
320 if (dp->reasons->length > 0) in setup_dp()
321 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
322 if (dp->reasons->length > 1) in setup_dp()
323 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
H A Dx509_vfy.c1126 unsigned int reasons, best_reasons = 0; in get_crl_sk() local
1133 reasons = *preasons; in get_crl_sk()
1134 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x); in get_crl_sk()
1154 best_reasons = reasons; in get_crl_sk()
1555 unsigned int reasons; in get_crl_delta() local
1560 reasons = ctx->current_reasons; in get_crl_delta()
1562 &issuer, &crl_score, &reasons, ctx->crls); in get_crl_delta()
1573 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl); in get_crl_delta()
1582 ctx->current_reasons = reasons; in get_crl_delta()
/openssl/doc/man3/
H A DSSL_get_peer_signature_nid.pod36 possible reasons for failure: the cipher suite has no signature (e.g. it
H A DERR_GET_LIB.pod31 libraries may use the same value to signal different reasons.
H A DSSL_get_verify_result.pod21 of a certificate can fail because of many reasons at the same time. Only
H A DOPENSSL_config.pod44 There are several reasons why calling the OpenSSL configuration routines is
H A DOPENSSL_LH_stats.pod32 many entries are in it. For historical reasons, this function also outputs a
H A DSSL_set_shutdown.pod74 for other reasons.
H A DX509_sign.pod48 For efficiency reasons and to work around ASN.1 encoding issues the encoding
H A DOCSP_request_add1_nonce.pod56 performance reasons. As a result they do not support nonces.
H A DEVP_PKEY_check.pod52 within SP800-56A and SP800-56B. For backwards compatibility reasons the OpenSSL
H A DRAND_bytes.pod45 If the default RAND_METHOD has been changed then for compatibility reasons the
H A DRAND_add.pod76 for compatibility reasons only. See HISTORY section below.
H A DSSL_get_conn_close_info.pod125 triggered for QUIC protocol reasons. Otherwise, connection closure was triggered
H A DDH_generate_parameters.pod136 DH_check() and DH_check_params() respectively, but the error reasons are added
/openssl/doc/man5/
H A Dx509v3_config.pod331 value, and the reasons and cRLIssuer fields will be omitted.
352 =item reasons
354 A multi-value field that contains the reasons for revocation. The recognized
377 reasons = keyCompromise, CACompromise
404 A multi-value field that contains the reasons for revocation. The recognized
/openssl/doc/designs/
H A Dthread-api.md5 concurrency and parallelism in some circumstances. There are various reasons why
/openssl/doc/man1/
H A Dopenssl-dgst.pod.in96 For backwards compatibility reasons the default xoflen length for B<shake128> is
100 For backwards compatibility reasons the default xoflen length for B<shake256> is
/openssl/doc/internal/man7/
H A Ddeprecation.pod46 The implementation of a deprecated symbol is kept for one of two reasons:
/openssl/
H A DCONTRIBUTING.md20 or there may be special reasons why a feature is not implemented.
H A DREADME-PROVIDERS.md46 compatibility reasons. This provider is **not** loaded by default.
/openssl/include/openssl/
H A Derr.h.in204 * reasons, as they provide an easy way to place different types of
210 * For backward compatibility reasons, this flag

Completed in 55 milliseconds

123