package
0.0.0-20240930021603-237b86c021b1
Repository: https://github.com/jsandas/tlstools.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
BytetoInt converts byte slice to integer.
CanConnect used to confirm host is reachable via tcp.
DownloadBINFile downloads file from url and returns as []byte.
GenRandBytes returns byte array of length n.
GetHTTPHeader used to get server header/name.
GetService returns name of service based on port.
Ltos returns first element of list this is to handle certificate information being parsed as a string slice.
ValidHost checks for valid hostname.
ValidPort make sure port is in range.