57e31bfcf4 
								
							 
						 
						
							
							
								
								Updating docs, add a few new features to utc.  
							
							
							
						 
						
							2016-06-14 15:22:38 -07:00  
				
					
						
							
							
								 
						
							
								a0e48cd55b 
								
							 
						 
						
							
							
								
								Add utc for time -> UTC conversions.  
							
							
							
						 
						
							2016-06-14 15:04:51 -07:00  
				
					
						
							
							
								 
						
							
								cd6c00a203 
								
							 
						 
						
							
							
								
								Add YAML linter.  
							
							
							
						 
						
							2016-05-27 16:50:40 -07:00  
				
					
						
							
							
								 
						
							
								fb87692b55 
								
							 
						 
						
							
							
								
								Small formatting fix to README.  
							
							
							
						 
						
							2016-04-28 14:21:44 -07:00  
				
					
						
							
							
								 
						
							
								a90d277a1f 
								
							 
						 
						
							
							
								
								Update README with cmd list.  
							
							
							
						 
						
							2016-04-28 14:16:37 -07:00  
				
					
						
							
							
								 
						
							
								25bafdac15 
								
							 
						 
						
							
							
								
								Add pemit to convert data to PEM.  
							
							
							
						 
						
							2016-04-28 14:16:22 -07:00  
				
					
						
							
							
								 
						
							
								4b9da3632a 
								
							 
						 
						
							
							
								
								Support reading from standard input in pembody.  
							
							
							
						 
						
							2016-04-28 14:15:35 -07:00  
				
					
						
							
							
								 
						
							
								f7bc97405a 
								
							 
						 
						
							
							
								
								Add boolean function to die.  
							
							
							
						 
						
							2016-04-28 14:15:22 -07:00  
				
					
						
							
							
								 
						
							
								8ec54bb0b3 
								
							 
						 
						
							
							
								
								Assert now supports core dumps.  
							
							
							
						 
						
							2016-04-28 14:14:48 -07:00  
				
					
						
							
							
								 
						
							
								a01b7ae657 
								
							 
						 
						
							
							
								
								Deprecate CheckFatal in favour of assert package.  
							
							
							
						 
						
							2016-04-28 13:17:23 -07:00  
				
					
						
							
							
								 
						
							
								f93f662d7e 
								
							 
						 
						
							
							
								
								Bring mwc to 100% coverage.  
							
							
							
						 
						
							2016-04-28 12:42:05 -07:00  
				
					
						
							
							
								 
						
							
								80bea5c005 
								
							 
						 
						
							
							
								
								Tidy assert package.  
							
							... 
							
							
							
							+ Rename some functions to make sense:
  + Error now asserts that an error *did* occur.
  + NoError was added to assert that an error did *not* occur.
  + Error2 has been renamed ErrorEq.
+ More documentation added to clarify things.
+ Certain functions take optional strings to describe what went wrong. 
							
						 
						
							2016-04-28 12:23:50 -07:00  
				
					
						
							
							
								 
						
							
								6e4239649a 
								
							 
						 
						
							
							
								
								Import testio package.  
							
							
							
						 
						
							2016-04-28 11:37:26 -07:00  
				
					
						
							
							
								 
						
							
								3b215bc8b2 
								
							 
						 
						
							
							
								
								Start a testutils package.  
							
							
							
						 
						
							2016-04-28 11:33:41 -07:00  
				
					
						
							
							
								 
						
							
								c90d9ccc39 
								
							 
						 
						
							
							
								
								Add assertion package.  
							
							
							
						 
						
							2016-04-28 11:33:21 -07:00  
				
					
						
							
							
								 
						
							
								1650edee19 
								
							 
						 
						
							
							
								
								Use goutils/die instead of kisom/die.  
							
							... 
							
							
							
							Also removes the "logging" package from showimp, as this is intended
