Popularity
1.5
Stable
Activity
0.0
Stable
0
2
0
Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
happstack-foundation
Glue code for using Happstack with acid-state, web-routes, reform, and HSP -
happstack-clientsession
Securely store session data in a client-side cookie. Uses the clientession library. -
happstack-server-tls
Adds HTTPS support to happstack-server -
happstack-lite
A simplified subset of happstack-server -
happstack-jmacro
support for using jmacro with Happstack -
happstack-hsp
support for using HSP with Happstack -
happstack-authenticate
An authentication framework for Happstack with support for pluggable authentication modules -
happstack-auth
A Happstack Authentication Suite
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of happstack-server-tls-cryptonite or a related project?
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.