brent saner
|
4cb0403e08
|
v1.7.1
FIX:
* cryptparse/ParseCipher* funcs were not properly building cipher name
comparison map
|
2024-09-09 13:42:56 -04:00 |
|
brent saner
|
0318a9759b
|
v1.7.0
ADDED:
* cryptparse/ParseTlsCipherStrict()
* cryptparse/ParseTlsCipherSuiteStrict()
|
2024-09-09 13:06:07 -04:00 |
|
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 |
|