google / gdata-python-client

444 stars 228 forks source link

Remove unmaintained and vulnerable embedded PyCrypto and tlslite copies #36

Closed mitya57 closed 8 years ago

mitya57 commented 8 years ago

Use system copies instead, and add them as dependencies in setup.py.

The only code change was required in src/gdata/auth.py (use base64 instead of a function that no longer exists in tlslite). Other changes were just import changes.

aliafshar commented 8 years ago

Thanks.