Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 18 of 18) sorted by relevance

/openssl/doc/man3/
H A DDSA_generate_parameters.pod62 When a candidate for q is generated, B<BN_GENCB_call(cb, 0, m++)> is called
63 (m is 0 for the first candidate).
67 When a candidate for q has passed a test by trial division,
69 While a candidate for q is tested by Miller-Rabin primality tests,
71 (once for each witness that confirms that the candidate may be prime);
81 Before a candidate for p (other than the first) is generated and tested,
86 When a candidate for p has passed the test by trial division,
90 (once for each witness that confirms that the candidate may be prime).
H A DOSSL_CMP_validate_msg.pod30 If no such sender cert has been pinned then candidate sender certificates are
34 A candidate certificate is acceptable only if it is currently valid
H A DX509_STORE_CTX_get_error.pod248 The current candidate issuer certificate was rejected because its subject name
254 The current candidate issuer certificate was rejected because its subject key
261 The current candidate issuer certificate was rejected because its issuer name
268 The current candidate issuer certificate was rejected because its C<keyUsage>
H A DPKCS5_PBKDF2_HMAC.pod53 of candidate passwords.
H A DEVP_BytesToKey.pod33 of candidate passwords.
H A DOSSL_CMP_ITAV_new_caCerts.pod109 candidate issuer names are taken from following sources, as far as present:
147 If <only_DN> is set, a candidate issuer name of type B<GENERAL_NAMES> is
H A DPKCS12_key_gen_utf8_ex.pod108 of candidate passwords.
H A DX509_STORE_set_verify_cb_func.pod150 to get the "best" candidate issuer certificate of the given certificate I<x>.
H A DASYNC_WAIT_CTX_new.pod104 code. This could be any unique value but a good candidate might be the
/openssl/fuzz/
H A DREADME.md43 Found candidate GCC installation: /usr/bin/../lib/gcc/i686-linux-gnu/12
44 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/10
45 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/11
46 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12
/openssl/doc/man7/
H A DEVP_KDF-PBKDF1.pod51 of candidate passwords.
H A DEVP_KDF-PKCS12KDF.pod58 of candidate passwords.
H A DEVP_KDF-PBKDF2.pod84 of candidate passwords.
H A Dproperty.pod115 If there is more than one such optimal candidate, the result will be
/openssl/crypto/x509/
H A Dx509_vfy.c388 X509 *candidate, *issuer = NULL; in get0_best_issuer_sk() local
391 candidate = sk_X509_value(sk, i); in get0_best_issuer_sk()
394 && sk_X509_contains(ctx->chain, candidate)) in get0_best_issuer_sk()
396 if (ctx->check_issued(ctx, x, candidate)) { in get0_best_issuer_sk()
398 if (ossl_x509_signing_allowed(candidate, x) != X509_V_OK) in get0_best_issuer_sk()
401 if (ossl_x509_check_cert_time(ctx, candidate, -1)) in get0_best_issuer_sk()
402 return candidate; in get0_best_issuer_sk()
408 || ASN1_TIME_compare(X509_get0_notAfter(candidate), in get0_best_issuer_sk()
410 issuer = candidate; in get0_best_issuer_sk()
/openssl/doc/man1/
H A Dopenssl-verification-options.pod112 any further candidate issuer certificates that would match equally are ignored.
117 A candidate issuer certificate matches a subject certificate
130 number, and issuer field of the candidate issuer certificate,
137 equals the public key algorithm of the candidate issuer certificate.
179 the keyUsage extension (if present) of the candidate issuer certificate
/openssl/crypto/err/
H A Dopenssl.txt193 BN_R_NO_PRIME_CANDIDATE:121:no prime candidate
/openssl/
H A DCHANGES.md5962 * Experimental support for a new, fast, unbiased prime candidate generator,
6249 * If a candidate issuer certificate is already part of the constructed
11078 * New candidate for BIGNUM assembler implementation, bn_mul_mont,
11572 procedure) as a candidate for BIGNUM assembler implementation.
16997 (which will fill the cache with candidate certificates)
17977 candidate has passed the trial division test (when q is generated

Completed in 75 milliseconds