mirror of
				https://github.com/yuzu-emu/mbedtls.git
				synced 2025-11-04 15:05:06 +00:00 
			
		
		
		
	Merge pull request #4323 from gilles-peskine-arm/ecp-add-fix-changelog-development
Changelog entry for mbedtls_mpi_read_string("-0")
			
			
This commit is contained in:
		
						commit
						528b0a6b18
					
				
							
								
								
									
										3
									
								
								ChangeLog.d/mpi_read_negative_zero.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								ChangeLog.d/mpi_read_negative_zero.txt
									
									
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
Bugfix
 | 
			
		||||
   * mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated
 | 
			
		||||
     as equal to 0 in all cases. Fix it to produce the same object as "0".
 | 
			
		||||
		Loading…
	
		Reference in a new issue