Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						bdc96765d6 
					 
					
						
						
							
							Remove polarssl/ from header includes  
						
						 
						
						
						
						
					 
					
						2013-10-11 09:17:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						6838bd1d73 
					 
					
						
						
							
							Clarified threading issues  
						
						 
						
						
						
						
					 
					
						2013-09-30 15:24:33 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						161ef968db 
					 
					
						
						
							
							Cache pre-computed points for ecp_mul()  
						
						 
						
						... 
						
						
						
						Up to 1.25 speedup on ECDSA sign for small curves, but mainly useful as a
preparation for fixed-point mult (a few prototypes changed in constness). 
						
						
					 
					
						2013-09-18 15:37:44 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paul Bakker 
							
						 
					 
					
						
						
							
						
						dcbfdcc177 
					 
					
						
						
							
							Updated doxygen documentation in header files and HTML pages  
						
						 
						
						
						
						
					 
					
						2013-09-10 16:16:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						f499993cb2 
					 
					
						
						
							
							Add ecdsa_from_keypair()  
						
						 
						
						... 
						
						
						
						Also fix bug/limitation in mpi_copy: would segfault if src just initialised
and not set to a value yet. (This case occurs when copying a context which
contains only the public part of the key, eg.) 
						
						
					 
					
						2013-08-20 20:46:03 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						211a64c79f 
					 
					
						
						
							
							Add eckey to ecdsa conversion in the PK layer  
						
						 
						
						
						
						
					 
					
						2013-08-20 20:26:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						aa431613b3 
					 
					
						
						
							
							Add ecdsa example program  
						
						 
						
						
						
						
					 
					
						2013-08-20 20:08:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						8eebd012b9 
					 
					
						
						
							
							Add an ecdsa_genkey() function  
						
						 
						
						
						
						
					 
					
						2013-08-20 20:08:28 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						b694b4896c 
					 
					
						
						
							
							Add ecdsa_{read,write}_signature()  
						
						 
						
						
						
						
					 
					
						2013-08-20 20:04:16 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						56a487a17f 
					 
					
						
						
							
							Minor ecdsa cleanups  
						
						 
						
						... 
						
						
						
						- point_format is of no use
- d was init'ed and free'd twice 
						
						
					 
					
						2013-08-16 14:00:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						7c8934ea0e 
					 
					
						
						
							
							Add ecdsa_init and ecdsa_free  
						
						 
						
						
						
						
					 
					
						2013-07-08 15:30:23 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						bec2f45cfc 
					 
					
						
						
							
							Add ecdsa_context structure  
						
						 
						
						
						
						
					 
					
						2013-07-08 15:30:23 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						3aeb5a7192 
					 
					
						
						
							
							Add ECDSA signature primitive.  
						
						 
						
						
						
						
					 
					
						2013-01-26 19:11:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						b309ab2936 
					 
					
						
						
							
							Add ECDSA sign primitive  
						
						 
						
						
						
						
					 
					
						2013-01-26 19:11:28 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Manuel Pégourié-Gonnard 
							
						 
					 
					
						
						
							
						
						2aea1416f9 
					 
					
						
						
							
							Add skeleton ecdsa.[ch]  
						
						 
						
						
						
						
					 
					
						2013-01-26 19:11:28 +01:00