vincenthz / hs-connection

simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management.
Other
61 stars 48 forks source link

Allow creation of custom context #31

Closed foolswood closed 6 years ago

foolswood commented 7 years ago

I wanted to have a play with getting it to connect to a toy cert chain, but without this being exposed was unable to do so without adding the certs to the system store.

I could well have missed something, if so let me know.

Thanks.