Home
last modified time | relevance | path

Searched refs:trust (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dx509v3.c1821 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local
1892 for (trust = trusted; trust; trust = trust->next) { in x509_certificate_chain_validate()
1893 if (x509_name_compare(&cert->issuer, &trust->subject) in x509_certificate_chain_validate()
1898 if (trust) { in x509_certificate_chain_validate()
1901 if (x509_valid_issuer(trust) < 0) { in x509_certificate_chain_validate()
1906 if (x509_certificate_check_signature(trust, cert) < 0) in x509_certificate_chain_validate()
/hal_espressif-3.6.0/docs/en/get-started/
Dtoolchain-setup-scratch.rst17 - if you don't trust binaries downloaded from the Internet
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Dtoolchain-setup-scratch.rst17 - if you don't trust binaries downloaded from the Internet
/hal_espressif-3.6.0/tools/cmake/third_party/
DGetGitRevisionDescription.cmake4 # trust the values of the variables in your build system.
/hal_espressif-3.6.0/components/esp-tls/
DKconfig102 … of trust upto the root CA cert (After Enabling this option client only needs to have Intermediate
/hal_espressif-3.6.0/components/lwip/
DKconfig194 bool "Enable LWIP ARP trust"
201 You may want to disable this if you do not trust LAN peers to have the
/hal_espressif-3.6.0/docs/en/security/
Dsecure-boot-v1.rst26 …rtition & app loading) are verified by the secure boot process, in a "chain of trust" relationship.
Dsecure-boot-v2.rst395 …ess, it's assumed to be valid.) In this way the system creates a chain of trust from the running a…