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
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 ;
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
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
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
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
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
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
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
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
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
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
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
> /.\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.
>
>
>
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
@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
. 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
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?
> 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
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
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
> 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
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
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:
>
>
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
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
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
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
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
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
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
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
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
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--
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
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
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
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
> 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
> 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
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
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
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-
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
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
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
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
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
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.
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
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
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
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
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
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
56 matches
Mail list logo