mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Bump from 4.8.1-stable to 5.1.1-stable Detailed release notes: https://github.com/wolfSSL/wolfssl/releases Upstreamed patches: 001-Maths-x86-asm-change-asm-snippets-to-get-compiling.patch -fa8f23284d002-Update-macro-guard-on-SHA256-transform-call.patch -f447e4c1faRefreshed patches: 100-disable-hardening-check.patch 200-ecc-rng.patch CFLAG -DWOLFSSL_ALT_CERT_CHAINS replaced to --enable-altcertchains configure option The size of the ipk changed on aarch64 like this: 491341 libwolfssl4.8.1.31258522_4.8.1-stable-7_aarch64_cortex-a53.ipk 520322 libwolfssl5.1.1.31258522_5.1.1-stable-1_aarch64_cortex-a53.ipk Tested-by: Alozxy <alozxy@users.noreply.github.com> Acked-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
		
			
				
	
	
		
			12 lines
		
	
	
		
			469 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			469 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/wolfssl/wolfcrypt/settings.h
 | |
| +++ b/wolfssl/wolfcrypt/settings.h
 | |
| @@ -2346,7 +2346,7 @@ extern void uITRON4_free(void *p) ;
 | |
|  #endif
 | |
|  
 | |
|  /* warning for not using harden build options (default with ./configure) */
 | |
| -#ifndef WC_NO_HARDEN
 | |
| +#if 0
 | |
|      #if (defined(USE_FAST_MATH) && !defined(TFM_TIMING_RESISTANT)) || \
 | |
|          (defined(HAVE_ECC) && !defined(ECC_TIMING_RESISTANT)) || \
 | |
|          (!defined(NO_RSA) && !defined(WC_RSA_BLINDING) && !defined(HAVE_FIPS) && \
 |