RE: Blowfish Encrypt / Decrypt (also base64)

2010-10-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of emyr > Sent: Monday, 18 October, 2010 07:33 > Anyway, I now have another issue. > What I'm trying to do is to encrypt a password using blowfish, then > base64 it for writing as a string into a config file [and reverse] > http://www.ioncannon.ne

Re: [patch] LNK4078 and LNK4210 linking with x64 static libs

2010-10-18 Thread Jakob Bohm
I have now created an actual patch to fix this. It turns out to be a small pattern bug in x86_64xlate.pl Patch attached as openssl-1.0.0a-x86_64attr.patch. While debugging this patch I ran into an unrelated issue where nmake would invoke nasm before the .asm file had been completely output. Th

Re: Blowfish Encrypt / Decrypt (also base64)

2010-10-18 Thread emyr
Hi, Ah yes... thanks for that Dave. Been doing C++ too much and a bit rusty on the nuances of pointer stuff... Anyway, I now have another issue. What I'm trying to do is to encrypt a password using blowfish, then base64 it for writing as a string into a config file (it has to be a plain asc

RE: Question of openssl compilation

2010-10-18 Thread HU Chengzhe
Thank you for your response. I have modified many places in Makefile and Makefile.shared and finally it can work. Best Regards, Arkie From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of So Gerald Sent: 2010年10月18日

Re: Question of openssl compilation

2010-10-18 Thread So Gerald
You might edit that Makefile for this yourself. 2010/10/8 HU Chengzhe > > Hello, > >I use follow command to compile openssl-0.9.8o >1) ./Configure solaris-sparcv9-cc > --prefix=MY_OPENSSL_INSTALL_DIRECTORY shared >2) make > 3) make install > > I can compile it successfully and