connection VS mitls-fstar

Compare connection vs mitls-fstar and see what are their differences.

connection

simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management. (by vincenthz)

mitls-fstar

Verified implementation of TLS 1.3 in F* (by project-everest)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
connection mitls-fstar
1 1
61 172
- 0.0%
0.0 5.8
10 months ago 20 days ago
Haskell F*
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

connection

Posts with mentions or reviews of connection. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • Crypton is forked from cryptonite with the original authors permission
    5 projects | /r/haskell | 5 Jun 2023
    Trying to build the "old" hs-connection (which is still in my my project's dependency tree) after a cabal update, I now get this : Network/Connection.hs:123:43: error: • Couldn't match expected type ‘crypton-x509-store-1.6.9:Data.X509.CertificateStore.CertificateStore’ with actual type ‘Data.X509.CertificateStore.CertificateStore’ NB: ‘crypton-x509-store-1.6.9:Data.X509.CertificateStore.CertificateStore’ is defined in ‘Data.X509.CertificateStore’ in package ‘crypton-x509-store-1.6.9’ ‘Data.X509.CertificateStore.CertificateStore’ is defined in ‘Data.X509.CertificateStore’ in package ‘x509-store-1.6.9’ • In the ‘sharedCAStore’ field of a record In the ‘clientShared’ field of a record In the expression: (TLS.defaultParamsClient (fst cid) portString) {TLS.clientSupported = def {TLS.supportedCiphers = TLS.ciphersuite_default}, TLS.clientShared = def {TLS.sharedCAStore = globalCertificateStore cg, TLS.sharedValidationCache = validationCache}} | 123 | { TLS.sharedCAStore = globalCertificateStore cg | Error: cabal: Failed to build connection-0.3.1.

mitls-fstar

Posts with mentions or reviews of mitls-fstar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • Crypton is forked from cryptonite with the original authors permission
    5 projects | /r/haskell | 5 Jun 2023
    So is this library actually going to make an effort about security? E.g. how will it protect against side channel attacks? There's little to no research about whether Haskell is actually suitable for this. All other proper attempts of utilizing functional languages and elaborate type systems for crypto are a bit more complicated and usually transpile to another language, e.g. https://github.com/project-everest/mitls-fstar/issues/124

What are some alternatives?

When comparing connection and mitls-fstar you can also consider the following projects:

hs-twitterarchiver - Commandline Twitter feed archiver

cryptonite - lowlevel set of cryptographic primitives for haskell

json-rpc - Fully-featured JSON-RPC 2.0 library for Haskell programs

crypton - lowlevel set of cryptographic primitives for haskell

prometheus-client - Haskell client library for exposing prometheus.io metrics.

wai-conduit - Haskell Web Application Interface

api-builder - library for building JSON API wrappers in haskell

tls - TLS/SSL implementation in haskell

haskoin - Haskoin Core is a Bitcoin and Bitcoin Cash library

Dust-tools - A set of tools for exploring network filtering

pusher-http-haskell - Pusher Channels Haskell HTTP Library

libssh2 - LibSSH2 FFI bindings for Haskell