Popularity
1.0
Declining
Activity
0.0
Stable
0
2
0

Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Happstack    

happstack-server-tls-cryptonite alternatives and similar packages

Based on the "Happstack" category.
Alternatively, view happstack-server-tls-cryptonite alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of happstack-server-tls-cryptonite or a related project?

Add another 'Happstack' Package

README

happstack-server-tls-cryptonite

TLS support for happstack, based on native crypto implementation in tls and cryptonite packages.

Pro:

  • You are not affected by OpenSSL bugs. Goodbye, script kiddies.
  • More portable, no foreign libraries required.
  • Pure Haskell, something to brag about.

Contra:

  • You have all the cryptonite/tls bugs. If your server is under targeted attack, this may make attacker's job easier.