OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X509_V_OK
(Results
1 - 25
of
90
) sorted by relevancy
1
2
3
4
/src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_ncons.c
271
*
X509_V_OK
: All constraints obeyed.
306
if (r !=
X509_V_OK
)
326
if (r !=
X509_V_OK
)
334
if (r !=
X509_V_OK
)
338
return
X509_V_OK
;
428
return
X509_V_OK
;
431
return
X509_V_OK
;
464
if ((r = cn2dnsid(cn, &idval, &idlen)) !=
X509_V_OK
)
473
if (r !=
X509_V_OK
)
476
return
X509_V_OK
;
[
all
...]
x509_txt.c
24
case
X509_V_OK
:
x509_cmp.c
467
return
X509_V_OK
;
478
return
X509_V_OK
;
507
if (rv !=
X509_V_OK
) {
521
if (rv !=
X509_V_OK
)
528
if (rv !=
X509_V_OK
) {
550
return
X509_V_OK
;
v3_purp.c
421
return
X509_V_OK
;
600
if (X509_check_akid(x, x->akid) ==
X509_V_OK
/* SKID matches AKID */
602
&& check_sig_alg_match(X509_get0_pubkey(x), x) ==
X509_V_OK
)
604
/* This is very related to ossl_x509_likely_issued(x, x) ==
X509_V_OK
*/
994
if ((ret = ossl_x509_likely_issued(issuer, subject)) !=
X509_V_OK
)
1015
if (ret !=
X509_V_OK
)
1037
return
X509_V_OK
;
1043
return
X509_V_OK
;
1073
return
X509_V_OK
;
/src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_ncons.c
241
*
X509_V_OK
: All constraints obeyed.
276
if (r !=
X509_V_OK
)
296
if (r !=
X509_V_OK
)
305
if (r !=
X509_V_OK
)
309
return
X509_V_OK
;
400
return
X509_V_OK
;
403
return
X509_V_OK
;
436
if ((r = cn2dnsid(cn, &idval, &idlen)) !=
X509_V_OK
)
445
if (r !=
X509_V_OK
)
448
return
X509_V_OK
;
[
all
...]
x509_txt.c
24
case
X509_V_OK
:
x509_cmp.c
464
return
X509_V_OK
;
475
return
X509_V_OK
;
504
if (rv !=
X509_V_OK
) {
518
if (rv !=
X509_V_OK
)
525
if (rv !=
X509_V_OK
) {
546
return
X509_V_OK
;
v3_purp.c
378
return
X509_V_OK
;
557
if (X509_check_akid(x, x->akid) ==
X509_V_OK
/* SKID matches AKID */
559
&& check_sig_alg_match(X509_get0_pubkey(x), x) ==
X509_V_OK
)
561
/* This is very related to ossl_x509_likely_issued(x, x) ==
X509_V_OK
*/
909
if ((ret = ossl_x509_likely_issued(issuer, subject)) !=
X509_V_OK
)
929
if (ret !=
X509_V_OK
)
950
return
X509_V_OK
;
956
return
X509_V_OK
;
988
return
X509_V_OK
;
x509_vfy.c
147
* The error code is set to |err| if |err| is not
X509_V_OK
, else
161
if (err !=
X509_V_OK
)
226
CB_FAIL_IF(err !=
X509_V_OK
, ctx, NULL, ctx->error_depth, err);
302
if (ret <= 0 && ctx->error ==
X509_V_OK
)
348
if (err ==
X509_V_OK
)
670
int err =
X509_V_OK
;
723
CB_FAIL_IF(err !=
X509_V_OK
, ctx, x, i, err);
740
if (rv ==
X509_V_OK
&& i == 0
751
case
X509_V_OK
:
1274
if (X509_check_akid(crl_issuer, crl->akid) ==
X509_V_OK
) {
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_ncons.c
243
*
X509_V_OK
: All constraints obeyed.
278
if (r !=
X509_V_OK
)
298
if (r !=
X509_V_OK
)
307
if (r !=
X509_V_OK
)
311
return
X509_V_OK
;
402
return
X509_V_OK
;
405
return
X509_V_OK
;
438
if ((r = cn2dnsid(cn, &idval, &idlen)) !=
X509_V_OK
)
447
if (r !=
X509_V_OK
)
450
return
X509_V_OK
;
[
all
...]
v3_purp.c
363
return
X509_V_OK
;
520
if (X509_check_akid(x, x->akid) ==
X509_V_OK
/* SKID matches AKID */
522
&& check_sig_alg_match(X509_get0_pubkey(x), x) ==
X509_V_OK
)
829
return
X509_V_OK
;
850
if ((ret = x509_likely_issued(issuer, subject)) !=
X509_V_OK
)
871
if (ret !=
X509_V_OK
)
883
return
X509_V_OK
;
915
return
X509_V_OK
;
/src/crypto/external/apache2/openssl/dist/test/
crltest.c
336
* Returns a value from X509_V_ERR_xxx or
X509_V_OK
.
374
status = X509_verify_cert(ctx) == 1 ?
X509_V_OK
430
X509_V_OK
)
484
X509_V_OK
);
605
status = X509_verify_cert(ctx) == 1 ?
X509_V_OK
608
TEST_int_eq(status,
X509_V_OK
);
615
return status ==
X509_V_OK
;
danetest.c
353
* verification result to
X509_V_OK
before looking.
355
SSL_set_verify_result(ssl,
X509_V_OK
);
362
if (want ==
X509_V_OK
)
/src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_txt.c
24
case
X509_V_OK
:
x509_cmp.c
352
return
X509_V_OK
;
363
return
X509_V_OK
;
392
if (rv !=
X509_V_OK
) {
406
if (rv !=
X509_V_OK
)
413
if (rv !=
X509_V_OK
) {
434
return
X509_V_OK
;
x509_vfy.c
152
* If B<err> is not
X509_V_OK
, that's the error value, otherwise leave
161
if (err !=
X509_V_OK
)
227
if (err !=
X509_V_OK
) {
310
if (ret <= 0 && ctx->error ==
X509_V_OK
)
352
return x509_likely_issued(issuer, x) ==
X509_V_OK
;
545
if (ret == 0 && !verify_cb_cert(ctx, x, i,
X509_V_OK
))
637
int err =
X509_V_OK
;
693
if (err !=
X509_V_OK
711
if (rv ==
X509_V_OK
&& i == 0
720
case
X509_V_OK
[
all
...]
/src/crypto/external/bsd/openssl/dist/test/
crltest.c
251
* Returns a value from X509_V_ERR_xxx or
X509_V_OK
.
285
status = X509_verify_cert(ctx) == 1 ?
X509_V_OK
324
X509_V_FLAG_CRL_CHECK),
X509_V_OK
)
362
X509_V_FLAG_CRL_CHECK),
X509_V_OK
);
danetest.c
352
* verification result to
X509_V_OK
before looking.
354
SSL_set_verify_result(ssl,
X509_V_OK
);
361
if (want ==
X509_V_OK
)
/src/crypto/external/bsd/openssl.old/dist/test/
crltest.c
230
* Returns a value from X509_V_ERR_xxx or
X509_V_OK
.
264
status = X509_verify_cert(ctx) == 1 ?
X509_V_OK
303
X509_V_FLAG_CRL_CHECK),
X509_V_OK
)
341
X509_V_FLAG_CRL_CHECK),
X509_V_OK
);
/src/crypto/external/bsd/openssl.old/dist/apps/
verify.c
238
if (i > 0 && X509_STORE_CTX_get_error(csc) ==
X509_V_OK
) {
317
if (cert_error ==
X509_V_OK
&& ok == 2)
/src/crypto/external/apache2/openssl/dist/demos/guide/
quic-client-block.c
231
if (SSL_get_verify_result(ssl) !=
X509_V_OK
)
tls-client-block.c
209
if (SSL_get_verify_result(ssl) !=
X509_V_OK
)
tls-client-non-block.c
163
if (SSL_get_verify_result(ssl) !=
X509_V_OK
)
/src/crypto/external/apache2/openssl/dist/apps/
verify.c
306
if (i > 0 && X509_STORE_CTX_get_error(csc) ==
X509_V_OK
) {
401
if (cert_error ==
X509_V_OK
&& ok == 2)
/src/crypto/external/bsd/openssl/dist/apps/
verify.c
292
if (i > 0 && X509_STORE_CTX_get_error(csc) ==
X509_V_OK
) {
388
if (cert_error ==
X509_V_OK
&& ok == 2)
Completed in 32 milliseconds
1
2
3
4
Indexes created Thu Aug 13 00:25:44 UTC 2026