forked from dlink-dir_819/openwrt
		
	This fixes multiple bugs and also minor security problems. Changelog: https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.4-stable https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.6-stable The package size increases: 525814 bin/packages/mips_24kc/base/libwolfssl5.7.2.e624513f-5.7.2-r1.apk 549408 bin/packages/mips_24kc/base/libwolfssl5.7.6.e624513f-5.7.6-r1.apk Link: https://github.com/openwrt/openwrt/pull/17742 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			12 lines
		
	
	
		
			545 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			545 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/wolfssl/wolfcrypt/settings.h
 | |
| +++ b/wolfssl/wolfcrypt/settings.h
 | |
| @@ -3722,7 +3722,7 @@ extern void uITRON4_free(void *p) ;
 | |
|  
 | |
|  /* warning for not using harden build options (default with ./configure) */
 | |
|  /* do not warn if big integer support is disabled */
 | |
| -#if !defined(WC_NO_HARDEN) && !defined(NO_BIG_INT)
 | |
| +#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) && \
 |