Files
certigo/starttls/mysql
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
..

This is a forked version of go-sql-driver/mysql, modified to allow access to the underlying TLS connection context so that Certigo can dump TLS certificates from MySQL database servers.