Searched refs:ignore_keyusage (Results 1 – 8 of 8) sorted by relevance
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_verification.csv | 1 …al, -expect_sender,val, -srvcert,val, -trusted,val, -untrusted,val, -ignore_keyusage, -unprotected… 49 …ion,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,, -ignore_keyusage, -unprotected… 50 …-section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,, -ignore_keyusage,1,,,,,,,,
|
/openssl/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 41 ignore_keyusage = 0
|
/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 934 ctx->ignore_keyusage = val; in DEFINE_set1_ASN1_OCTET_STRING() 1017 return ctx->ignore_keyusage; in OSSL_CMP_CTX_get_option()
|
H A D | cmp_local.h | 73 int ignore_keyusage; /* ignore key usage entry when validating certs */ member
|
H A D | cmp_vfy.c | 40 if (!cmp_ctx->ignore_keyusage in verify_signature()
|
/openssl/apps/ |
H A D | openssl-vms.cnf | 345 ignore_keyusage = 1 # potentially needed quirk
|
H A D | openssl.cnf | 345 ignore_keyusage = 1 # potentially needed quirk
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 69 [B<-ignore_keyusage>] 660 =item B<-ignore_keyusage>
|
Completed in 24 milliseconds