geier / pycarddav

DEPRECATED - use vdirsyncer & khard -- easy to use CLI CardDAV client
http://lostpackets.de/pycarddav
MIT License
98 stars 35 forks source link

activate PyOpenSSL if available #106

Closed teepark closed 9 years ago

teepark commented 9 years ago

this brings support for SNI to python 2.x for servers that need it, and disables SSL/TLS compression (good for mitigating CRIME)

also requires ndg-httpsclient and pyasn1

tested with python 2.7.8 against nginx 1.6 utilizing SNI (and where the required certificate was not the first one presented)

geier commented 9 years ago

looks good, thanks! please add yourself to CONTRIBUTORS.txt

geier commented 9 years ago

ooops, sorry, I somehow forgot about this.... Thanks!