DES library problem !

Imported from previous forum

Hello,

I am using a DES library downloaded from the site
ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/. I’m currently using AIX 4.3. Is there anyone who has used this library with AIX or is there a seperate library for AIX. This library gives problem with AIX. It actually hangs. I have tried changing the makefile options also. Most of the options seems to be for HP-UX, SUN, etc. Some of the code in this library gives a warning in SIGNALS when i compile this library. I need it a bit immediately.

Thanks in advance

Regards
H.

[ original email was from Anand Kumar - anand.kumar@nssmb.com ]
Hi,

I am also having some problems using (linking) MD5 libraries. My program uses Morgan Stanley’s library functuons FIX_fill_session_info(), FIX_sign_message() etc. (which are defined in libmorgan_pgp.a). But it seems the MD5 library is not statically linked to libmorgan_pgp.a. So I get linking error “reference to undefined symbol MD5Init(), MD5Update()” etc.
Does anyone know in which library all the MD5 functions are defined. I just want the name and possible path where they may be located (/usr/lib etc).

FYI, I also link my program to libdes.a and libpkcsdes.a.

Thanks in advance.
Regards,
Anand

> Hello,
>
> I am using a DES library downloaded from the site
> ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/. I’m currently using AIX 4.3. Is there anyone who has used this library with AIX or is there a seperate library for AIX. This library gives problem with AIX. It actually hangs. I have tried changing the makefile options also. Most of the options seems to be for HP-UX, SUN, etc. Some of the code in this library gives a warning in SIGNALS when i compile this library. I need it a bit immediately.
>
> Thanks in advance
>
> Regards
> H.
>
>
>

I think you need MD5.tar.Z which contains the source for MD5 (md5.c, md5.h, can build to md5.o and simply link in the object). You should be able to find this from multiple sources by searching for "md5.tar.z" on Google or some other search engine.

> Hi,
>
> I am also having some problems using (linking) MD5 libraries. My program uses Morgan Stanley’s library functuons FIX_fill_session_info(), FIX_sign_message() etc. (which are defined in libmorgan_pgp.a). But it seems the MD5 library is not statically linked to libmorgan_pgp.a. So I get linking error “reference to undefined symbol MD5Init(), MD5Update()” etc.
> Does anyone know in which library all the MD5 functions are defined. I just want the name and possible path where they may be located (/usr/lib etc).
>
> FYI, I also link my program to libdes.a and libpkcsdes.a.
>
> Thanks in advance.
> Regards,
> Anand
>
> > Hello,
> >
> > I am using a DES library downloaded from the site
> > ftp://ftp.psy.uq.oz.au/pub/Crypto/DES/. I’m currently using AIX 4.3. Is there anyone who has used this library with AIX or is there a seperate library for AIX. This library gives problem with AIX. It actually hangs. I have tried changing the makefile options also. Most of the options seems to be for HP-UX, SUN, etc. Some of the code in this library gives a warning in SIGNALS when i compile this library. I need it a bit immediately.
> >
> > Thanks in advance
> >
> > Regards
> > H.
> >
> >
> >
>