Packages

Select and sort the cipher suites for an Erlang/Elixir application using the widely used OpenSSL syntax.

Current section

Files

Jump to
cipher_suites CHANGELOG.md
Raw

CHANGELOG.md

## Changelog
## v0.2.0
* Added `CipherSuites.init_phoenix_endpoint/1` and removed
`CipherSuites.ApplyConfig`
* Demoted 3DES from HIGH to MEDIUM, to align with recent OpenSSL versions
* Support for new `:ssl` module versions that return suite definition
as a map rather than a 4-tuple
* Fix deprecation warning (now requiring Elixir 1.4 or later)
* Code formatting
## v0.1.0
Initial version