[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] M68020 bn_asm



I have just now finished recompiling OpenSSH 3.0.2p1 as well. I had to
comment out several tests in the configure script because they wouldn't run
on a cross-compilation setup. Also, there is an error in the mintlibs
include/bits/stat.h, the fields are defined with e.g. "ino_t" and need to be
"__ino_t" instead. Otherwise some of these fields are defined as 64-bits
which makes code that uses stat() fail to find the right info.

The ssh utilities are a bit faster now at connection establishment, thanks
to my speeded up RSA math routines. Still takes several seconds on my TT.
Main session speed is unaffected.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: Frank Naumann [mailto:fnaumann@cs.uni-magdeburg.de]
> Sent: Tuesday, February 19, 2002 6:38 AM
> To: Howard Chu
> Subject: Re: [MiNT] M68020 bn_asm
>
>
> Hello!
>
> > Here is a more thorough assembly implementation of bn_asm for
> Motorola 680x0
> > processors. On a 68030 the RSA/DSA test is over 4x faster than
> gcc -O3 code.
> > I am releasing this version under the terms of the OpenSSL license.
>
> Does this version work correctly (you mentioned something about bugs in
> the first posting on the MiNT list)?
>
> I like to compile a new SSL lib for Sparemint then.
>
>
> Tschuess
>    ...Frank
>
> --
> ATARI FALCON 040 // MILAN 060
> -----------------------------------------
> http://www.cs.uni-magdeburg.de/~fnaumann/
> e-Mail: fnaumann@freemint.de