Paul Bakker 
							
						 
					 
					
						
						
							
						
						407a0da160 
					 
					
						
						
							
							Moved __cplusplus extern statement to include struct definitions as well.  
						
						 
						
						
						
						
					 
					
						2013-06-27 14:29:21 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						c295b834a2 
					 
					
						
						
							
							Minor checks to prevent NULL-pointer exceptions  
						
						 
						
						
						
						
					 
					
						2013-04-02 11:13:39 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						1bd3ae826c 
					 
					
						
						
							
							Added md_process() to MD layer for generic internal access to hash  
						
						 
						
						... 
						
						
						
						process functions
Access to process functions is needed to reduce possible timing attacks
on SSL MAC checks. As SSL is set to move to using the dynamic MD layer,
the MD layer needs access to these process functions as well. 
						
						
					 
					
						2013-03-13 10:26:44 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						8913f82c26 
					 
					
						
						
							
							- Fixed compiler warning for unreferenced ret in md_file() when POLARSSL_FS_IO not declared  
						
						 
						
						
						
						
					 
					
						2012-01-14 18:07:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						cce9d77745 
					 
					
						
						
							
							- Lots of minimal changes to better support WINCE as a build target  
						
						 
						
						
						
						
					 
					
						2011-11-18 14:26:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						2028156556 
					 
					
						
						
							
							- Fixed typos in copied text (Fixed ticket  #39 )  
						
						 
						
						
						
						
					 
					
						2011-11-11 10:34:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						09b1ec68c8 
					 
					
						
						
							
							- Adapted define for inline to be more solid  
						
						 
						
						
						
						
					 
					
						2011-07-27 16:28:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						74fb74ebd9 
					 
					
						
						
							
							- Updated ARMCC_VERSION to __ARMCC_VERSION  
						
						 
						
						
						
						
					 
					
						2011-06-21 13:36:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						569df2c135 
					 
					
						
						
							
							- Fixed inline definition for ARM systems  
						
						 
						
						
						
						
					 
					
						2011-06-21 07:48:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						9c021adeff 
					 
					
						
						
							
							- Added regular error codes for generic message digest layer  
						
						 
						
						
						
						
					 
					
						2011-06-09 15:55:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						9d781407bc 
					 
					
						
						
							
							- A error_strerror function() has been added to translate between error codes and their description.  
						
						 
						
						... 
						
						
						
						- The error codes have been remapped and combining error codes is now done with a PLUS instead of an OR as error codes used are negative.
 - Descriptions to all error codes have been added.
 - Generation script for error.c has been created to automatically generate error.c from the available error definitions in the headers. 
						
						
					 
					
						2011-05-09 16:17:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						335db3f121 
					 
					
						
						
							
							- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO  
						
						 
						
						
						
						
					 
					
						2011-04-25 15:28:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						23986e5d5d 
					 
					
						
						
							
							- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops  
						
						 
						
						
						
						
					 
					
						2011-04-24 08:57:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						af5c85fc10 
					 
					
						
						
							
							- Improved portability with Microsoft Visual C  
						
						 
						
						
						
						
					 
					
						2011-04-18 03:47:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						f3b86c1e62 
					 
					
						
						
							
							- Updated Doxygen documentation generation and documentation on small parts  
						
						 
						
						
						
						
					 
					
						2011-01-27 15:24:17 +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 
							
						 
					 
					
						
						
							
						
						72f6266f02 
					 
					
						
						
							
							- Improved information provided about current Hashing, Cipher and Suite capabilities  
						
						 
						
						
						
						
					 
					
						2011-01-16 21:27:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						1b57b06751 
					 
					
						
						
							
							- Added reading of DHM context from memory and file  
						
						 
						
						
						
						
					 
					
						2011-01-06 15:48:19 +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