Cedric Staub and GitHub
b8a37348cd
Use --help-long output in readme
2017-02-20 11:20:25 -08:00
Matthew McPherrin and GitHub
521af8973e
Merge pull request #115 from square/mmc/ldap
...
LDAP start tls
2017-02-19 12:26:04 -08:00
Matthew McPherrin and GitHub
93e123007a
Merge pull request #118 from square/mmc/release
...
Have travis-ci upload an artifact to the github release when we tag commits
2017-02-19 12:25:46 -08:00
Matthew McPherrin
5c0832b26f
ldap starttls support
2017-02-18 23:45:16 -08:00
Matthew McPherrin
84fb87afa5
Add TLSConnectionState() method to forked ldap package
2017-02-18 23:45:16 -08:00
Matthew McPherrin
2cd70c1d10
Vendor asn1-ber.v1 (ldap dependency)
2017-02-18 23:45:16 -08:00
Matthew McPherrin
65c225f0e3
Vendor starttls for forking
2017-02-18 23:45:16 -08:00
Matthew McPherrin
0e9f91f9cc
Change some variable names in the starttls package
...
They made sense in the certigo main() context, but seem weird here.
2017-02-18 23:28:42 -08:00
Matthew McPherrin
7f32aa8a78
Move before_install stuff to install
...
This prevents the default `install` from running (which does `go get`), thus
ensuring we've vendored dependencies properly
2017-02-18 23:26:41 -08:00
Matthew McPherrin
52d19f4d65
Build for linux, darwin, and windows
2017-02-18 23:26:40 -08:00
Matthew McPherrin and GitHub
9eda6bacb6
Merge pull request #117 from square/mmc/colours
...
Add support for coloured output on windows
2017-02-18 19:21:39 -08:00
Cedric Staub and GitHub
54745742a8
Merge pull request #116 from square/cs/rm-dead-code
...
Remove unused tlsConfigForConnect function
2017-02-18 18:42:55 -08:00
Matthew McPherrin
436d1f48a4
Get rid of old env variable
...
The vendor experiment env variables isn't used on >= 1.6
2017-02-18 17:29:19 -08:00
Matthew McPherrin
35d2125a5f
Have travis-ci upload an artifact to the github release when we tag commits
2017-02-18 17:24:16 -08:00
Matthew McPherrin
b866e297c8
Add support for coloured output on windows
2017-02-18 16:46:00 -08:00
Cedric Staub
62a8de327f
Remove unused tlsConfigForConnect function
2017-02-18 15:01:04 -08:00
Matthew McPherrin and GitHub
5d225bf975
Merge pull request #114 from square/mmc/starttls-package
...
Add a newline for better errors
2017-02-17 17:28:28 -08:00
Matthew McPherrin
30a551f7db
Add a newline for better errors
2017-02-17 16:48:22 -08:00
Matthew McPherrin and GitHub
ac1282f076
Merge pull request #113 from square/mmc/starttls-package
...
Add SMTP STARTTLS support
2017-02-17 16:32:33 -08:00
Matthew McPherrin
bf475c2239
Update docs to include smtp
2017-02-17 15:56:35 -08:00
Matthew McPherrin
27ac287248
Panic for impossible error
2017-02-17 15:56:19 -08:00
Matthew McPherrin
4cc48a1ee6
Add SMTP support to STARTTLS
2017-02-17 15:49:03 -08:00
Matthew McPherrin
98dbc46373
Remove print and os.Exit from starttls library
2017-02-17 15:34:18 -08:00
Matthew McPherrin and GitHub
4747a4c80b
Merge pull request #112 from square/mmc/starttls-package
...
Move StartTLS functionality into a subpackage, enabling use elsewhere
2017-02-17 15:12:42 -08:00
Matthew McPherrin
35679297a9
Move StartTLS functionality into a subpackage, enabling use elsewhere
...
This moves two functions out of main.go.
The only change to the functions was to make them take arguments, instead of using global variables in main.
The mysql and psql imports are moved here too.
2017-02-17 12:39:57 -08:00
Matthew McPherrin and GitHub
8c0d8c4dba
Merge pull request #111 from square/csstaub-patch-1
...
Plaintext examples instead of SVG
2017-02-17 11:59:28 -08:00
Cedric Staub and GitHub
1ec047d552
Delete example_3.svg
2017-02-17 11:36:50 -08:00
Cedric Staub and GitHub
f4433f600b
Delete example_2.svg
2017-02-17 11:36:41 -08:00
Cedric Staub and GitHub
9328af477d
Delete example_1.svg
2017-02-17 11:36:33 -08:00
Cedric Staub and GitHub
4ce94c6460
Plaintext examples instead of SVG
2017-02-17 11:35:25 -08:00
Cedric Staub
7bf6b39473
Bump version to 1.6.0
v1.6.0
2017-02-16 15:55:30 -08:00
Cedric Staub and GitHub
03694eeae4
Merge pull request #110 from square/csstaub-patch-1
...
Update README.md
2017-02-16 15:38:29 -08:00
Cedric Staub and GitHub
3418575548
Fix typo
2017-02-16 15:34:03 -08:00
Cedric Staub and GitHub
3df462c2c6
Merge pull request #109 from square/cs/psql-support
...
Add PostgreSQL StartTLS support
2017-02-16 15:33:15 -08:00
Cedric Staub and GitHub
fd310b157b
Update README.md
2017-02-16 15:08:20 -08:00
Cedric Staub and GitHub
5070e70a26
Merge pull request #108 from square/cs/mysql-support
...
Add support for MySQL StartTLS in connect
2017-02-16 14:37:23 -08:00
Cedric Staub
b2fa7061a4
Support StartTLS for PostgreSQL
2017-02-16 14:31:58 -08:00
Cedric Staub
1d9575736a
Add README for lib/pq fork
2017-02-16 14:11:58 -08:00
Cedric Staub
710ffa971e
Implement DumpTLS in psql driver
2017-02-16 14:11:05 -08:00
Cedric Staub
29041dd976
Import copy of github.com/lib/pq
2017-02-16 14:10:34 -08:00
Cedric Staub
d7cd8d5d17
Improve error messages for mysql connect
2017-02-16 14:00:31 -08:00
Cedric Staub
0136c09945
Support StartTLS for MySQL
2017-02-16 13:56:41 -08:00
Cedric Staub
414128c30d
Implement DumpTLS functionality in mysql driver
2017-02-16 13:56:30 -08:00
Cedric Staub
acb30c8980
Import copy of go-sql-driver/mysql
2017-02-16 13:55:44 -08:00
Matthew McPherrin and GitHub
c847a4ac43
Merge pull request #107 from square/goversion
...
Add Go 1.8, and bump 1.7 to 1.7.5
2017-02-16 11:49:37 -08:00
Matthew McPherrin and GitHub
bd6cbc1b6b
Add Go 1.8, and bump 1.7 to 1.7.5
2017-02-16 11:12:57 -08:00
Matthew McPherrin and GitHub
f57c1087aa
Merge pull request #104 from square/mmc/no-brackets
...
Pull RDN printing into a seperate template with fixes
2017-02-15 12:54:58 -08:00
Matthew McPherrin
aee9f5e4e8
Print full subject in JSON (instead of hardcoded list of members)
2017-02-14 21:40:46 -08:00
Matthew McPherrin
1ff7c9b20c
Update OID display per review feedback
2017-02-14 21:07:17 -08:00
Matthew McPherrin and GitHub
f59230bbe7
Merge pull request #105 from square/less-panic
...
Don't panic in the JCEKS library
2017-02-02 16:58:25 -08:00