warp-tls-3.2.2: ChangeLog.md
## 3.2.2
* New settting parameter: tlsServerDHEParams [#556](https://github.com/yesodweb/wai/pull/556)
* Preventing socket leakage [#559](https://github.com/yesodweb/wai/pull/559)
## 3.2.1
* Removing dependency to cprng-aes.
## 3.2.0
* Major version up due to breaking changes.
* runHTTP2TLS and runHTTP2TLSSocket were removed.
## 3.1.4
* Add an option to disable HTTP2 [#450](https://github.com/yesodweb/wai/pull/450)
## 3.1.3
* Removing SHA 512 and SHA 384 from supportedCiphers to rescue Safari and golang. [#429](https://github.com/yesodweb/wai/issues/429)
## 3.1.2
* [Getting Rating A from the SSL Server Test](http://www.yesodweb.com/blog/2015/08/ssl-server-test)
## 3.1.1
* Converting "send: resource vanished (Broken pipe)" to ConnectionClosedByPeer. [#421](https://github.com/yesodweb/wai/issues/421)
## 3.1.0
* Supporting HTTP/2 [#399](https://github.com/yesodweb/wai/pull/399)
* Removing RC4 [#400](https://github.com/yesodweb/wai/issues/400)
## 3.0.4.2
* tls 1.3 support [#390](https://github.com/yesodweb/wai/issues/390)
## 3.0.4.1
* Fix for leaked FDs [#378](https://github.com/yesodweb/wai/issues/378)
## 3.0.4
* Replace `acceptSafe` with `accept`, see [#361](https://github.com/yesodweb/wai/issues/361)
## 3.0.3
* Support chain certs [#349](https://github.com/yesodweb/wai/pull/349)
## 3.0.2
* Allow warp-tls to request client certificates. [#337](https://github.com/yesodweb/wai/pull/337)
## 3.0.1.4
Add additional Diffie-Hellman RSA and DSA ciphers to warp-tls.
## 3.0.1.3
[Unable to allow insecure connections with warp-tls #324](https://github.com/yesodweb/wai/issues/324)
## 3.0.1.2
[Make sure Timer is tickled in sendfile. #323](https://github.com/yesodweb/wai/pull/323)
## 3.0.1
[Support for in-memory certificates and keys](https://github.com/yesodweb/wai/issues/301)