In message <[EMAIL PROTECTED]> on Fri, 19 Aug 2005 16:51:59 -0700, "Kevin L.
King" <[EMAIL PROTECTED]> said:
kevink> I installed OpenSSL 0.9.8 on Fedora in the default
kevink> /usr/local/ssl directory. I tried compiling mkcert.c in the
kevink> ../openssl-0.9.8/demos/x509 directory like this:
kevi
I installed OpenSSL 0.9.8 on Fedora in the default /usr/local/ssl directory. I
tried compiling mkcert.c in the ../openssl-0.9.8/demos/x509 directory like
this:
gcc -lcrypto -lssl -L/usr/local/ssl/lib -I/usr/local/ssl/include mkcert.c
I get 4 undefined references for these functions:
RSA_generate_
Upon attempt I get:
C:\Setup Files\openssl-0.9.8_src>ms\mingw32.bat
C:\Setup Files\openssl-0.9.8_src>perl Configure mingw
Configuring for mingw
no-gmp [default] OPENSSL_NO_GMP (skip dir)
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
no-mdc2 [default] OP
hi
i have compiled openssl for vxworks big_endian and it seemed to work fine.
The changes to be done in configure file is replace DL_ENDIAN by DB_ENDIAN, -EL by -EB, include these -mips2, -DCPU=MIPS32, -DMIPSLE
regards
vijayKrishna M Singh <[EMAIL PROTECTED]> wrote:
Hi AllI am trying to compil
hi
i have compiled openssl for vxworks big_endian and it seemed to work fine.
The changes to be done in configure file is replace DL_ENDIAN by DB_ENDIAN, -EL by -EB, include these -mips2, -DCPU=MIPS32, -DMIPSLE
regards
vijayKrishna M Singh <[EMAIL PROTECTED]> wrote:
Hi AllI am trying to compil
Hello Ignacio,
You can also use the installed libraries but make sure that your program uses them
# gmake install
# gcc test.c -L -I -lssl -lcrypto -lz -ldl
thanks,
PrakashIgnacio Butler <[EMAIL PROTECTED]> wrote:
thank you, it worked!but, why don't use the installed openssl library and i h
Gaurav Kumar wrote:
i am newbie to ECC,
kindly let me know if ECC keys generated by openssl are supported by
Internet explorer / FireFox or not.
it should be noted that there's still no RFC for tls with ecc,
so everything is still very experimental.
Nils
__
Hi All
I am trying to compile OpenSSL over mips for big-endian. It compiles and links
well for ppc
vxworks box but for mips Bigendian it compiles well. But when we try to link
the mips OpenSSL
library with our SSL client, it shows following error
usr/local/tools/wind/mips/host/sun4-solaris2/bin