RE: OpenSSL compilation errors in Windows

2019-11-01 Thread Nagalakshmi V J
Hi Matt, Thanks for your help. I am able to proceed now. Thanks and regards, Nagalakshmi -Original Message- From: Matt Caswell Sent: Wednesday, October 30, 2019 7:55 PM To: Nagalakshmi V J ; openssl-users@openssl.org Subject: Re: OpenSSL compilation errors in Windows ** This mail has

Re: OpenSSL compilation errors in Windows

2019-10-30 Thread Matt Caswell
d.html Matt > > Not sure if I can use the above link. > > > /Thanks & Regards,/ > /Nagalakshmi V J/ > > *From:* Matt Caswell > *Sent:* 29 October 2019 10:47 > *To:* Nagalakshmi V J ;

RE: OpenSSL compilation errors in Windows

2019-10-30 Thread Nagalakshmi V J
Hi Matt, Any inputs on the below query? Thanks and regards, Nagalakshmi From: Nagalakshmi V J Sent: Tuesday, October 29, 2019 5:25 PM To: Matt Caswell ; Nagalakshmi V J ; openssl-users@openssl.org Subject: Re: OpenSSL compilation errors in Windows Hi Matt, Thank you so much for your response

Re: OpenSSL compilation errors in Windows

2019-10-29 Thread Nagalakshmi V J
enssl.org/docs/man1.1.0/man3/SSL_CTX_set_generate_session_id.html Not sure if I can use the above link. Thanks & Regards, Nagalakshmi V J From: Matt Caswell Sent: 29 October 2019 10:47 To: Nagalakshmi V J ; openssl-users@openssl.org Subject: Re: OpenSSL com

Re: OpenSSL compilation errors in Windows

2019-10-29 Thread Matt Caswell
On 29/10/2019 10:34, Nagalakshmi V J wrote: > > tls1_PRF(s->ctx->md5,s->ctx->sha1,buf,(int)(p-buf), > > pGenerator->master_secret,sizeof(pGenerator->master_secret), > > km,tmp,num); It seems your code is replicating parts of libssl - which seems like a strange (and possibly

Re: OpenSSL compilation errors in Windows

2019-10-29 Thread Nagalakshmi V J
nSSL compilation errors in Windows Hi Matt, Kindly provide your inputs for the below mail. Thanks & Regards, Nagalakshmi V J From: Nagalakshmi V J Sent: 22 October 2019 10:41:40 To: Matt Caswell ; openssl-users@openssl.org Cc: Nagalakshmi V J Subject: RE: OpenSSL com

Re: OpenSSL compilation errors in Windows

2019-10-23 Thread Nagalakshmi V J
Hi Matt, Kindly provide your inputs for the below mail. Thanks & Regards, Nagalakshmi V J From: Nagalakshmi V J Sent: 22 October 2019 10:41:40 To: Matt Caswell ; openssl-users@openssl.org Cc: Nagalakshmi V J Subject: RE: OpenSSL compilation errors in Win

RE: OpenSSL compilation errors in Windows

2019-10-22 Thread Nagalakshmi V J
ctx, int cmd, int p1, void *p2); } /* EVP_MD */ ; Thanks and regards, Nagalakshmi From: Nagalakshmi V J Sent: Tuesday, October 22, 2019 9:39 AM To: Matt Caswell ; Nagalakshmi V J ; openssl-users@openssl.org Subject: Re: OpenSSL compilation errors in Windows Hi Matt, Yes. Exactly we followed the same a

Re: OpenSSL compilation errors in Windows

2019-10-21 Thread Nagalakshmi V J
kshmi V J ; openssl-users@openssl.org Subject: Re: OpenSSL compilation errors in Windows ** This mail has been sent from an external source ** On 20/10/2019 08:43, Nagalakshmi V J wrote: > Hi Matt, > > This link is having few APIS. But for getting master_key_length, I don't > fi

Re: OpenSSL compilation errors in Windows

