less-awful-ssl
less-awful-ssl copied to clipboard
Sssh no tears, only TLS now. For Clojure.
I am a mere mortal humbled by the inner complexities of SSL. Do I have to specify the ca-cert-file as an input to `ssl-context`? How to handle self-signed certificates?
Am I correct in understanding that this library doesn't support cert revocation? Would it be possible to add a parameter to `ssl-context` to specify a CRL file?
I know this is a super-young project, but your readme and clojars release are out of sync because of the namespace change. It'd probably be good to do another release.