summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2009q2/000097.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2009q2/000097.html')
-rw-r--r--pipermail/pycrypto/2009q2/000097.html164
1 files changed, 164 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2009q2/000097.html b/pipermail/pycrypto/2009q2/000097.html
new file mode 100644
index 0000000..9376157
--- /dev/null
+++ b/pipermail/pycrypto/2009q2/000097.html
@@ -0,0 +1,164 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] DES/DES3/XOR/etc removal
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20DES/DES3/XOR/etc%20removal&In-Reply-To=20090422212200.24697.1644424365.divmod.quotient.10615%40henry.divmod.com">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000096.html">
+ <LINK REL="Next" HREF="000098.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] DES/DES3/XOR/etc removal</H1>
+ <B>Thomas Dixon</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20DES/DES3/XOR/etc%20removal&In-Reply-To=20090422212200.24697.1644424365.divmod.quotient.10615%40henry.divmod.com"
+ TITLE="[pycrypto] DES/DES3/XOR/etc removal">reikon at reikon.us
+ </A><BR>
+ <I>Wed Apr 22 15:26:31 CST 2009</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000096.html">[pycrypto] DES/DES3/XOR/etc removal
+</A></li>
+ <LI>Next message: <A HREF="000098.html">[pycrypto] DES/DES3/XOR/etc removal
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#97">[ date ]</a>
+ <a href="thread.html#97">[ thread ]</a>
+ <a href="subject.html#97">[ subject ]</a>
+ <a href="author.html#97">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Jean-Paul Calderone wrote:
+&gt;<i> On Wed, 22 Apr 2009 17:05:20 -0400, Thomas Dixon &lt;<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">reikon at reikon.us</A>&gt; wrote:
+</I>&gt;<i>
+</I>&gt;&gt;<i> Tzury Bar Yochay wrote:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> please keep the DES3 and XOR.
+</I>&gt;&gt;&gt;<i> we use them and need them in our ongoing projects
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> On Wed, Apr 22, 2009 at 8:23 PM, Jean-Paul Calderone
+</I>&gt;&gt;&gt;<i> &lt;<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">exarkun at twistedmatrix.com</A> &lt;mailto:<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">exarkun at twistedmatrix.com</A>&gt;&gt; wrote:
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Hello,
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Someone pointed out that XOR and several other ciphers [1] have been
+</I>&gt;&gt;&gt;<i> removed from PyCrypto. This has the consequence that Twisted Conch,
+</I>&gt;&gt;&gt;<i> and SSH client and server implementation which depends on PyCrypto,
+</I>&gt;&gt;&gt;<i> no longer works with the latest development version of PyCrypto, and
+</I>&gt;&gt;&gt;<i> I assume that when the next release of PyCrypto is made, Conch also
+</I>&gt;&gt;&gt;<i> won't work with that.
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> I'm curious how important backwards compatibility is deemed with the
+</I>&gt;&gt;&gt;<i> new PyCrypto development going on. A change like the one referenced
+</I>&gt;&gt;&gt;<i> above is going to break users of PyCrypto (and that seems like it is
+</I>&gt;&gt;&gt;<i> really obvious, to me - as opposed to a change which only accidentally
+</I>&gt;&gt;&gt;<i> breaks applications). The added maintenance burden this causes makes
+</I>&gt;&gt;&gt;<i> PyCrypto less attractive (one nice thing about PyCrypto having been
+</I>&gt;&gt;&gt;<i> unmaintained for a long time is that Conch's use of it stayed as
+</I>&gt;&gt;&gt;<i> correct (or incorrect) as it was when it was written). Basically, the
+</I>&gt;&gt;&gt;<i> question is whether I should expect more PyCrypto changes like this
+</I>&gt;&gt;&gt;<i> as development proceeds, or whether I can make the argument that
+</I>&gt;&gt;&gt;<i> backwards
+</I>&gt;&gt;&gt;<i> compatibility is a *good* thing compelling.
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Of course it's one thing to say &quot;more backwards compatibility please&quot;.
+</I>&gt;&gt;&gt;<i> Actually deciding how that can be accomplished while allowing
+</I>&gt;&gt;&gt;<i> development
+</I>&gt;&gt;&gt;<i> to proceed in a useful direction is another. However, I'm
+</I>&gt;&gt;&gt;<i> intentionally
+</I>&gt;&gt;&gt;<i> omitting details of that discussion from this message to keep things
+</I>&gt;&gt;&gt;<i> simple. I'm convinced that some degree of backwards compatibility is
+</I>&gt;&gt;&gt;<i> always possible, regardless of the changes desired, so the details
+</I>&gt;&gt;&gt;<i> of how
+</I>&gt;&gt;&gt;<i> it works aren't as important as deciding whether backwards
+</I>&gt;&gt;&gt;<i> compatibility
+</I>&gt;&gt;&gt;<i> will be maintained.
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> So, what do you say? Can we decide that backwards compatibility
+</I>&gt;&gt;&gt;<i> is a good
+</I>&gt;&gt;&gt;<i> thing?
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Jean-Paul
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> [1] -
+</I>&gt;&gt;&gt;<i> <A HREF="http://gitweb.pycrypto.org/?p=crypto/pycrypto-2.x.git;a=commit;h=5b5b496c0f81f3595d0aebb8da5196492abae429">http://gitweb.pycrypto.org/?p=crypto/pycrypto-2.x.git;a=commit;h=5b5b496c0f81f3595d0aebb8da5196492abae429</A>
+</I>&gt;&gt;&gt;<i> _______________________________________________
+</I>&gt;&gt;&gt;<i> pycrypto mailing list
+</I>&gt;&gt;&gt;<i> <A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">pycrypto at lists.dlitz.net</A> &lt;mailto:<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">pycrypto at lists.dlitz.net</A>&gt;
+</I>&gt;&gt;&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;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> ------------------------------------------------------------------------
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> _______________________________________________
+</I>&gt;&gt;&gt;<i> pycrypto mailing list
+</I>&gt;&gt;&gt;<i> <A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">pycrypto at lists.dlitz.net</A>
+</I>&gt;&gt;&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;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;<i> Personally, if Dwayne has decided to remove Blowfish, DES, 3DES, RC5,
+</I>&gt;&gt;<i> IDEA, and XOR, then I agree with that decision completely. From a legal
+</I>&gt;&gt;<i> and security standpoint, it makes perfect sense. There's also nothing to
+</I>&gt;&gt;<i> say that Dwayne won't add different implementations of some of these
+</I>&gt;&gt;<i> algorithms back into PyCrypto's offerings at a later date.
+</I>&gt;&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> Great. If that's the plan, then my complaint is moot. My concern is
+</I>&gt;<i> that the next release of PyCrypto won't have these APIs.
+</I>&gt;<i>
+</I>&gt;<i> I understand that there are legal issues, but they're not new - PyCrypto
+</I>&gt;<i> has had whatever they are for almost a decade - maybe *more* than a decade,
+</I>&gt;<i> I dunno. I'm all for resolving them, but I don't think the resolution needs
+</I>&gt;<i> to be immediate, given that it is going to break things. Go ahead and
+</I>&gt;<i> deprecate the APIs with implementations that are not licensed compatibly
+</I>&gt;<i> with the rest of PyCrypto, and even remove them after having deprecated
+</I>&gt;<i> them for a while. But don't just delete them without warning and surprise
+</I>&gt;<i> all the application developers relying on them. Again, if the plan is to
+</I>&gt;<i> restore these APIs with new implementations, great, I'll stop complaining.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;&gt;<i> Remember:
+</I>&gt;&gt;<i> Those who will primarily suffer from a software developer's laziness are
+</I>&gt;&gt;<i> their users.
+</I>&gt;&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> I don't know what you mean by this.
+</I>&gt;<i>
+</I>&gt;<i> Jean-Paul
+</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>I don't see how he's deleting anything without warning. You *are*
+referring to a *development* version, are you not? How do you know he
+doesn't plan to replace some of the implementations he removed with
+different implementations prior to the next release?
+
+Thom
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000096.html">[pycrypto] DES/DES3/XOR/etc removal
+</A></li>
+ <LI>Next message: <A HREF="000098.html">[pycrypto] DES/DES3/XOR/etc removal
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#97">[ date ]</a>
+ <a href="thread.html#97">[ thread ]</a>
+ <a href="subject.html#97">[ subject ]</a>
+ <a href="author.html#97">[ 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>