Re: Regarding openssl-devel: changes from 0.9.8

2014-03-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Wim Lewis > Sent: Wednesday, March 12, 2014 13:39 > On 12 Mar 2014, at 4:44 AM, banupriya wrote: > > Hi All, > > > > I would like to know how different is openssl-devel from openssl098 version. > There is a detailed changelog here: > http:

Re: Regarding openssl-devel

2014-03-12 Thread Wim Lewis
On 12 Mar 2014, at 4:44 AM, banupriya wrote: > Hi All, > > I would like to know how different is openssl-devel from openssl098 version. > > Thanks in Advance, > Banupriya K There is a detailed changelog here: http://www.openssl.org/news/changelog.html In terms of API, they are not much d

Re: Regarding OpenSSL on metro app

2012-12-14 Thread Jakob Bohm
On 12/13/2012 3:48 PM, jeetendra gangele wrote: On 12 December 2012 13:07, Mamillapalli, Balachandra wrote: · Does OpenSSL compatible with Windows 8 Metro App? 1.yes it requires perl software Actually, the Perl software is required only when first compiling the C source code to nati

Re: Regarding OpenSSL on metro app

2012-12-13 Thread jeetendra gangele
On 12 December 2012 13:07, Mamillapalli, Balachandra wrote: > · Does OpenSSL compatible with Windows 8 Metro App? 1.yes it requires perl software 2.no its not __ OpenSSL Project http://www.

Re: Regarding openssl function ssl3_handshake_mac

2008-01-03 Thread Suchindra Chandrahas
Thanks Jimmy, now i properly understood! Thanks and Regards, Suchindra Chandrahas jimmy bahuleyan <[EMAIL PROTECTED]> wrote: Suchindra Chandrahas wrote: > Hi All, >Just went through this in openssl source in s3_enc.c: > > static int ssl3_handshake_mac(SSL *s, EVP_MD_CTX *in_

Re: Regarding openssl function ssl3_handshake_mac

2008-01-03 Thread Suchindra Chandrahas
OK. So, this is after the rest of the calculations. OK understood! Thanks ! Thanks and Regards, Suchindra Chandrahas Marek Marcola <[EMAIL PROTECTED]> wrote: On Thu, 2008-01-03 at 03:30 -0800, Suchindra Chandrahas wrote: > Hi All, >Just went through this in openssl source in s3

Re: Regarding openssl function ssl3_handshake_mac

2008-01-03 Thread jimmy bahuleyan
Suchindra Chandrahas wrote: > Hi All, >Just went through this in openssl source in s3_enc.c: > > static int ssl3_handshake_mac(SSL *s, EVP_MD_CTX *in_ctx, > const char *sender, int len, unsigned char *p) > { [snip].. > > This seems to be the function for gen

Re: Regarding openssl function ssl3_handshake_mac

2008-01-03 Thread Marek Marcola
On Thu, 2008-01-03 at 03:30 -0800, Suchindra Chandrahas wrote: > Hi All, >Just went through this in openssl source in s3_enc.c: > > static int ssl3_handshake_mac(SSL *s, EVP_MD_CTX *in_ctx, > const char *sender, int len, unsigned char *p) > { > unsigne

Re: Regarding OpenSSL communication

2007-08-24 Thread jimmy bahuleyan
Suchindra Chandrahas wrote: > Thanks a lot Marek! > > I was making mistake at: > > 16 - SSL3/TLS1 handshake packet (was not including this) > > Now i understood the whole process completely, thanks to your guidance!. > If there is any document or any such thing that has such details, > it woul

Re: Regarding OpenSSL communication

2007-08-24 Thread Suchindra Chandrahas
Thanks a lot Marek! I was making mistake at: 16 - SSL3/TLS1 handshake packet (was not including this) Now i understood the whole process completely, thanks to your guidance!. If there is any document or any such thing that has such details, it would be great if you could forward it to me. Tha

Re: Regarding OpenSSL communication

2007-08-23 Thread Marek Marcola
Hello, > I request you to please have mercy on me. I have > to communicate to SSL v3 Server using SSL v3 Client Hello Message. The > following is my client hello message: > > > > "\x01" > "\x03\x01" /* SSL Version */ > "\x40\x7b\xab\x

Re: Regarding OpenSSL communication

2007-08-23 Thread Suchindra Chandrahas
Hi Marek, I request you to please have mercy on me. I have to communicate to SSL v3 Server using SSL v3 Client Hello Message. The following is my client hello message: "\x01" "\x03\x01" /* SSL Version */ "\x40\x7b\xab\xc0" /*

Re: Regarding OpenSSL communication

2007-08-23 Thread Marek Marcola
Hello, >I am using the following client hello message format for an > SSL V3 Server: > > > > unsigned char buf[BUFSIZE] = > "\x01" /* client hello msg */ > > "\x03\x00" /* client version */ > "\x00\x1

Re: Regarding OpenSSL communication

2007-08-23 Thread Suchindra Chandrahas
Hi Lutz, I am using the following handshake for communication in ssl v2: CLIENT SERVER -- -- client hello = {session id

Re: Regarding OpenSSL communication

2007-08-23 Thread Lutz Jaenicke
Suchindra Chandrahas wrote: > Hi all, >I am using the following client hello message format > for an SSL V3 Server: > > > > unsigned char buf[BUFSIZE] = > "\x01" /* client hello msg */ > > "\x03\x00" /* client version */

Re: Regarding OpenSSL

2005-05-05 Thread Ben Laurie
Richard Levitte - VMS Whacker wrote: This kind of question should go to openssl-users@openssl.org, which is why I only send the response there. I'm surprised you bothered, given that he spammed every email address he could find. -- http://www.apache-ssl.org/ben.html http://www.thebunker.net

Re: Regarding OpenSSL

2005-05-05 Thread Richard Levitte - VMS Whacker
This kind of question should go to openssl-users@openssl.org, which is why I only send the response there. In message <[EMAIL PROTECTED]> on Thu, 5 May 2005 14:26:42 +0530, "Karthik Bodigere" <[EMAIL PROTECTED]> said: Karthik.Bodigere> I am using OpenSSL library in our web application. Karthik.B