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
Thank you Matthias for the explanation. I am going through my code to understand why ssl_locl.h is included. I will check and get back on this ASAP. Also if there is other way to achieve that I will use the same. Thanks and regards, Nagalakshmi -Original Message- From: Dr. Matthias St.

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?

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
Ciao. I haven't had a chance to compile the exact OpenSSL version using g++ compiler as stated by the user/poster. If this user is using a modified or altered version of OpenSSL provided source code, is there support available? Don't get me wrong, I don't mind helping out but . I'll try t

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
On 30/09/2019 11:56, Nagalakshmi V J wrote: > In our code, We included “ssl_locl.h” which in turn includes packet_locl.h. > Any > way to avoid this kind of error? Don't include "ssl_locl.h"!!! This is an internal header file and relying on it is likely to cause problems for you. There are no

RE: OpenSSL compilation errors in Windows

2019-09-30 Thread Nagalakshmi V J
Hi Matthias, Yes that's right. The error message is ..\..\OpenSSL\openssl-1.1.1c\crypto\../ssl/packet_locl.h(429) : error C2440: '=' : cannot convert from 'void *' to 'unsigned char *' Conversion from 'void*' to pointer to non-'void' requires an explicit cast Sorry, it was missed by mist

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