2019-10-21 Thread Matt Caswell
gt; Thanks & Regards, > Nagalakshmi V J > > *From:* Matt Caswell > *Sent:* 18 October 2019 14:48:33 > *To:* Nagalakshmi V J ; > openssl-users@openssl.org > *Subject:* Re: OpenSSL compilation errors in

Re: OpenSSL compilation errors in Windows

2019-10-20 Thread Nagalakshmi V J
Sent: 18 October 2019 14:48:33 To: Nagalakshmi V J ; openssl-users@openssl.org Subject: Re: OpenSSL compilation errors in Windows ** This mail has been sent from an external source ** On 18/10/2019 11:49, Nagalakshmi V J wrote: > Now the issue is SSL_session structure is also having accessor AP

Re: OpenSSL compilation errors in Windows

2019-10-18 Thread Matt Caswell
On 18/10/2019 11:49, Nagalakshmi V J wrote: > Now the issue is SSL_session structure is also having accessor APIs > which I am not aware of. So I need to get the APIs for accessing the > master_key_length,etc.. given in the above code. Those are not listed > in the openssl link referred. On thi

RE: OpenSSL compilation errors in Windows

2019-10-18 Thread Nagalakshmi V J
swell Sent: Thursday, October 3, 2019 6:51 PM To: openssl-users@openssl.org Subject: Re: OpenSSL compilation errors in Windows ** This mail has been sent from an external source ** On 03/10/2019 11:10, Nagalakshmi V J wrote: > Hi Matthias, > > > > Please find my response for your queri

Re: OpenSSL compilation errors in Windows

2019-10-03 Thread Matt Caswell
> /.\odlibPrf_OSSL.h(168) : error C2027: use of undefined type 'ssl_st'/ Please show us the source code for the lines these error message correspond to. Matt > >   > > Can you help me to get the corresponding accessor functions for these 2 > structures. > >   >

RE: OpenSSL compilation errors in Windows

2019-10-03 Thread Nagalakshmi V J
agalakshmi -Original Message- From: Nagalakshmi V J Sent: Tuesday, October 1, 2019 6:33 PM To: Dr. Matthias St. Pierre ; Nagalakshmi V J Cc: openssl-users@openssl.org; Umamaheswari Nagarajan Subject: RE: OpenSSL compilation errors in Windows Thank you Matthias for the explanation. I am g

RE: OpenSSL compilation errors in Windows

2019-10-01 Thread Nagalakshmi V J
@openssl.org; Umamaheswari Nagarajan Subject: Re: OpenSSL compilation errors in Windows ** This mail has been sent from an external source ** Several people have told you the following: That is an *internal* openssl header file; do not use it. Remove the include statement from your

RE: OpenSSL compilation errors in Windows

2019-10-01 Thread Nagalakshmi V J
. Pierre Sent: Tuesday, October 1, 2019 4:43 PM To: Nagalakshmi V J Cc: openssl-users@openssl.org; Umamaheswari Nagarajan Subject: AW: OpenSSL compilation errors in Windows ** This mail has been sent from an external source ** > We are using OpenSSL APIs in our product code. We are not mak

Re: OpenSSL compilation errors in Windows

2019-10-01 Thread Salz, Rich via openssl-users
Several people have told you the following: That is an *internal* openssl header file; do not use it. Remove the include statement from your code. Your code is wrong. That file is a C file, not compatible with C++ Why do you not listen?

AW: OpenSSL compilation errors in Windows

2019-10-01 Thread Dr. Matthias St. Pierre
> We are using OpenSSL APIs in our product code. We are not making any changes > in OpenSSL. > Our product code is a C++ code and it makes use of openSSL APIs for some > functionality. Local headers (like "ssl_locl.h" and "packet_locl.h") are *NOT* part of the official OpenSSL API. Please don't

RE: OpenSSL compilation errors in Windows

