From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1563 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Priorities for next release? Date: Mon, 13 Aug 2012 17:49:15 +0200 Message-ID: <20120813154914.GH20243@port70.net> References: <20120810191254.GA13232@brightrain.aerifal.cx> <20120811195649.GK27715@brightrain.aerifal.cx> <5028BD91.4080607@gentoo.org> <20120813134144.GV27715@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1344872969 22547 80.91.229.3 (13 Aug 2012 15:49:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2012 15:49:29 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1564-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 13 17:49:30 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T0wtU-00047v-Ee for gllmg-musl@plane.gmane.org; Mon, 13 Aug 2012 17:49:28 +0200 Original-Received: (qmail 9598 invoked by uid 550); 13 Aug 2012 15:49:27 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 9587 invoked from network); 13 Aug 2012 15:49:27 -0000 Content-Disposition: inline In-Reply-To: <20120813134144.GV27715@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1563 Archived-At: * Rich Felker [2012-08-13 09:41:44 -0400]: > > >- unit tests - very desirable, not going to happen in short time > > >- md5/sha crypt - seems harder than i thought; can't find small code > > > > libav ones are based on > > > > http://ubiqx.org/libcifs/source/Auth/MD5.c > > It's LGPL.. i have public domain md5 and sha1 based on libtomcrypt http://port70.net/~nsz/crypt solar designer has public domain md5 http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 but i guess for crypt the logic for salt, iterations etc is the interesting part