[Python-Dev] Re: OpenSSL sha module / license issues with md5.h/md5c.c

2005-02-13 Thread Gregory P. Smith
On Mon, Feb 14, 2005 at 11:02:23AM +1100, Donovan Baarda wrote: > On Sat, 2005-02-12 at 17:35 -0800, Gregory P. Smith wrote: > > I've created an OpenSSL version of the sha module. trivial to modify > > to be a md5 module. Its a first version with cleanup to be done and > > such. being managed in

[Python-Dev] Re: OpenSSL sha module / license issues with md5.h/md5c.c

2005-02-13 Thread Donovan Baarda
On Sat, 2005-02-12 at 17:35 -0800, Gregory P. Smith wrote: > I've created an OpenSSL version of the sha module. trivial to modify > to be a md5 module. Its a first version with cleanup to be done and > such. being managed in the SF patch manager: > > > https://sourceforge.net/tracker/?func=de

[Python-Dev] Re: OpenSSL sha module / license issues with md5.h/md5c.c

2005-02-12 Thread Gregory P. Smith
I've created an OpenSSL version of the sha module. trivial to modify to be a md5 module. Its a first version with cleanup to be done and such. being managed in the SF patch manager: https://sourceforge.net/tracker/?func=detail&aid=1121611&group_id=5470&atid=305470 enjoy. i'll do more cleanu