Searched refs:candidate (Results 1 – 18 of 18) sorted by relevance
/openssl/doc/man3/ |
H A D | DSA_generate_parameters.pod | 62 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 D | OSSL_CMP_validate_msg.pod | 30 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 D | X509_STORE_CTX_get_error.pod | 248 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 D | PKCS5_PBKDF2_HMAC.pod | 53 of candidate passwords.
|
H A D | EVP_BytesToKey.pod | 33 of candidate passwords.
|
H A D | OSSL_CMP_ITAV_new_caCerts.pod | 109 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 D | PKCS12_key_gen_utf8_ex.pod | 108 of candidate passwords.
|
H A D | X509_STORE_set_verify_cb_func.pod | 150 to get the "best" candidate issuer certificate of the given certificate I<x>.
|
H A D | ASYNC_WAIT_CTX_new.pod | 104 code. This could be any unique value but a good candidate might be the
|
/openssl/fuzz/ |
H A D | README.md | 43 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 D | EVP_KDF-PBKDF1.pod | 51 of candidate passwords.
|
H A D | EVP_KDF-PKCS12KDF.pod | 58 of candidate passwords.
|
H A D | EVP_KDF-PBKDF2.pod | 84 of candidate passwords.
|
H A D | property.pod | 115 If there is more than one such optimal candidate, the result will be
|
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 388 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 D | openssl-verification-options.pod | 112 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 D | openssl.txt | 193 BN_R_NO_PRIME_CANDIDATE:121:no prime candidate
|
/openssl/ |
H A D | CHANGES.md | 5962 * 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