Commit Graph
352 Commits
Author SHA1 Message Date
Cedric Staub c8199c40d1 Tag v1.9.2 v1.9.2 2017-11-08 11:41:33 -08:00
Cedric Staub 59f044afd8 Add test for dumping Mozilla trust store 2017-11-08 11:31:49 -08:00
Cedric Staub 6a549158f0 Better language for outdated signature algorithm warning 2017-11-08 11:20:57 -08:00
Cedric Staub b0d0880545 Fix template bug from moving name constraints 2017-11-08 11:20:42 -08:00
Cedric StaubandGitHub 7d4b5376b2 Merge pull request #151 from square/cs/http-connect
Add HTTP(S) CONNECT proxy support to certigo
2017-10-11 15:55:57 -07:00
Cedric Staub 15a4a957d6 Add HTTP(S) CONNECT proxy support to certigo 2017-10-11 15:53:44 -07:00
Cedric StaubandGitHub 67b2d26167 Merge pull request #150 from square/cs/ocsp-aia
Show OCSP servers and issuing certificate URL info in verbose mode
2017-09-22 14:59:55 -07:00
Cedric Staub 1929b65f41 Show OCSP servers and issuing certificate URL info in verbose mode 2017-09-22 12:56:36 -07:00
Cedric StaubandGitHub a3243b8613 Merge pull request #149 from square/cs/go1.9
Better DNS name constraint handling
2017-08-29 13:34:58 -07:00
Cedric Staub 284598d9f2 Add test for certificate with name constraints 2017-08-18 12:56:43 -07:00
Cedric Staub 892328ae85 Update README to mention Go 1.9 requirement 2017-08-18 12:53:04 -07:00
Cedric Staub 9fa238ed8e Require Go 1.9 in Travis-CI build 2017-08-18 12:52:51 -07:00
Cedric Staub 2f2e914e35 Fix DNS name constraints handling 2017-08-18 12:52:26 -07:00
Cedric StaubandGitHub 6a1c58a527 Merge pull request #147 from square/cs/stuff2
Fix bugs with URI names display, add tests
2017-08-07 17:12:40 -07:00
Cedric Staub 772a9edd2b Display SPIFFE URI names if present in certificate 2017-08-07 16:43:48 -07:00
Cedric StaubandGitHub b091a41600 Merge pull request #146 from square/cs/stuff2
Shell completion & URI names display
2017-08-07 16:01:15 -07:00
Cedric Staub 55f84d5812 Display SPIFFE URI names if present in certificate 2017-08-07 15:59:33 -07:00
Cedric Staub cd9c1f64c9 Add spiffe/go-spiffe library in vendor 2017-08-07 15:27:32 -07:00
Cedric Staub 30485a7709 Write shell completion scripts in build 2017-08-07 15:25:17 -07:00
Cedric StaubandGitHub 0eeec32867 Merge pull request #145 from square/cs/stuff
Small updates/fixes
2017-08-03 18:01:36 -07:00
Cedric Staub f25bb53761 Generate man page during build 2017-08-03 14:35:40 -07:00
Cedric Staub ba4a10eb10 Update vendored dependencies 2017-08-02 15:48:25 -07:00
Cedric Staub 563850e616 Add some extra info to README 2017-08-02 15:32:04 -07:00
Alok MenghrajaniandGitHub fab3c547af Merge pull request #144 from square/neal-typo
fixes minor typo in README
2017-06-24 16:58:56 -07:00
Neal HarrisandGitHub b68464733e fixes minor typo in README 2017-06-24 16:51:50 -07:00
Cedric Staub 1ba652071c Add GOST algorithms in signature scheme map 2017-06-16 17:31:41 -07:00
Cedric StaubandGitHub 5acf5d5da1 Merge pull request #142 from square/cs/sigs
Better strings for TLS signature schemes
2017-06-16 17:25:17 -07:00
Cedric Staub 83191051cb Better strings for TLS signature schemes 2017-06-16 17:17:07 -07:00
Cedric StaubandGitHub e8e1fe975c Merge pull request #141 from square/cs/cn-deprecate
Add warning for certs w/o subject alt names
2017-06-01 17:43:06 -07:00
Cedric Staub 897051b6a5 Add warning for certs w/o subject alt names 2017-06-01 17:36:59 -07:00
Cedric Staub 1fc809aa1d Fix app version v1.9.1 2017-05-15 21:35:28 -07:00
Cedric StaubandGitHub ddeda0065e Merge pull request #140 from square/cs/oid
Add user id OID in lib/oids
2017-05-11 14:46:18 -07:00
Cedric Staub 589481e437 Add user id OID in lib/oids 2017-05-11 10:24:35 -07:00
Cedric StaubandGitHub 7d2dcf3db3 Merge pull request #138 from square/cs/better-errors
Better error handling in certigo dump command
v1.9.0
2017-05-09 15:34:29 -07:00
Cedric Staub e0eb43a13b Fix bug in PKCS#7 certificate parser 2017-05-09 15:09:48 -07:00
Cedric Staub fe74b984aa Better error handling in certigo dump command 2017-05-09 14:41:34 -07:00
Cedric StaubandGitHub d4135d26d2 Merge pull request #137 from square/cs/client-ca2
Add support for showing requested client certificate info
2017-04-08 14:57:46 -07:00
Cedric Staub 5a9a11db35 Add support for showing requested client certificate info 2017-04-08 14:55:37 -07:00
Matthew McPherrinandGitHub 4c6e60fed5 Merge pull request #136 from square/mmc/hello
Add --identity flag for use with start-tls
2017-04-04 17:30:44 -07:00
Matthew McPherrin b61f9af0af Review feedback: Flag named --identity and a better description
Validate --identity can only be used with --start-tls
2017-03-31 23:57:29 -07:00
Matthew McPherrin 60f1c25a94 Add a --asuser flag which sets DB user & stmp EHLO hostname. 2017-03-31 15:36:38 -07:00
Matthew McPherrin 0232a800cf smtp hello as certigo 2017-03-31 13:51:01 -07:00
Matthew McPherrinandGitHub 1446099f4f Merge pull request #134 from square/mmc/jks
Remove JKS from readme
2017-03-15 14:16:27 -07:00
Matthew McPherrin b1fe40f2e4 Remove JKS from readme
JKS doesn't actually work.
2017-03-15 14:00:33 -07:00
Cedric StaubandGitHub 574de63cc5 Update README.md 2017-03-13 11:40:26 -07:00
Cedric Staub 606c9f62fe Bump version to 1.8.0 v1.8.0 2017-03-13 11:24:36 -07:00
Cedric StaubandGitHub 5e4a26bf14 Merge pull request #130 from square/cs/less-verbose
Smaller, more readable output
2017-03-13 11:18:12 -07:00
Cedric Staub 8e09747959 Clean up terminal width code a bit 2017-03-13 11:03:40 -07:00
Cedric Staub 2024c7dcde Fix output tests based on display changes 2017-03-10 17:06:52 -08:00
Cedric Staub 5a26bbac2a Compress output of alternative names and emails 2017-03-10 17:00:01 -08:00