Home
last modified time | relevance | path

Searched refs:levels (Results 1 – 21 of 21) sorted by relevance

/openssl/crypto/
H A Dsparse_array.c52 int levels; member
88 if (l < sa->levels - 1) { in sa_doall()
166 for (level = sa->levels - 1; p != NULL && level > 0; level--) in ossl_sa_get()
192 for (;sa->levels < level; sa->levels++) { in ossl_sa_set()
203 for (level = sa->levels - 1; level > 0; level--) { in ossl_sa_set()
/openssl/crypto/x509/
H A Dpcy_tree.c60 curr = tree->levels + tree->nlevel; in tree_print()
66 (long)(curr - tree->levels)); in tree_print()
67 for (plev = tree->levels; plev != curr; plev++) { in tree_print()
71 (long)(plev - tree->levels), plev->flags); in tree_print()
187 if ((tree->levels = OPENSSL_zalloc(sizeof(*tree->levels)*(n+1))) == NULL) { in tree_init()
192 level = tree->levels; in tree_init()
438 if (curr == tree->levels) { in tree_prune()
485 curr = tree->levels + tree->nlevel - 1; in tree_calculate_authority_set()
496 curr = tree->levels; in tree_calculate_authority_set()
601 X509_POLICY_LEVEL *curr = tree->levels + 1; in tree_evaluate()
[all …]
H A Dpcy_lib.c32 return tree->levels + i; in X509_policy_tree_get0_level()
H A Dpcy_local.h120 X509_POLICY_LEVEL *levels; member
/openssl/doc/man3/
H A DX509_check_purpose.pod17 checked to determine if it's a possible CA with various levels of certainty
H A DOSSL_CMP_log_open.pod53 including a string prefix mirroring the severity levels of syslog.h,
H A DSSL_CTX_set_security_level.pod139 Some security levels require large key sizes for non-ECC public key
H A DSSL_CTX_set_verify.pod167 depth to 2 allows the levels 0, 1, 2 and 3 (0 being the end-entity and 3 the
H A DX509_VERIFY_PARAM_set_flags.pod131 levels.
H A DSSL_CTX_set_options.pod357 about acceptable SSL/TLS protocol levels as during the first hello. Some
H A DENGINE_add.pod196 ENGINE objects have two levels of reference-counting to match the way in
/openssl/doc/designs/quic-design/
H A Dquic-overview.md79 control decisions at both the stream and connection levels.
H A Drecord-layer.md162 levels or epochs. It may be that different `OSSL_RECORD_METHOD`s are used for
163 different protection levels. For example a connection might start using the
H A Dquic-fc.md7 QUIC flow control acts at both connection and stream levels. At any time,
H A Dtx-packetiser.md186 different encryption levels as per [RFC 9000 12.2 Coalescing Packets], is done
633 encryption levels (ELs). The TX packetiser decides what EL to use to send a
/openssl/
H A DNOTES-ANDROID.md34 The NDK customarily supports multiple Android API levels, e.g. `android-14`,
H A DNEWS.md711 * New security levels
H A DCHANGES.md7496 * New chain verification flags for Suite B levels of security. Check
9788 [NB: OpenSSL 1.0.0i and later 1.0.0 patch levels were released after
11922 [NB: OpenSSL 0.9.7i and later 0.9.7 patch levels were released after
13042 [NB: OpenSSL 0.9.7h and later 0.9.7 patch levels were released after
13408 [NB: OpenSSL 0.9.6i and later 0.9.6 patch levels were released after
14416 - verbosity levels ('-v', '-vv', and '-vvv') that provide information
16916 through a logging bio, to cover all the levels that are available
16931 On Win32, the `LOG_*` levels are mapped according to this:
/openssl/doc/man7/
H A Dproperty.pod127 Two levels of property query are supported.
H A Dossl-guide-migration.pod175 For OpenSSL 1.1.1 and below, different patch levels were indicated by a letter
/openssl/doc/man1/
H A Dopenssl-verification-options.pod373 definitions of the available levels. The default security level is -1,

Completed in 91 milliseconds