Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34197 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45070 invoked by uid 1010); 21 Dec 2007 09:55:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45055 invoked from network); 21 Dec 2007 09:55:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2007 09:55:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.178.251 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 64.233.178.251 hs-out-0708.google.com Linux 2.4/2.6 Received: from [64.233.178.251] ([64.233.178.251:60264] helo=hs-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/81-33062-79D8B674 for ; Fri, 21 Dec 2007 04:55:35 -0500 Received: by hs-out-2122.google.com with SMTP id l65so217087hsc.7 for ; Fri, 21 Dec 2007 01:55:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=LMrtcgSN+4ABpk6zId8FLTfW3WaanWuehywOI+7hiWE=; b=EVAkcI5iaPU7CFa9SkpEhygoAc2RgpHDaeSt1RKyeViBwA5tgwbHw4VjKo2DOX1xPBbtif9x13a+ND5FAjD28kd2V0e2NJKuEMVz9Zg0bARiU0XBSS8IrL7j4F/Ome8cZlRcFzyntimyMORYl4CPEVo/7HGiaPL9+n42jotPn7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k3GcivMfdrAJulSDy+pzutPo9UKzFuXjiKIxVcmuSEMhP/s6eKZ4vHYFdQEyLpAc8uLloW6HdkjJKCp3NOybOdWE9+Wzmfu37w8+5AfhyNVExS68Whp5wrmE01TVULT31CMYRiIrtqDvWA4qteMQdgYVfZMDYH2I1SFG5LL+nxA= Received: by 10.150.49.15 with SMTP id w15mr357767ybw.101.1198230933319; Fri, 21 Dec 2007 01:55:33 -0800 (PST) Received: by 10.150.52.9 with HTTP; Fri, 21 Dec 2007 01:55:33 -0800 (PST) Message-ID: Date: Fri, 21 Dec 2007 12:55:33 +0300 To: "Martin Alterisio" Cc: "Stanislav Malyshev" , "Solar Designer" , internals@lists.php.net In-Reply-To: <52dbac0f0712201815t3b8d4d7do85980100a26e1609@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071209010552.GA12561@openwall.com> <476B0872.3060408@zend.com> <52dbac0f0712201815t3b8d4d7do85980100a26e1609@mail.gmail.com> Subject: Re: [PHP-DEV] faster & public domain MD5 implementation From: indeyets@gmail.com ("Alexey Zakhlestin") isn't "public domain" specific enough? On 12/21/07, Martin Alterisio wrote: > 2007/12/20, Stanislav Malyshev : > > > > > Attached is a quick patch for PHP 5.2.5 that replaces RSA's copyrighted > > > implementation of MD5 with my public domain one: > > > > > > > > http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/popa3d/popa3d/md5/ > > > > Tried that one and it is about 30% faster indeed (on md5-only benchmark, > > 32-bit Linux on AMD Opteron. Anybody objects to accepting this? > > > > > Just one, but is a mere formality. I didn't see any copyright notice on the > code nor a licensing document attached. I have not much of the legal > mumbo-jumbo comprehension, so, correct me if I'm wrong, shouldn't external > code that's to be included in the php codebase meet these legal formalities > so it doesn't become a liability? > > That's all. > > Best Regards, > > Martin Alterisio > > PS: Does anyone knows if using a nickname for authorship is considered > legally valid? I believe it might be valid, think about writers that use > such pseudonyms, but I'm not sure... > -- Alexey Zakhlestin http://blog.milkfarmsoft.com/