Re:openssl compilation for mips

2005-08-25 Thread vijay basav
hi this was the string i used in configure file "vxworks-mipsle","ccmips:-B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -ansi -nostdlib -DB_ENDIAN -EB -Wl,-EB -mips2 -mno-branch-likely -G0 -fno-builtin-msoft-float -DCPU=MIPS32 -DMIPSEL -DNO_STRINGS_H -I\$(WIND_BASE)/target/h

Re:openssl compilation for mips

2005-08-25 Thread vijay basav
hi this was the string i used in configure file "vxworks-mipsle","ccmips:-B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -ansi -nostdlib -DB_ENDIAN -EB -Wl,-EB -mips2 -mno-branch-likely -G0 -fno-builtin-msoft-float -DCPU=MIPS32 -DMIPSEL -DNO_STRINGS_H -I\$(WIND_BASE)/target/h

Re: OpenSSL compilation for mips

2005-08-19 Thread vijay basav
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 compile

Re: OpenSSL compilation for mips

2005-08-19 Thread vijay basav
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 compile

how does server determine http or https ?

2005-05-09 Thread vijay basav
hi iam trying to design a server which is compatible with http 1.1 and 1.0. i want to make it secure/nonsecure depending on the client uri. now the problem is how to decide this(by looking at the uri)? when the URI is recvd, i get the data "GET http 1.1 ..? how do i decide whether http

how does server decide whether http or https is to be used?

2005-05-09 Thread vijay basav
hi i am trying to design a server which is compatible with http 1.1 and 1.0. i want to make it secure/nonsecure depending on the client uri. now the problem is how to decide this(by looking at the uri)? when the URI is recvd, i get the data GET http 1.1 ..? how do i decide whether

whats cswift engine error?

2005-04-25 Thread vijay basav
hi i am working on vxworks using openssl-0.9.7e . SSL_read is giving me problems. when checked with error number it says cswift engine error? what could be the problem? could somebody help me out thaks in advance vijay Do you Yahoo!? Yahoo! Small Business - Try our new resources site!

Re: cygwin

2005-04-21 Thread vijay basav
bc is calculator generally available in linux. u need to to install this(select bc option when installing cygwin). vijay hao chen [EMAIL PROTECTED] wrote: When I use cygwin to run the test of openssl, I gotthe following error:running bcbc: not foundcat: tmp.bctest: No such file or directorybc

SSL_ERROR_SYSCALL

2005-03-14 Thread vijay basav
the old mails of this group? mail-archieve.com stores only the recent ones. vijay vijay basav [EMAIL PROTECTED] wrote: hi yes i have called SSL_library_init() at the beginning. SSL_connect is returning -1 whereas ERR_get_error() is returning 0. (SYS_ERROR_SYSCALL) what should be done? thank you

RE: SSL_connect problem

2005-03-09 Thread vijay basav
hi yes i have called SSL_library_init() at the beginning. SSL_connect is returning -1 whereas ERR_get_error() is returning 0. (SYS_ERROR_SYSCALL) what should be done? thank you in advance vijayVu Pham [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED][mailto:[EMAIL PROTECTED] On Behalf Of vijay

SSL_connect problem

2005-03-07 Thread vijay basav
hi i have ported openssl on to vxworks mips processor. i have written a simple code for sercure server-client interaction. SSL_connect is giving me problems. the error is SSL_ERROR_SYSCALL. ERR_get_error is returning a 0. but ERR_error_string_n( ..) is returning error:

undefined symbol _cleanup (binding 1 type 0)

2005-02-16 Thread vijay basav
hi i have configured openssl for vxworks-mipsle with no-shared and no-fips option make was successful . but on the embedded application if i load the , some of the exe files of test directory give the error undefined symbol _cleanup(binding 1 type 0) undefined symbol _exit(binding 1 and type 0)

fips_standalone_sha1 error

2005-02-14 Thread vijay basav
hi i have configured openssl-0.9.7e for vxworks-mipsle. when i do make i get the error collect2: vfork :No more processes make[2]: *** [fips-standalone_sha1] Error 1 make[2]: leaving directory openssl-0.9.7e/fips/sha1 could somebody please help me regards vijay Do you Yahoo!? Yahoo! Search

make error in cygwin

2005-02-09 Thread vijay basav
hi i am a new user of openssl-0.9.7e. i am using cygwin and vxworks.i first did tar -xzvf openssl-0.9.7e.tar.gz. then cd openssl-0.9.7e . later i configured the openssl using ./Configure vxworks-mipsle . now when i give make command it gives error stating openssl/opensslconf.h not found(all files

warning ccmips.exe -EL : linker unused since linking not done

2005-02-09 Thread vijay basav
hi i have downloaded openssl-0.9.7e and unpacked it and configured it for vxworks-mipsle on cygwin. when i do make i get warning ccmips.exe -EL linker unused since linking not done . when i do make test it says ./destest : not found and gives [test-des] error 127 what might be wrong? thank you