CipherSuites
Select and sort the cipher suites for an Erlang/Elixir application using the widely used OpenSSL syntax.
Installation
If available in Hex, the package can be installed as:
-
Add cipher_suites to your list of dependencies in
mix.exs:def deps do [{:cipher_suites, "~> 0.1.0"}] end
-
Ensure cipher_suites is started before your application:
def application do [applications: [:cipher_suites]] end