Comment 2 for bug 1033178

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/essex)

Reviewed: https://review.openstack.org/10848
Committed: http://github.com/openstack/nova/commit/e8ef050bd37c2cdf7b47d5cd2b4ed1d4359898b6
Submitter: Jenkins
Branch: stable/essex

commit e8ef050bd37c2cdf7b47d5cd2b4ed1d4359898b6
Author: Stanislaw Pitucha <email address hidden>
Date: Sat Aug 4 19:50:54 2012 +0100

    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.

    Fixes bug: 1033178
    Change-Id: I57b0a0a42dac455d5baae3d726aea1507121aa4d
    (cherry picked from commit 56d3d29ad2451bd0e753e7878827a08b458b726b)