From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] md5: fix errors when input size modulo 64 is > 55 bytes Date: Thu, 31 Jan 2013 11:09:52 +0100 Message-ID: <87ip6dwtn3.fsf@pobox.com> References: <877gnikijt.fsf@gmail.com> <87sj5uz16w.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359626999 3348 80.91.229.3 (31 Jan 2013 10:09:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2013 10:09:59 +0000 (UTC) Cc: guile-devel@gnu.org To: Daniel Hartwig Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 31 11:10:19 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U0r63-0007nY-4Z for guile-devel@m.gmane.org; Thu, 31 Jan 2013 11:10:19 +0100 Original-Received: from localhost ([::1]:57699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0r5k-0001Kx-UC for guile-devel@m.gmane.org; Thu, 31 Jan 2013 05:10:00 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:54884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0r5h-0001EF-U5 for guile-devel@gnu.org; Thu, 31 Jan 2013 05:09:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0r5g-00073n-7J for guile-devel@gnu.org; Thu, 31 Jan 2013 05:09:57 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:54537 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0r5f-00073g-NX for guile-devel@gnu.org; Thu, 31 Jan 2013 05:09:56 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2A15392DC; Thu, 31 Jan 2013 05:09:55 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=tk1xqhvnp8yIxsItUyFNDuqQhJc=; b=xCVdIp N8rjNkjd3V4uaCxAZgua6rlvwj9bk2N49DRpPfjUdERMylFKmRv5GvuosbklVrUT ck2au1pCnQZTU4G97daVAaiCvR/gOfYSBgTmUOuoLxqgYlFO2wt+9EuJQRWt6ONj 8ytrqrTtOy3Mu/48ecXhjsJu1GqUJDOKQBijk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=qLEiBdhUIwPDLLpcQcqvqrAyXeves8Rb p7Ncs2IljRbxaWnkyvhoJ+ZuayN+X8bhzdpJjRI4oi2Uh0Mm8jbHyOR+hN2QRr1P X00VsKT0oOfYE8HFChGNEk340HSmtQldUrIEksP5YOkf1xreqg+E6aos+9eIA3dN 5zudGPABR2Y= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 231CA92DB; Thu, 31 Jan 2013 05:09:55 -0500 (EST) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id A8B6F92DA; Thu, 31 Jan 2013 05:09:54 -0500 (EST) In-Reply-To: (Daniel Hartwig's message of "Thu, 31 Jan 2013 13:31:31 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: 5C095D32-6B8E-11E2-9677-0A4F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15641 Archived-At: On Thu 31 Jan 2013 06:31, Daniel Hartwig writes: > On 22 January 2013 05:16, Andy Wingo wrote: >> Any chance on getting a test case as well? :-) >> -- >> http://wingolog.org/ > > Updated with tests from RFC 1321. Confirmed that the new test fails pre-patch. Applied, thanks! Andy -- http://wingolog.org/