mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 21:14:37 +00:00 
			
		
		
		
	all: Apply new version logic (major * 100 + minor)
This commit is contained in:
		 KonstantinKondrashov
					KonstantinKondrashov
				
			
				
					committed by
					
						 BOT
						BOT
					
				
			
			
				
	
			
			
			 BOT
						BOT
					
				
			
						parent
						
							2b04fa8059
						
					
				
				
					commit
					e88f235326
				
			| @@ -188,7 +188,7 @@ typedef struct { | ||||
|  */ | ||||
| esp_err_t esp_secure_boot_verify_ecdsa_signature_block(const esp_secure_boot_sig_block_t *sig_block, const uint8_t *image_digest, uint8_t *verified_digest); | ||||
|  | ||||
| #if !CONFIG_IDF_TARGET_ESP32 || CONFIG_ESP32_REV_MIN_3 | ||||
| #if !CONFIG_IDF_TARGET_ESP32 || CONFIG_ESP32_REV_MIN_FULL >= 300 | ||||
| /** | ||||
|  * @brief Structure to hold public key digests calculated from the signature blocks of a single image. | ||||
|  * | ||||
| @@ -211,7 +211,7 @@ typedef struct { | ||||
|  * | ||||
|  */ | ||||
| esp_err_t esp_secure_boot_verify_rsa_signature_block(const ets_secure_boot_signature_t *sig_block, const uint8_t *image_digest, uint8_t *verified_digest); | ||||
| #endif // !CONFIG_IDF_TARGET_ESP32 || CONFIG_ESP32_REV_MIN_3 | ||||
| #endif // !CONFIG_IDF_TARGET_ESP32 || CONFIG_ESP32_REV_MIN_FULL >= 300 | ||||
|  | ||||
| /** @brief Legacy ECDSA verification function | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user