Rich Evans 
							
						 
						
							
							
							
							
								
							
							
								ce2f237697 
								
							 
						 
						
							
							
								
								change test function includes to use one convention  
							
							
							
						 
						
							2015-02-10 11:28:46 +00:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								bd51b262d1 
								
							 
						 
						
							
							
								
								Add 'exit' label and variable initialization to relevant test suite functions  
							
							
							
						 
						
							2014-07-10 16:37:50 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								d2a2d61a68 
								
							 
						 
						
							
							
								
								Adapt programs / test suites  
							
							
							
						 
						
							2014-07-09 10:19:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
						
							
							
							
							
								
							
							
								b25f81665f 
								
							 
						 
						
							
							
								
								Add test for bad arguments to MD functions  
							
							
							
						 
						
							2014-06-23 11:54:57 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								3461772559 
								
							 
						 
						
							
							
								
								Introduce polarssl_zeroize() instead of memset() for zeroization  
							
							
							
						 
						
							2014-06-14 16:46:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								94b916c7b5 
								
							 
						 
						
							
							
								
								Split assignment and assert check into seperate lines in tests  
							
							
							
						 
						
							2014-04-17 16:07:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								dd0aae92e0 
								
							 
						 
						
							
							
								
								Replaced strcpy() with strncpy() in tests suites  
							
							
							
						 
						
							2014-04-17 16:06:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
						
							
							
							
							
								
							
							
								edb242fb2f 
								
							 
						 
						
							
							
								
								Minimally test md_process and associated wrappers  
							
							
							
						 
						
							2014-04-04 16:42:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
						
							
							
							
							
								
							
							
								f3013830cc 
								
							 
						 
						
							
							
								
								Tests for MD info functions  
							
							
							
						 
						
							2014-04-04 16:42:44 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
						
							
							
							
							
								
							
							
								59ba4e983b 
								
							 
						 
						
							
							
								
								Test generic md_hmac_reset()  
							
							
							
						 
						
							2014-04-04 16:34:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Manuel Pégourié-Gonnard 
							
						 
						
							
							
							
							
								
							
							
								e4d47a655b 
								
							 
						 
						
							
							
								
								Add RIPEMD-160 to the generic MD layer  
							
							
							
						 
						
							2014-01-17 20:41:32 +01:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								428b9ba3b7 
								
							 
						 
						
							
							
								
								Moved POLARSSL_FS_IO check to .function from .data  
							
							
							
						 
						
							2013-09-15 15:20:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								33b43f1ec3 
								
							 
						 
						
							
							
								
								Converted .function file to c-like format and adapted generator code  
							
							
							
						 
						
							2013-08-20 11:48:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								dbd443dca6 
								
							 
						 
						
							
							
								
								Adapted .function files and .data files to new test framework  
							
							... 
							
							
							
							Changes include:
 - Integers marked with '#' in the .function files.
 - Strings should have "" in .data files.
 - String comparison instead of preprocessor-like replace for e.g. '=='
 - Params and variables cannot have the same name in .function files 
							
						 
						
							2013-08-16 13:51:37 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								d2681d82e2 
								
							 
						 
						
							
							
								
								Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h}  
							
							
							
						 
						
							2013-06-30 14:49:12 +02:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								5690efccc4 
								
							 
						 
						
							
							
								
								- Fixed a whole bunch of dependencies on defines between files, examples and tests  
							
							
							
						 
						
							2011-05-26 13:16:06 +00:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								579923c51b 
								
							 
						 
						
							
							
								
								- The config header file is now always included in all tests  
							
							
							
						 
						
							2011-03-26 13:39:34 +00:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								562535d11b 
								
							 
						 
						
							
							
								
								- Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use.  
							
							
							
						 
						
							2011-01-20 16:42:01 +00:00 
							
								 
							
						 
					 
				
					
						
							
							
								Paul Bakker 
							
						 
						
							
							
							
							
								
							
							
								1737385e04 
								
							 
						 
						
							
							
								
								- Added generic message digest wrapper for integration with OpenVPN (donated by Fox-IT)  
							
							
							
						 
						
							2011-01-06 14:20:01 +00:00