Mailing List Archive

RSA extension with W32 version
Hi,

I guess that the RSA extension can be used with Win32 version
(theorically). I am right ?

It would be fine that someone compiles for Win32 the RSA and IDEA sources
to have a PGP 2.x compatible version for Windows (unfortunately, I have not
the tools and knowledge to do that).

--
Daniel
RSA extension with W32 version [ In reply to ]
> I guess that the RSA extension can be used with Win32 version
> (theorically). I am right ?
>
> It would be fine that someone compiles for Win32 the RSA and IDEA sources
> to have a PGP 2.x compatible version for Windows (unfortunately, I have
> not the tools and knowledge to do that).

I second that motion ;-)
I made some inept attempts to compile the modules, but failed.
Precompiled binaries of the extensions (or a Gnupg build for Win32 with
the modules included) would be very nice.
I for one could make do with a step-by-step on how to build something
like that using Cygwin.

Tschuess,
Ralf

--
Ralf Hüls Bismarckplatz
KSV Kreditschutz-Vereinigung GmbH 44866 Bochum
Score-Consult Tel. 02327/9114-28
http://www.schufa.de/ Fax. 02327/8 40 27
Re: RSA extension with W32 version [ In reply to ]
On Mon, 31 Jul 2000, dueze wrote:

> I guess that the RSA extension can be used with Win32 version
> (theorically). I am right ?

With a bit of hacking.

Wait 51 days for 1.0.3


--
Werner Koch OpenPGP key 621CC013
OpenIT GmbH http://www.OpenIT.de
RSA extension with W32 version [ In reply to ]
> Wait 51 days for 1.0.3

Is that the countdown on the RSA patent (I forget the date)?
Does that mean we´ll have RSA, but not IDEA?
*sigh* I wish my boss would let me have a Linux box ;-)

Tschüß,
Ralf

--
Ralf Hüls Bismarckplatz
KSV Kreditschutz-Vereinigung GmbH 44866 Bochum
Score-Consult Tel. 02327/9114-28
http://www.schufa.de/ Fax. 02327/8 40 27
Re: RSA extension with W32 version [ In reply to ]
On Mon, 31 Jul 2000, Huels, Ralf KSV wrote:

> > Wait 51 days for 1.0.3
>
> Is that the countdown on the RSA patent (I forget the date)?
> Does that mean we´ll have RSA, but not IDEA?
> *sigh* I wish my boss would let me have a Linux box ;-)

BTW, the RSA code is already in the CVS and it should work except for
key generation. You just have to replace some #if 0

Werner


--
Werner Koch GnuPG key: 621CC013
OpenIT GmbH http://www.OpenIT.de
RSA extension with W32 version [ In reply to ]
> BTW, the RSA code is already in the CVS and it should work except for
> key generation. You just have to replace some #if 0

Thanks. I tried that and built the 1.0.2 source with rsa.c and rsa.h from
the cvs tree. The build went ok and --version lists the RSA stuff as
available.
RSA keys are imported and --list-keys and --check-sigs give consistent
results.
However, my Cygwin build seems to have some kind of trouble accessing the
trustdb (I had the same problem with 1.0.1h):

| gpg: key 8D372FC9: public key imported
| gpg: trustdb: read failed (n=39): error 0
| gpg: /tmp/.gnupg/trustdb.gpggpg: get_dir_record: search_record failed:
| file read error
| gpg: trustdb error: file read error
| gpg: error reading `steuer.asc': file read error
| gpg: import from `steuer.asc' failed: file read error
| gpg: Total number processed: 0
| gpg: imported: 1

My guess is that is has something to do with the file name, but I´m
unable/too lazy to properly locate the problem.
I guess I´m going to wait for 1.0.3 after all ;-)

Thanks anyway...
Tschuess,
Ralf

--
Ralf Hüls Bismarckplatz
KSV Kreditschutz-Vereinigung GmbH 44866 Bochum
Score-Consult Tel. 02327/9114-28
http://www.schufa.de/ Fax. 02327/8 40 27