systemtruststores / systemtruststores.github.io

Website
0 stars 0 forks source link

Language support: Haskell #15

Open chriskilding opened 2 years ago

chriskilding commented 2 years ago

Tracking support for native TLS certificate verification in Haskell.

(Haskell may not be widely used, but it has a very dedicated following in certain software companies. Notably, Standard Chartered bank uses a strict dialect of Haskell with their own compiler Mu. Native TLS certificate verification is therefore worth checking out.)

Haskell runtimes to consider:

Libraries to look at:

The way that Cabal (the package manager) handles TLS should also be considered.