brent saner
|
5dc944cf21
|
v1.5.1
FIXES:
* cryptparse.TlsUri.ToConn and cryptparse.TlsUri.ToTlsConn would
previously use incorrect "host" parameter during dial for UDS/IPC
sockets.
|
2024-08-12 15:59:38 -04:00 |
|
brent saner
|
77a85a4f84
|
v1.5.0
ADDED:
* cryptpartse.TlsUri now has methods to returned dialed net.Conn and
tls.Conn, or can use WithConn to add TLS to an already-dialed net.Conn.
|
2024-08-08 19:40:11 -04:00 |
|
brent saner
|
db20c70d86
|
v1.4.0
ADDED:
* cryptparse, which makes managing certs/keys MUCH much easier (and
better) than the stdlib utilities.
|
2024-06-21 17:18:19 -04:00 |
|