2019-09-30 Thread Nagalakshmi V J
anyone suggests some option to get the compilation successful. Thanks and regards, Nagalakshmi From: Sergio NNX Sent: Monday, September 30, 2019 9:06 PM To: Dr. Matthias St. Pierre ; Nagalakshmi V J ; Michael Mueller Cc: openssl-users@openssl.org; Umamaheswari Nagarajan Subject: Re: OpenSSL c

Re: OpenSSL compilation errors in Windows

2019-09-30 Thread Sergio NNX
openssl-users@openssl.org ; Umamaheswari Nagarajan Subject: AW: OpenSSL compilation errors in Windows > OpenSSL code is compiling without any issues. When it is used from our > product code and while compiling using C++ compiler, the issue is seen. As I wrote previously, the error you

AW: OpenSSL compilation errors in Windows

2019-09-30 Thread Dr. Matthias St. Pierre
> OpenSSL code is compiling without any issues. When it is used from our > product code and while compiling using C++ compiler, the issue is seen. As I wrote previously, the error you posted was caused by the fact that you are compiling Ansi C (a.k.a ISO/IEC 9899:1990, a.k.a C90) source code us

RE: OpenSSL compilation errors in Windows

2019-09-30 Thread Nagalakshmi V J
Mueller Sent: Monday, September 30, 2019 4:05 PM To: Nagalakshmi V J Cc: openssl-users@openssl.org; Umamaheswari Nagarajan Subject: Re: OpenSSL compilation errors in Windows ** This mail has been sent from an external source ** We compile using Visual Studio. We don't use 'warnings as e

Re: OpenSSL compilation errors in Windows

2019-09-30 Thread Matt Caswell
l-users@openssl.org > Cc: Umamaheswari Nagarajan > Subject: AW: OpenSSL compilation errors in Windows > >   > > ** This mail has been sent from an external source ** > >   > >   > >> Getting the errors like below. ssl/packet_locl.h(429) : error C2440: > >

RE: OpenSSL compilation errors in Windows

2019-09-30 Thread Nagalakshmi V J
St. Pierre Sent: Monday, September 30, 2019 2:10 PM To: Nagalakshmi V J ; openssl-users@openssl.org Cc: Umamaheswari Nagarajan Subject: AW: OpenSSL compilation errors in Windows ** This mail has been sent from an external source ** > Getting the errors like below. ssl/packet_locl.h(429) : error

Re: OpenSSL compilation errors in Windows

2019-09-30 Thread Michael Mueller
We compile using Visual Studio. We don't use 'warnings as errors' and selected a warning level that minimized warnings. The 'make test' runs cleanly. On Mon, Sep 30, 2019, 3:16 AM Nagalakshmi V J wrote: > Hi, > > I am using openssl 1.1.c from our product code. While compiling the code, > I am

AW: OpenSSL compilation errors in Windows

2019-09-30 Thread Dr. Matthias St. Pierre
e compiled with a C++ compiler? Note that this is an internal header file and not meant to be included by third party software. HTH, Matthias Von: openssl-users Im Auftrag von Nagalakshmi V J Gesendet: Montag, 30. September 2019 08:44 An: openssl-users@openssl.org Cc: Umamaheswari Nagaraj

OpenSSL compilation errors in Windows

2019-09-30 Thread Nagalakshmi V J
Hi, I am using openssl 1.1.c from our product code. While compiling the code, I am getting the errors which can be suppressed as warnings using -fpermissive flag in Linux (gcc/g++). In windows, I am getting the same compilation errors in visual studio (2005). Would like to know the alternative

OpenSSL compilation in Windows

2019-06-19 Thread Umamaheswari Nagarajan
Hi, We have a windows application which uses OpenSSL libraries(current version 1.0.2j). We will ship the libraries along with our application. Currently we are trying to upgrade to OpenSSL 1.1.1c version. We have been using the vc6 compiler for our application. But OpenSSL 1.1.1c is not compil

[openssl-users] Openssl Compilation Error

