Searched refs:trusted (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/bootloader_support/src/secure_boot_v2/ |
D | secure_boot_signatures_bootloader.c | 106 esp_image_sig_public_key_digests_t trusted = {0}; in esp_secure_boot_verify_rsa_signature_block() local 108 if (get_secure_boot_key_digests(&trusted) != ESP_OK) { in esp_secure_boot_verify_rsa_signature_block() 129 bootloader_sha256_finish(sig_block_sha, trusted.key_digests[i]); in esp_secure_boot_verify_rsa_signature_block() 138 …int sb_result = ets_secure_boot_verify_signature(sig_block, image_digest, trusted.key_digests[0], … in esp_secure_boot_verify_rsa_signature_block() 142 trusted_key_digests.key_digests[i] = &trusted.key_digests[i]; in esp_secure_boot_verify_rsa_signature_block()
|
D | secure_boot_signatures_app.c | 161 esp_image_sig_public_key_digests_t trusted = {0}; in esp_secure_boot_verify_rsa_signature_block() local 163 if (get_secure_boot_key_digests(&trusted) != ESP_OK) { in esp_secure_boot_verify_rsa_signature_block() 210 …if (memcmp(app_blk_digest, trusted.key_digests[trusted_key_idx], ESP_SECURE_BOOT_DIGEST_LEN) == 0)… in esp_secure_boot_verify_rsa_signature_block()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | x509v3.h | 115 int x509_certificate_chain_validate(struct x509_certificate *trusted,
|
D | x509v3.c | 1815 int x509_certificate_chain_validate(struct x509_certificate *trusted, in x509_certificate_chain_validate() argument 1892 for (trust = trusted; trust; trust = trust->next) { in x509_certificate_chain_validate() 1923 if (trusted) { in x509_certificate_chain_validate()
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | esp_https_server.rst | 39 …pd_ssl_config.transport_mode`. This could be used e.g. for testing or in trusted environments wher…
|
/hal_espressif-3.6.0/examples/protocols/https_server/simple/ |
D | README.md | 35 as trusted.
|
/hal_espressif-3.6.0/examples/protocols/https_server/wss_server/ |
D | README.md | 48 as trusted.
|
/hal_espressif-3.6.0/components/mbedtls/ |
D | Kconfig | 200 bool "Enable trusted certificate callbacks" 203 Enables users to configure the set of trusted certificates 290 bool "Enable trusted root certificate bundle" 458 In the case where only a small number of certificates are trusted by 461 trusted certificates expire while the device is offline and a TLS
|
/hal_espressif-3.6.0/docs/en/security/ |
D | secure-boot-v2.rst | 199 …To ensure no trusted keys can be added later by an attacker, each unused key digest slot should be… 336 Assuming a trusted private key (N-1) has been compromised, to update to new key pair (N). 401 …trusted keys are supported when using hardware Secure Boot, only the first public key in the signa…
|
/hal_espressif-3.6.0/components/bootloader/ |
D | Kconfig.projbuild | 803 … Revoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.
|