Closed goertzenator closed 5 months ago
Great to read it's useful.
The library has support for crypton
through optional flag use_crypton
.
I don't plan to make it default at this point.
I missed that, thank you! For other readers landing here I added this to cabal.project
:
constraints:
cryptostore +use_crypton
This library has been very useful to me; I use it with
tls
to output certificates. Howevertls
has moved on fromx509
tocrypton-x509
, but this library only works withx509
. I would like to requestcrypton
support. I don't know if that can be integrated here or if it should be a fork.