2015-12-04 Thread Sonali Priyadarshini
Hi all I am compiling Openssl 1.0.h version in SLES 11 SP1 ,in make command I am facing some errors.I have the instructions properly as given. The error was: /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: libcrypto.a(x86_64-gcc.o): relocation R_X86_64_32 against `.tex

[openssl-users] OpenSSL compilation with no_des option.

2015-11-24 Thread Raman, Karthik IN BLR STS
Hi, I faced a problem to compile OpenSSL 1.0.2a with no_des option. I faced the same problem until OpenSSL 1.0.2d. Fortunately I found a patch in the URL below. I can do the code changes suggested in this URL and able to compile. https://www.mail-archive.com/openssl-dev@openssl.org/msg39295.html

RE: Question of openssl compilation

2010-10-18 Thread HU Chengzhe
17:27 To: openssl-users@openssl.org Subject: Re: Question of openssl compilation 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

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

Question of openssl compilation

2010-10-07 Thread 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 under MY_OPENSSL_INSTALL_DIRECTORY/lib I can find some files like below: -rw-r--r--

Re: FIPS OpenSSL compilation error

2009-08-26 Thread Dr. Stephen Henson
On Wed, Aug 26, 2009, William A. Rowe, Jr. wrote: > William A. Rowe, Jr. wrote: > > Dave Thompson wrote: > >>> From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal > >>> Sent: Tuesday, 25 August, 2009 05:06 > >> > >>> I am using cygwin on windows xp to compile FIPS Openssl

Re: FIPS OpenSSL compilation error

2009-08-26 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: > Dave Thompson wrote: >>> From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal >>> Sent: Tuesday, 25 August, 2009 05:06 >> >>> I am using cygwin on windows xp to compile FIPS Openssl 1.2 using >> Visual studio 2005. >> >> Apparently you m

Re: FIPS OpenSSL compilation error

2009-08-26 Thread Dr. Stephen Henson
On Wed, Aug 26, 2009, William A. Rowe, Jr. wrote: > Dave Thompson wrote: > >>From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal > >>Sent: Tuesday, 25 August, 2009 05:06 > > > >>I am using cygwin on windows xp to compile FIPS Openssl 1.2 using > > Visual studio 2005

Re: FIPS OpenSSL compilation error

2009-08-26 Thread William A. Rowe, Jr.
Dave Thompson wrote: >> From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal >> Sent: Tuesday, 25 August, 2009 05:06 > >> I am using cygwin on windows xp to compile FIPS Openssl 1.2 using > Visual studio 2005. > > Apparently you mean cygwin _perl_. The MS compil

RE: FIPS OpenSSL compilation error

2009-08-26 Thread pankaj227
> OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org > > -- View this message in context: http://www.nabble.com/FIPS-Open

RE: FIPS OpenSSL compilation error

2009-08-25 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal > Sent: Tuesday, 25 August, 2009 05:06 > I am using cygwin on windows xp to compile FIPS Openssl 1.2 using Visual studio 2005. Apparently you mean cygwin _perl_. The MS compiler and linker (which are t

FIPS OpenSSL compilation error

2009-08-25 Thread Pankaj Aggarwal
I am using cygwin on windows xp to compile FIPS Openssl 1.2 using Visual studio 2005. I get the following error after doing ms\do_fips in openssl directory. Am I missing something? SET FIPS_CC=cl SET FIPS_CC_ARGS=/Fotmp32dll\fips_premain.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 /W3

OpenSSL Compilation Problem

2009-08-03 Thread Gerald Kallas
I tried today to compile OpenSSL for MIPS / uClibc. I got following error /opt/toolchains/crosstools_sf-linux-2.6.12.0_gcc-3.4.6-20_uclibc-0.9.28-20050817-20070131/bin/../lib/gcc/mips-linux-uclibc/3.4.6/../../../../mips-linux-uclibc/lib/crt1.o: In function `__start': crt1.S:(.text+0x1c): undefine

FW: OpenSSL Compilation Problem

