= PyCrypto - The Python Cryptography Toolkit =

== Description ==

The Python Cryptography Toolkit describes a package containing various
cryptographic modules for the Python programming language. It is
intended to provide a reliable and stable base for writing Python
programs that require cryptographic functions.

== License ==

Mostly dedicated to the public domain, with some files covered by the
Python 2.2 license.

== SPKG Maintainers ==

 * Minh Van Nguyen <nguyenminh2@gmail.com>

== Upstream Contact ==

 * Website: www.pycrypto.org
 * Mailing list: pycrypto@lists.dlitz.net

== Dependencies ==

 * Python 2.6.x

== Special Update/Build Instructions ==

=== Patches ===

 * freebsd.patch: let pycrypto build on FreeBSD.
 * config.patch: let pycrypto build when $SAGE_ROOT is in $PATH
   (see #16049).

== Changelog ==

=== pycrypto-2.6.1.p0 (Jean-Pierre Flori, 25 Decembre 2013) ===
 * #14854; Update to version 2.6.1.

=== pycrypto-2.1.0.p0 (Jean-Pierre Flori, 4 July 2013) ===
 * #12399: Let pycrypto build on FreeBSD.

=== pycrypto-2.1.0 (Minh Van Nguyen, June 26th, 2010) ===

 * Ticket #9338; upgrade to PyCrypto 2.1.0.
 * The bug at http://www.securityfocus.com/bid/33674/info is fixed in
   PyCrypto 2.1.0, so remove patches/ARC2.c and patches/ARC2.c.patch.
 * Flesh out and update the file SPKG.txt.
 * Add spkg-check to run the test suite of PyCrypto.
 * Add a check to spkg-install to check that PyCrypto installs fine.

=== pycrypto-2.0.1.p4 (Jaap Spies, Jan 26th, 2010) ===

=== pycrypto-2.0.1.p3 (Michael Abshoff, March 2nd, 2009) ===
 * Apply security fix from http://www.securityfocus.com/bid/33674/info

=== pycrypto-2.0.1.p2 (Michael Abshoff, May 18th, 2008) ===
 * Add 64 bit OSX build support