157 Commits
Author SHA1 Message Date
Cedric Staub 5924aa789a Prepare for 1.2.0 release v1.2.0 2016-06-30 15:39:54 -07:00
Cedric StaubandGitHub c6c7dac32e Merge pull request #81 from square/cs/cli-tests
Add command-line test scripts
2016-06-29 11:24:29 -07:00
Cedric Staub 80c600d112 Add command-line test scripts 2016-06-28 11:28:02 -07:00
Cedric Staub 64a1f920bf Correct typo in flag description 2016-06-28 10:41:46 -07:00
Cedric Staub a4b9d15100 Avoid printing /dev/stdin as origin file 2016-06-27 19:46:39 -07:00
Cedric StaubandGitHub c54d766e71 Merge pull request #80 from square/cs/pem-flag
Add --pem flag for dump/connect, remove pem command
2016-06-27 18:59:13 -07:00
Cedric StaubandGitHub 0850322362 Merge pull request #79 from square/cs/cleanup
Clean up cert extraction logic
2016-06-27 18:58:30 -07:00
Cedric Staub 7b3b16e44f Update README with new examples/help output 2016-06-27 18:57:44 -07:00
Cedric Staub 142ea7a631 Update example SVGs with updated info 2016-06-27 18:55:55 -07:00
Cedric Staub 03bb355f3a Add --pem flag for dump/connect, rm pem command 2016-06-27 18:51:38 -07:00
Cedric Staub 20a2fd1094 Clean up cert extraction logic 2016-06-27 18:41:40 -07:00
Cedric StaubandGitHub 44e18df343 Merge pull request #78 from square/cs/formatting
Improve formatting, show if self-signed
2016-06-27 18:37:42 -07:00
Cedric Staub d64905256a Improve formatting, show if self-signed 2016-06-24 22:37:27 -07:00
Cedric Staub 9b76f4de37 Update example 1 SVG in readme 2016-06-23 13:23:42 -07:00
Cedric Staub d162d5520f Update first example to remove duplicate output 2016-06-23 13:23:11 -07:00
Cedric Staub 81a2ef016d Update readme to point to new hash for SVG examples 2016-06-23 11:52:02 -07:00
Cedric Staub 0a5ff1bfe3 Update examples to show new commands/functions 2016-06-23 11:51:07 -07:00
Cedric StaubandGitHub 69d0b78277 Merge pull request #77 from square/cs/verify
Add verify debug output to connect command
2016-06-23 11:35:01 -07:00
Cedric Staub 0eb7856c93 Use pinned hash for SVG examples 2016-06-23 11:33:03 -07:00
Cedric Staub e02f01b232 Pass arguments instead of using flags 2016-06-23 11:24:23 -07:00
Cedric Staub db0bb7a644 Add verify debug output to connect command 2016-06-22 23:11:44 -07:00
Cedric Staub beac5ca8f4 Prepare for 1.1.0 release v1.1.0 2016-06-22 11:11:00 -07:00
Cedric StaubandGitHub 899761605a Merge pull request #76 from square/cs/ec-support
Support elliptic curve keys
2016-06-21 23:27:18 -07:00
Cedric Staub a7caa8960c Support elliptic curve keys 2016-06-21 17:48:40 -07:00
Cedric Staub 004de6e6e8 Remove extra arg from sprintf 2016-06-21 16:16:55 -07:00
Cedric StaubandGitHub e0ebb676a6 Merge pull request #75 from square/cs/update-readme
Update README to add usage output
2016-06-21 15:47:54 -07:00
Cedric Staub 21188373ff Update README to add usage output 2016-06-21 15:14:56 -07:00
Cedric StaubandGitHub b76eb3bf5d Merge pull request #73 from square/cs/to-pem
Add command for converting any input to PEM blocks
2016-06-21 14:44:36 -07:00
Cedric StaubandGitHub 2a7efc7674 Merge pull request #72 from square/cs/skip-non-certs
Skip non-certificate PEM blocks
2016-06-21 14:03:37 -07:00
Cedric Staub 03ace9672e Add command for converting any input to PEM blocks 2016-06-21 13:56:36 -07:00
Cedric Staub 80b8463c76 Skip non-certificate PEM blocks 2016-06-21 11:48:00 -07:00
Cedric StaubandGitHub afafd545a2 Merge pull request #70 from square/cs/match
Print newline after cert dump from connect
2016-06-20 09:01:52 -07:00
Cedric StaubandGitHub 896c94caf8 Merge pull request #71 from square/cs/example-3
Update connect example
2016-06-19 13:56:01 -07:00
Cedric Staub 14277cefc3 Update connect example 2016-06-18 23:02:59 -07:00
Cedric Staub b17153a519 Print newline after cert dump from connect 2016-06-18 22:58:40 -07:00
Cedric Staub 06b4bc12f5 Switch branch for images from svg to master 2016-06-17 10:44:07 -07:00
Cedric StaubandGitHub 4577af0a15 Merge pull request #69 from square/svg
Fix SVG in Firefox
2016-06-17 10:42:56 -07:00
Cedric Staub 53e19d0285 Fix SVG in Firefox 2016-06-16 20:59:25 -07:00
Matthew McPherrinandGitHub 3a723d2556 Merge pull request #68 from square/mmc/connect
Add a command to connect to a TLS server and print its presented certs
2016-06-16 16:52:19 -07:00
Matthew McPherrin aa77340189 Add periods for consistency
http://www.nytimes.com/2016/06/10/world/europe/period-full-stop-point-whatever-its-called-millennials-arent-using-it.html for background material.
2016-06-16 16:47:03 -07:00
Matthew McPherrin 5aee387a67 Add a flag to override the SNI server name 2016-06-16 16:15:10 -07:00
Matthew McPherrin 7fd5d218b6 Add a command to connect to a TLS server and print its presented certs 2016-06-16 14:54:53 -07:00
Alok MenghrajaniandGitHub 603591cf13 Merge pull request #67 from square/alok/safari-fix
s/em/pt/
2016-06-15 17:22:00 -07:00
Alok Menghrajani 7c9c69cccc s/em/pt/ 2016-06-15 17:19:47 -07:00
Alok MenghrajaniandGitHub 4547a10711 Merge pull request #66 from square/alok/safari-fix
Shorten sha, fix margin
2016-06-15 16:56:05 -07:00
Alok Menghrajani 8a5dacc1b7 Shorten sha, fix margin 2016-06-15 16:54:39 -07:00
Cedric StaubandGitHub a7f2a80654 Merge pull request #65 from square/alok/safari-fix
Fix readme.
2016-06-15 16:32:00 -07:00
Alok Menghrajani ce40916f8d Fix readme. 2016-06-15 16:30:31 -07:00
Alok MenghrajaniandGitHub 8fb907323b Merge pull request #64 from square/alok/safari-fix
Fix Safari rendering issue.
2016-06-15 16:24:02 -07:00
Alok Menghrajani 5de56d50b9 Fix Safari rendering issue. 2016-06-15 16:22:21 -07:00