primarily for server programs. 
							
						 
						
							2016-04-28 11:29:58 -07:00  
				
					
						
							
							
								 
						
							
								8055404211 
								
							 
						 
						
							
							
								
								Update certdump README.  
							
							
							
						 
						
							2016-04-01 15:27:13 -07:00  
				
					
						
							
							
								 
						
							
								e40745db9f 
								
							 
						 
						
							
							
								
								certdump now reliably gets certs via stdin.  
							
							... 
							
							
							
							There was an issue doing something like
  cfssl bundle -domain kyleisom.net | jq .bundle | certdump
which seems to have been caused by the way that newlines were
encoded inside. The input is now massaged a bit to make it
more palatable to the cert parser. 
							
						 
						
							2016-04-01 15:22:38 -07:00  
				
					
						
							
							
								 
						
							
								e33e8c3ce5 
								
							 
						 
						
							
							
								
								Tweaks to various tools.  
							
							
							
						 
						
							2016-04-01 15:09:19 -07:00  
				
					
						
							
							
								 
						
							
								d1452f54c0 
								
							 
						 
						
							
							
								
								logging is now compatible with klog.  
							
							... 
							
							
							
							See https://git.kyleisom.net/lib/libklogger  
							
						 
						
							2016-04-01 15:08:55 -07:00  
				
					
						
							
							
								 
						
							
								419f23d655 
								
							 
						 
						
							
							
								
								Explicit int64 for 32-bit platforms.  
							
							
							
						 
						
							2016-01-28 12:26:56 -08:00  
				
					
						
							
							
								 
						
							
								fe557e2202 
								
							 
						 
						
							
							
								
								Make FileTime work portably.  
							
							
							
						 
						
							2016-01-24 06:49:53 -08:00  
				
					
						
							
							
								 
						
							
								0bc7acbc68 
								
							 
						 
						
							
							
								
								Brain fart: it's the changed time, not created.  
							
							
							
						 
						
							2016-01-21 02:09:35 -08:00  
				
					
						
							
							
								 
						
							
								fdc1b0261b 
								
							 
						 
						
							
							
								
								Fix type: TimeSpec -> Timespec.  
							
							
							
						 
						
							2016-01-18 23:20:33 -08:00  
				
					
						
							
							
								 
						
							
								c4cd5442e4 
								
							 
						 
						
							
							
								
								Add FileTime struct.  
							
							... 
							
							
							
							This allows retrieving a file's creation, modified, and access time
using a Unix stat(1) call. 
							
						 
						
							2016-01-18 23:04:42 -08:00  
				
					
						
							
							
								 
						
							
								7944be7139 
								
							 
						 
						
							
							
								
								Ad expiry/revocation checking to certverify.  
							
							
							
						 
						
							2016-01-14 23:08:12 -08:00  
				
					
						
							
							
								 
						
							
								0851b241cd 
								
							 
						 
						
							
							
								
								Fix whitespace in README.  
							
							
							
						 
						
							2016-01-14 22:09:55 -08:00  
				
					
						
							
							
								 
						
							
								f5a9762b28 
								
							 
						 
						
							
							
								
								Add pem2bin, a utility for dumping the contents of PEM blocks.  
							
							
							
						 
						
							2016-01-14 17:45:55 -08:00  
				
					
						
							
							
								 
						
							
								8fd2e76939 
								
							 
						 
						
							
							
								
								Add certverify utility.  
							
							
							
						 
						
							2016-01-14 17:29:55 -08:00  
				
					
						
							
							
								 
						
							
								215d03bdb1 
								
							 
						 
						
							
							
								
								golint fixes.  
							
							
							
						 
						
							2015-12-23 13:28:04 -08:00  
				
					
						
							
							
								 
						
							
								14bf511195 
								
							 
						 
						
							
							
								
								Certdump handles DER certificates as well now.  
							
							
							
						 
						
							2015-12-23 13:24:25 -08:00  
				
					
						
							
							
								 
						
							
								0b493e1060 
								
							 
						 
						
							
							
								
								Add top-level package documentation.  
							
							
							
						 
						
							2015-12-22 20:57:32 -08:00  
				
					
						
							
							
								 
						
							
								72211b1496 
								
							 
						 
						
							
							
								
								Add clustersh, update docs.  
							
							... 
							
							
							
							+ clustersh is a command-line utility for interacting with multiple
  servers over SSH. It can run commands or transfer files.
