Searched refs:CAfile (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/hs20/server/ca/ |
D | ocsp-req.sh | 5 …openssl ocsp -text -CAfile ca.pem -verify_other demoCA/cacert.pem -trust_other -issuer demoCA/cace…
|
D | ocsp-update-cache.sh | 5 -CAfile ca.pem \
|
D | setup.sh | 206 $OPENSSL verify -CAfile rootCA/cacert.pem demoCA/cacert.pem 207 $OPENSSL verify -CAfile rootCA/cacert.pem -untrusted demoCA/cacert.pem *.pem
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 461 eay_check_x509cert(cert, CApath, CAfile, local) in eay_check_x509cert() argument 464 char *CAfile; 484 BIO *bio = BIO_from_android(CAfile); 513 X509_LOOKUP_load_file(lookup, CAfile, 514 (CAfile == NULL) ? X509_FILETYPE_DEFAULT : X509_FILETYPE_PEM);
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 2325 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() argument 2327 return X509_STORE_load_locations(ctx->cert_store, CAfile, CApath); in SSL_CTX_load_verify_locations()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2107 const char *CAfile,
|
/external/libvncserver/x11vnc/ |
D | README | 9775 would have to set the "CAfile = path-to-the-cert" and "verify = 2" 9994 CAfile = /path/to/cacert.pem # or maybe C:\path\to\cacert.pem 14424 "CAfile = file" stunnel options. See the stunnel(8)
|