snoyberg / http-enumerator

HTTP client package with enumerator interface and HTTPS support.
27 stars 9 forks source link

upgrade to TLS 0.7 #25

Closed vincenthz closed 13 years ago

vincenthz commented 13 years ago

Hi Michael, please pull this single commit to upgrade to tls 0.7. unfortunately it's changing the interface of the certificates function for http-enumerator, but i didn't included any version upgrade.

I've got some doubt on checkCert but for now i kept it similar to the previous version one. I'll have a look on how to make it better later.

snoyberg commented 13 years ago

Thanks Vincent