haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

Migrate to crypton #132

Open epoberezkin opened 7 months ago

epoberezkin commented 7 months ago

cc @kazu-yamamoto

x509, x509-store, x509-validation depend on cryptonite.

Could we maybe add support of crypton via the use_crypton flag here too, like in cryptostore?

kazu-yamamoto commented 7 months ago

Vincent did not want to delegate these packages to anyone and recommended to fork them. So, crypton-x509 was created.