Package ciphersuites provides a cipher suite list and security
classifications.
You will need the following things properly installed on your computer.
With Go module support (Go 1.11+), simply add the following import
import "github.com/StatusCakeDev/ciphersuites"to your code, and then go [build|run|test] will automatically fetch the
necessary dependencies.
Otherwise, to install the ciphersuites package, run the following command:
$ go get -u github.com/StatusCakeDev/ciphersuitesThis project is licensed under the MIT License.