From 56d3d29ad2451bd0e753e7878827a08b458b726b Mon Sep 17 00:00:00 2001 From: Stanislaw Pitucha Date: Sat, 4 Aug 2012 19:50:54 +0100 Subject: Drop AES functions and pycrypto dependency At some point IV parameter has been removed making these functions dangerous to use unless keys are unique on every message. Since the functions were added the original consumer has disappeared too. With no more users it's better to get rid of the incomplete encryption system entirely. These were the only functions using pycrypto module directly, so it was also removed from the dependency list. Change-Id: I57b0a0a42dac455d5baae3d726aea1507121aa4d --- tools/pip-requires | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 7c8843093..8e598e84b 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -19,7 +19,6 @@ glance>=2011.3.1 suds==0.4 paramiko feedparser -pycrypto Babel>=0.9.6 iso8601>=0.1.4 httplib2 -- cgit