Nicolas Williams 
							
						 
					 
					
						
						
							
						
						1c81ddf4e2 
					 
					
						
						
							
							Round  #2  of scan-build warnings cleanup  
						
						
						
						
					 
					
						2016-11-16 17:03:14 -06:00 
						 
				 
			
				
					
						
							
							
								Jeffrey Altman 
							
						 
					 
					
						
						
							
						
						0f97855826 
					 
					
						
						
							
							hcrypto: config/roken cleanup  
						
						... 
						
						
						
						All source files in lib/hcrypto should be built the same way.
Since this source directory is dependent on libroken then all source
files must be built using the roken.h declarations and included headers.
Also, there is no config.h in the local directory so angle brackets
include of quotes should be used.
Finally, because roken.h includes stdio.h, stdlib.h, stdarg.h, limits.h,
strings.h, sys/types.h, etc., do not include them separately.
Start all source files with
  #include <config.h>
  #include <roken.h>
Change-Id: I09ab47f8a5472018efe6c8b59a0e51fde8f24724 
						
						
					 
					
						2016-04-10 17:05:07 -05:00 
						 
				 
			
				
					
						
							
							
								hasufell 
							
						 
					 
					
						
						
							
						
						427a60057c 
					 
					
						
						
							
							Completely remove RAND_egd support  
						
						... 
						
						
						
						The EGD daemon is completely unmaintained and has not seen a release
since 13 years which is not an acceptable timeframe for cryptographic
software. It is not packaged in any linux distribution I know of
and definitely not in *BSD.
LibreSSL has already dropped support for RAND_egd. 
						
						
					 
					
						2015-10-06 15:44:47 +02:00 
						 
				 
			
				
					
						
							
							
								Bernard Spil 
							
						 
					 
					
						
						
							
						
						858480145b 
					 
					
						
						
							
							Refactor EGD conditional support  
						
						... 
						
						
						
						As per Jeremy's request in #124 
Windows does not define HAVE_RAND_EGD resulting in the same conditional
support for EGD. 
						
						
					 
					
						2015-04-21 10:04:08 +02:00 
						 
				 
			
				
					
						
							
							
								Bernard 
							
						 
					 
					
						
						
							
						
						828f4f4fb1 
					 
					
						
						
							
							Fix build when OpenSSL has no EGD support  
						
						
						
						
					 
					
						2015-04-10 22:47:03 +02:00 
						 
				 
			
				
					
						
							
							
								Viktor Dukhovni 
							
						 
					 
					
						
						
							
						
						9a9ba1e197 
					 
					
						
						
							
							Reduce RNG false positive error rate  
						
						
						
						
					 
					
						2013-10-17 00:29:51 -04:00 
						 
				 
			
				
					
						
							
							
								Viktor Dukhovni 
							
						 
					 
					
						
						
							
						
						146f5b72e6 
					 
					
						
						
							
							Link test_rand with math library.  
						
						... 
						
						
						
						Also deal with size_t to int casts for test_rand printf output. 
						
						
					 
					
						2013-10-16 23:49:32 -04:00 
						 
				 
			
				
					
						
							
							
								Viktor Dukhovni 
							
						 
					 
					
						
						
							
						
						1364508cbf 
					 
					
						
						
							
							Hopefully fix test_rand breakage  
						
						
						
						
					 
					
						2013-10-16 22:04:01 -04:00 
						 
				 
			
				
					
						
							
							
								Love Hornquist Astrand 
							
						 
					 
					
						
						
							
						
						1d84562886 
					 
					
						
						
							
							add HDBGET: that only supports get, iteration doesnt really make sense for the HDB keytab except when dumping  
						
						
						
						
					 
					
						2013-10-15 12:40:39 +02:00 
						 
				 
			
				
					
						
							
							
								Love Hornquist Astrand 
							
						 
					 
					
						
						
							
						
						0879b9831a 
					 
					
						
						
							
							remove trailing whitespace  
						
						
						
						
					 
					
						2011-05-21 11:57:31 -07:00 
						 
				 
			
				
					
						
							
							
								Asanka Herath 
							
						 
					 
					
						
						
							
						
						8a1fb91009 
					 
					
						
						
							
							Don't fail tests for unsupported rand methods  
						
						
						
						
					 
					
						2010-09-14 08:03:29 -04:00 
						 
				 
			
				
					
						
							
							
								Asanka Herath 
							
						 
					 
					
						
						
							
						
						7af1f40258 
					 
					
						
						
							
							hcrypto/test_rand.c: Add w32crypto method  
						
						... 
						
						
						
						Also make it non-fatal to request a method that is unsupported.  This
makes it possible to only test methods that we are compiling. 
						
						
					 
					
						2010-08-20 13:09:44 -04:00 
						 
				 
			
				
					
						
							
							
								Love Hornquist Astrand 
							
						 
					 
					
						
						
							
						
						763a72b73a 
					 
					
						
						
							
							enable ltm, add key blinding, add remove tfm  
						
						
						
						
					 
					
						2010-08-15 15:06:58 -07:00 
						 
				 
			
				
					
						
							
							
								Asanka Herath 
							
						 
					 
					
						
						
							
						
						c4b95f7330 
					 
					
						
						
							
							Make build on windows  
						
						... 
						
						
						
						Signed-off-by: Love Hornquist Astrand <lha@h5l.org > 
						
						
					 
					
						2009-11-25 02:22:31 +01:00 
						 
				 
			
				
					
						
							
							
								Love Hornquist Astrand 
							
						 
					 
					
						
						
							
						
						3a031244bc 
					 
					
						
						
							
							Drop RCSID and HAVE_CONFIG_H  
						
						
						
						
					 
					
						2009-08-05 13:37:37 +02:00 
						 
				 
			
				
					
						
							
							
								Love Hörnquist Åstrand 
							
						 
					 
					
						
						
							
						
						6937d41a02 
					 
					
						
						
							
							remove trailing whitespace  
						
						... 
						
						
						
						git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b 
						
						
					 
					
						2008-09-13 09:21:03 +00:00 
						 
				 
			
				
					
						
							
							
								Love Hörnquist Åstrand 
							
						 
					 
					
						
						
							
						
						e172367898 
					 
					
						
						
							
							switch to utf8 encoding of all files  
						
						... 
						
						
						
						git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b 
						
						
					 
					
						2008-09-13 08:53:55 +00:00 
						 
				 
			
				
					
						
							
							
								Love Hörnquist Åstrand 
							
						 
					 
					
						
						
							
						
						42cc51a88a 
					 
					
						
						
							
							do a head vs tail test on the random buffer.  
						
						... 
						
						
						
						git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23046 ec53bebd-3082-4978-b11e-865c3cabbd6b 
						
						
					 
					
						2008-04-18 10:02:53 +00:00 
						 
				 
			
				
					
						
							
							
								Love Hörnquist Åstrand 
							
						 
					 
					
						
						
							
						
						7ba2b2006c 
					 
					
						
						
							
							rename des to hcrypto  
						
						... 
						
						
						
						git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20466 ec53bebd-3082-4978-b11e-865c3cabbd6b 
						
						
					 
					
						2007-04-20 08:29:05 +00:00