98 Commits
Author SHA1 Message Date
Cedric StaubandGitHub 04cc4ae7de Merge pull request #58 from square/cs/various
Couple of fixes
v1.0.0
2016-06-13 11:36:00 -07:00
Cedric Staub d449f162c9 Print error if p12 was empty/failed to parse 2016-06-11 10:44:27 -07:00
Cedric Staub b1be150ab1 Add jks to jceks mapping, partially supported 2016-06-11 10:44:04 -07:00
Cedric StaubandGitHub 3727194931 Merge pull request #57 from square/cs/p12-friendly-name
Display PKCS12 friendly name for certs
2016-06-10 19:38:14 -07:00
Alok MenghrajaniandGitHub 7b91691e37 Merge pull request #55 from square/cs/svg-space
Slightly better spacing in SVG files
2016-06-10 19:21:50 -07:00
Cedric Staub 9043438701 Display PKCS12 friendly name for certs 2016-06-10 18:41:41 -07:00
Cedric StaubandGitHub 28b1747d0f Merge pull request #56 from square/cs/multi-file
Support multiple file arguments
2016-06-10 18:28:55 -07:00
Cedric Staub e170b65676 Support multiple file arguments 2016-06-10 16:44:33 -07:00
Cedric Staub 07834fb6a6 Slightly better spacing in SVG files 2016-06-10 16:16:32 -07:00
Cedric StaubandGitHub 617dead148 Merge pull request #54 from square/cs/test-certs
Reproducible test certificates/keystores
2016-06-10 15:31:17 -07:00
Cedric Staub 407b347ce3 Reproducible test certificates/keystores 2016-06-10 15:29:33 -07:00
Cedric Staub 36e3af5e3e Allow certs to be read even if cert sign key usage not set 2016-06-10 15:28:33 -07:00
Alok MenghrajaniandGitHub fd58541c53 Merge pull request #53 from square/alok/readme
replace my branch with master.
2016-06-10 13:54:34 -07:00
Alok Menghrajani da752f9ed7 replace my branch with master. 2016-06-10 13:49:06 -07:00
Alok MenghrajaniandGitHub d0662346c7 Merge pull request #52 from square/alok/readme
Add some colors.
2016-06-10 13:47:23 -07:00
Alok Menghrajani bdcb9b8fae Add some colors. 2016-06-10 13:43:56 -07:00
Cedric StaubandGitHub bcbe4557e5 Merge pull request #50 from square/cs/warnings2
Add more warnings
2016-06-10 13:42:24 -07:00
Cedric Staub 268c65840f Add more warnings for certificates 2016-06-10 11:54:25 -07:00
Alok MenghrajaniandGitHub f37e84cc49 Merge pull request #48 from square/alok/read_password
Improve password input handling
2016-06-10 11:25:06 -07:00
Cedric StaubandGitHub 9d9066683e Merge pull request #49 from square/cs/warn-fix
Fix version warning format string
2016-06-10 10:52:26 -07:00
Alok Menghrajani 119957afce Improve password input handling
Plays nicer when doing: ./certigo dump foo.jceks | grep ...
2016-06-09 23:58:33 -07:00
Cedric Staub da44d8269e Fix version warning format string 2016-06-09 23:19:26 -07:00
Cedric StaubandGitHub 5b87806b8b Merge pull request #47 from square/cs/format-guess
Guess file format based on initial 4 bytes of data
2016-06-09 11:09:33 -07:00
Cedric Staub 9152b7de00 Guess file format based on initial 4 bytes of data 2016-06-08 20:12:14 -07:00
Cedric Staub 77895d5220 Merge pull request #46 from square/cs/openssl-example
Update README.md
2016-06-08 19:07:21 -07:00
Cedric StaubandCedric Staub fc28b46cfe Update README.md 2016-06-08 14:27:15 -07:00
Cedric Staub a874e3890f Merge pull request #44 from square/cs/show-key-usage
Show key usage and extended key usage
2016-06-08 13:30:30 -07:00
Cedric Staub e3fb5bac7e Show key usage and extended key usage 2016-06-08 13:28:29 -07:00
Christopher Denny 2c0a03266c Merge pull request #45 from square/cs/warnings
Show lints/warnings when dumping certificates
2016-06-08 13:03:57 -07:00
Cedric Staub 2cca37e92a Show lints/warnings when dumping certificates 2016-06-07 17:44:02 -07:00
Christopher Denny bafd1c9e9c Merge pull request #43 from square/cs/show-basic-constraints
Show basic constraints
2016-06-07 17:00:10 -07:00
Cedric Staub c00abaa932 Show name constraints 2016-06-07 16:56:18 -07:00
Cedric Staub af46a622fc Show basic constraints 2016-06-07 16:50:13 -07:00
Cedric Staub c0e4c95ed0 Update README.md 2016-06-07 15:57:13 -07:00
Cedric Staub 323f7dc4b9 Update readme to match current output format 2016-06-07 15:54:21 -07:00
Christopher Denny 2aff47e70f Merge pull request #42 from square/cdenny/fixConflict
Cdenny/fix conflict
2016-06-07 15:02:55 -07:00
Christopher Denny 2f91f11764 Removed erronous support for jks files and renamed corresponding
file in certs folder to use jceks extension.
2016-06-07 15:00:26 -07:00
Cedric Staub 7d5cb48c09 Merge pull request #41 from square/cs/algo-colors
Algorithm color highlighting
2016-06-07 14:52:26 -07:00
Christopher Denny d90fbacb89 Converted der section in getCerts to use updated ioreader instead of filename. 2016-06-07 14:38:38 -07:00
Christopher Denny f07e32d1c8 Merge branch 'cdenny/derSupport' into cdenny/fixConflict
* cdenny/derSupport:
  Added der support and a sample der cert in the certs folder.
2016-06-07 14:28:29 -07:00
Christopher Denny 46170e7bf2 Added der support and a sample der cert in the certs folder. 2016-06-07 14:18:23 -07:00
Christopher Denny 4bc042681d Merge pull request #40 from square/cs/stdin
Support stdin, add examples to readme
2016-06-07 14:15:01 -07:00
Cedric Staub e27b86e0dc Algorithm color highlighting 2016-06-07 14:02:24 -07:00
Cedric Staub 327dcdf884 Support stdin, add examples to readme 2016-06-07 13:48:04 -07:00
Christopher Denny 5cab7d141c Merge pull request #37 from square/cs/serial
Put serial on top of output
2016-06-07 13:33:26 -07:00
Cedric Staub 4478d0a374 Put serial on top of output 2016-06-07 13:23:29 -07:00
Christopher Denny 56d9b0d967 Merge pull request #36 from square/cs/vendor
Use checked-in vendor directory
2016-06-07 13:17:41 -07:00
Christopher Denny 92bcde9ceb Merge pull request #35 from square/cdenny/aliasDisplay
Added support to output alias info for jceks certs.
2016-06-07 13:14:48 -07:00
Christopher Denny 01131ea73e Made CertWithAlias type nonexportable. 2016-06-07 13:12:15 -07:00
Cedric Staub 530030e1cb Use checked-in vendor directory 2016-06-07 13:04:20 -07:00