summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2010q3/000262.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2010q3/000262.html')
-rw-r--r--pipermail/pycrypto/2010q3/000262.html138
1 files changed, 138 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2010q3/000262.html b/pipermail/pycrypto/2010q3/000262.html
new file mode 100644
index 0000000..92586e1
--- /dev/null
+++ b/pipermail/pycrypto/2010q3/000262.html
@@ -0,0 +1,138 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] ANN: PyCrypto 2.2 released
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20ANN%3A%20PyCrypto%202.2%20released&In-Reply-To=20100802220012.GA30375%40rivest.dlitz.net">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000259.html">
+ <LINK REL="Next" HREF="000263.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] ANN: PyCrypto 2.2 released</H1>
+ <B>David MacQuigg</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20ANN%3A%20PyCrypto%202.2%20released&In-Reply-To=20100802220012.GA30375%40rivest.dlitz.net"
+ TITLE="[pycrypto] ANN: PyCrypto 2.2 released">macquigg at ece.arizona.edu
+ </A><BR>
+ <I>Mon Aug 2 18:08:46 CST 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000259.html">[pycrypto] ANN: PyCrypto 2.2 released
+</A></li>
+ <LI>Next message: <A HREF="000263.html">[pycrypto] Guidelines for Py3k support
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#262">[ date ]</a>
+ <a href="thread.html#262">[ thread ]</a>
+ <a href="subject.html#262">[ subject ]</a>
+ <a href="author.html#262">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Many thanks to all. This is an excellent package, well-suited for a
+class in cryptography.
+
+I have some questions about the migration to 3.x, and I apologize if I
+missed this in the earlier discussions on this list. Is this really
+hard to do, or is it just not worth the effort? Is there something
+about PyCrypto, compared to other packages, making the migration more
+difficult.
+
+I have no prejudice one way or the other as to whether PyCrypto should
+make a big effort in migration. I have both 2.7 and 3.1 on my Mac, and
+it looks like 2.7 will be around for many more years.
+
+************************************************************ *
+* David MacQuigg, PhD email: macquigg at ece.arizona.edu * *
+* Research Associate phone: USA 520-721-4583 * * *
+* ECE Department, University of Arizona * * *
+* 9320 East Mikelyn Lane * * *
+* <A HREF="http://purl.net/macquigg">http://purl.net/macquigg</A> Tucson, Arizona 85710 *
+************************************************************ *
+
+
+Dwayne C. Litzenberger wrote:
+&gt;<i> PyCrypto 2.2 has been released.
+</I>&gt;<i>
+</I>&gt;<i> This release remains compatible with Python 2.1 through 2.6. (Python
+</I>&gt;<i> 3.x is not yet supported.) A C99 compiler may be required.
+</I>&gt;<i>
+</I>&gt;<i> You can download this release from <A HREF="http://www.pycrypto.org/,">http://www.pycrypto.org/,</A> you can
+</I>&gt;<i> ask for it in the cheeseshop, and it has the following SHA256 sums:
+</I>&gt;<i>
+</I>&gt;<i> 9219449bc85ab4f4ff61fc83b0cbe0ec23d46943caab3d5413c6ba52da6f922c
+</I>&gt;<i> *pycrypto-2.2.tar.gz
+</I>&gt;<i> 0168719105999133374f995bdc9fa6a1be2de65b2ae359eb8e5ef9f433f66af5
+</I>&gt;<i> *pycrypto-2.2.tar.gz.asc
+</I>&gt;<i>
+</I>&gt;<i> Please test it and post your experiences to the PyCrypto mailing list:
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">pycrypto at lists.dlitz.net</A>
+</I>&gt;<i>
+</I>&gt;<i> and/or file bug reports on Launchpad:
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="https://bugs.launchpad.net/pycrypto">https://bugs.launchpad.net/pycrypto</A>
+</I>&gt;<i>
+</I>&gt;<i> Here is the changelog:
+</I>&gt;<i>
+</I>&gt;<i> - Deprecated Crypto.Util.number.getRandomNumber(), which had confusing
+</I>&gt;<i> semantics. It's been replaced by getRandomNBitInteger and
+</I>&gt;<i> getRandomInteger. (Thanks: Lorenz Quack)
+</I>&gt;<i>
+</I>&gt;<i> - Better isPrime() and getPrime() implementations that do a real
+</I>&gt;<i> Rabin-Miller probabilistic primality test (not the phony test we did
+</I>&gt;<i> before with fixed bases). (Thanks: Lorenz Quack)
+</I>&gt;<i>
+</I>&gt;<i> - getStrongPrime() implementation for generating RSA primes.
+</I>&gt;<i> (Thanks: Lorenz Quack)
+</I>&gt;<i>
+</I>&gt;<i> - Support for importing and exporting RSA keys in DER and PEM format.
+</I>&gt;<i> (Thanks: Legrandin)
+</I>&gt;<i>
+</I>&gt;<i> - Fix PyCrypto when floor division (python -Qnew) is enabled.
+</I>&gt;<i>
+</I>&gt;<i> - When building using gcc, use -std=c99 for compilation. This should
+</I>&gt;<i> fix building on FreeBSD and NetBSD.
+</I>&gt;<i>
+</I>&gt;<i> Thanks to everyone who helped make this release possible!
+</I>&gt;<i>
+</I>&gt;<i> Cheers,
+</I>&gt;<i> - Dwayne
+</I>&gt;<i>
+</I>&gt;<i> --
+</I>&gt;<i> Dwayne C. Litzenberger &lt;<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">dlitz at dlitz.net</A>&gt;
+</I>&gt;<i> OpenPGP: 19E1 1FE8 B3CF F273 ED17 4A24 928C EC13 39C2 5CF7
+</I>&gt;<i> ------------------------------------------------------------------------
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> pycrypto mailing list
+</I>&gt;<i> <A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">pycrypto at lists.dlitz.net</A>
+</I>&gt;<i> <A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto</A>
+</I>&gt;<i>
+</I>
+
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000259.html">[pycrypto] ANN: PyCrypto 2.2 released
+</A></li>
+ <LI>Next message: <A HREF="000263.html">[pycrypto] Guidelines for Py3k support
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#262">[ date ]</a>
+ <a href="thread.html#262">[ thread ]</a>
+ <a href="subject.html#262">[ subject ]</a>
+ <a href="author.html#262">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">More information about the pycrypto
+mailing list</a><br>
+</body></html>