2009-08-03 Thread Gerald Kallas
users@openssl.org > Betreff: OpenSSL Compilation Problem > I tried today to compile OpenSSL for MIPS / uClibc. I got following error > > /opt/toolchains/crosstools_sf-linux-2.6.12.0_gcc-3.4.6-20_uclibc-0.9.28-20050817-20070131/bin/../lib/gcc/mips-linux-uclibc/3.4.6/../../../../mips-

OpenSSL compilation for Threadx.

2009-04-01 Thread Nikhil Agarwal
Hi, Hi all, I am trying to compile OpenSSL for Threadx. Does anyone know what steps should I take, or has any special consideration= s for compiling OpenSSL for embedded environments? Thanks. Nikhil

Re: openssl compilation problem with vxworks-mipsle

2008-04-17 Thread samrat saha
such file or directory Also add one more CFLAG in Configure or Makefile after you run Configure. -IC:/Tornadox.x/target/h Thanks, samrat saha On Thu, Mar 20, 2008 at 1:55 PM, samrat saha <[EMAIL PROTECTED]> wrote: > Hi all, > > I am fed up with openssl compilation. I h

Openssl Compilation

2008-04-10 Thread tomy
Hi, I wanted to compile Openssl for ARM platform. So how can we proceed to achieve this?. -- Thanks & Regards Tomy Devasia Product Devpt & Support Kalki Communication Technologies Ltd Bangalore India __ OpenSSL Project

Openssl compilation on X86_64 for 32bit

2008-04-02 Thread rajagopal.varadharajan
Hi, How can I compile openss for 32bi on X86_64 Redhat AS4? I set the CFLAGS="-m32" but this is not updated in the Makefile, if I modify the Makefile to change -m64 to -m32, then the following libraries are not compiled and throws error #CPUID_OBJ= x86_64cpuid.o #BN_ASM= x86_64-gcc.o #RC4_ENC= r

openssl compilation problem with vxworks-mipsle

2008-03-20 Thread samrat saha
Hi all, I am fed up with openssl compilation. I have tried every possible combination to compile openssl with vxworks-mipsle options. I am getting the following errors while compilation. In file included from cryptlib.h:65, from cryptlib.c:117: ../e_os.h:62: openssl

OpenSSL compilation for Threadx.

2005-12-22 Thread Irena Rizhy
Hi all,   I am trying to compile OpenSSL for Threadx. Does anyone know what steps should I take, or has any special considerations for compiling OpenSSL for embedded environments?   Thanks.

Re: OpenSSL compilation for mips

2005-08-24 Thread Krishna M Singh
Hi Vijay I have tried all the combinations. My mipsle string is modified to with all EL in -EL, MISPLE etc change to EB. Our platform makefile has DBIG_ENDIAn even tried that but it didin't helped. I am using OpenSSL9.7e. Can you please pass me the vxworks-mipsle string with which u are able to

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 compil

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 compil

OpenSSL compilation for mips

2005-08-19 Thread Krishna M Singh
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

openssl compilation failed in solaris 10

2004-11-18 Thread Lara Adianto
Hi,   I would like to build openssl on solaris 10 (i386), but encounter the following error during make: $ ./Configure solaris-x86-gcc shared $ make ... gcc -I.. -I../.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INL

OpenSSL Compilation Issue (for -mips3)

2004-09-28 Thread sakthi.subramaniam
Hi All, We are facing a compilation issue which building OpenSSL for -mips3 and mcpu=r4000 for Big Endian. We are using MontaVista supplied gcc and bin utils. GCC Version : 2.95.3 LD Version : 2.10.91 AR Version : 2.10.91 RANLIB Version : 2.10.91 The follo

Re: MacOS X OpenSSL Compilation

2001-04-24 Thread Christoph Pfisterer
Matthew Watkins wrote: >I wonder if anyone can help me with a quick question. I've been >attempting to build OpenSSL on Mac OS X, and appear to have hit a >brick wall. Indeed, it is a brick wall. But if you remove some stones, it leaves a gap wide enough to slip through... :-) BTW, it was a c