+ The main README was updated to include clustersh, lib, mwc, and sbuf.
+ The fragment README notes the use of the -nl flag now. 
							
						 
						
							2015-12-22 20:54:59 -08:00  
				
					
						
							
							
								 
						
							
								1535cba7a4 
								
							 
						 
						
							
							
								
								Add AIA display to certdump.  
							
							
							
						 
						
							2015-12-07 14:34:00 -08:00  
				
					
						
							
							
								 
						
							
								ad5a7ca0be 
								
							 
						 
						
							
							
								
								Improve SAN listing support.  
							
							
							
						 
						
							2015-11-30 15:14:05 -08:00  
				
					
						
							
							
								 
						
							
								afd2f58578 
								
							 
						 
						
							
							
								
								fragment: add option to suppress line numbers  
							
							
							
						 
						
							2015-11-25 15:01:13 -08:00  
				
					
						
							
							
								 
						
							
								8894cbf419 
								
							 
						 
						
							
							
								
								Add tlskeypair utility.  
							
							
							
						 
						
							2015-11-18 09:36:05 -08:00  
				
					
						
							
							
								 
						
							
								ffd7feb30a 
								
							 
						 
						
							
							
								
								Adjust output.  
							
							... 
							
							
							
							* Remove extraneous debug output.
* If the start and end are swapped, print the message to standard error,
  not standard output. 
							
						 
						
							2015-10-28 16:31:48 -07:00  
				
					
						
							
							
								 
						
							
								7bd65cea87 
								
							 
						 
						
							
							
								
								Add jlp utility.  
							
							
							
						 
						
							2015-10-26 16:37:44 -07:00  
				
					
						
							
							
								 
						
							
								387428a49b 
								
							 
						 
						
							
							
								
								Update docs.  
							
							
							
						 
						
							2015-10-26 16:08:17 -07:00  
				
					
						
							
							
								 
						
							
								ea6a050b92 
								
							 
						 
						
							
							
								
								Add Itoa.  
							
							
							
						 
						
							2015-09-22 22:58:58 -07:00  
				
					
						
							
							
								 
						
							
								3a4509bbf6 
								
							 
						 
						
							
							
								
								More docs, global SetLevel.  
							
							
							
						 
						
							2015-09-22 22:44:01 -07:00  
				
					
						
							
							
								 
						
							
								b933a136f3 
								
							 
						 
						
							
							
								
								Debugging shows file/lineno.  
							
							
							
						 
						
							2015-09-22 15:14:36 -07:00  
				
					
						
							
							
								 
						
							
								ea689c7e97 
								
							 
						 
						
							
							
								
								Better domain handling in logging.  
							
							
							
						 
						
							2015-09-22 13:26:06 -07:00  
				
					
						
							
							
								 
						
							
								4b3f1037b3 
								
							 
						 
						
							
							
								
								Add showimp to commands.  
							
							
							
						 
						
							2015-09-22 11:25:54 -07:00  
				
					
						
							
							
								 
						
							
								27819dbf0e 
								
							 
						 
						
							
							
								
								Logging to file.  
							
							
							
						 
						
							2015-09-22 10:45:51 -07:00  
				
					
						
							
							
								 
						
							
								57a33bcbcc 
								
							 
						 
						
							
							
								
								Add pembody, mwc tests.  
							
							
							
						 
						
							2015-09-22 10:39:27 -07:00  
				
					
						
							
							
								 
						
							
								3fd30fef69 
								
							 
						 
						
							
							
								
								Tidying up.  
							
							
							
						 
						
							2015-09-22 03:43:33 -07:00  
				
					
						
							
							
								 
						
							
								35ded7bc60 
								
							 
						 
						
							
							
								
								Example is better.  
							
							
							
						 
						
							2015-09-22 03:32:44 -07:00  
				
					
						
							
							
								 
						
							
								938f9289fa 
								
							 
						 
						
							
							
								
								Trying this with examples.  
							
							
							
						 
						
							2015-09-22 03:30:55 -07:00