> 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
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
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
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日
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