A problem about the memory-BIO

2014-04-23 Thread zyf01...@gmail.com
A problem about the memory-BIO, where i set an SSL with two diffrent BIOs,i get error READ CLIENT HELLO B when TLS handshake.And where i set the same BIO to SSL,it says READ CLIENT HELLO A. My question is why this occurs,and what does READ CLIENT HELLO A/B mean?   zyf01...@gmail.com

RE: SSL Root CA and Intermediate CA Certs.

2014-04-23 Thread Edward Ned Harvey (openssl)
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Kaushal Shriyan > > I am new to SSL/TLS Certificates. Please help me understand what is the > difference between ROOT CA Certs and Intermediate Certs or Chain Certs. I > will appreciate if i can refer

Re: Diffie hellman - Open SSL Client and C# Server

2014-04-23 Thread cvishnuid
DH Exchange algorithm has to be negotiated in the SSL handshake . I was assuming that DH has to be implemented out side the SSL. I am wrong I had implemented complete with SSL from starch .As .Net SSL stream don't support Diffie Hellman and it worked i am able to communicated with DH Open SSL cl

Re: SSL Root CA and Intermediate CA Certs.

2014-04-23 Thread A . L . M . Buxey
Hi, > > I am new to SSL/TLS Certificates. Please help me understand what is the > > difference between ROOT CA Certs and Intermediate Certs or Chain Certs. I > > will appreciate if i can refer to some books or tutorials to know about > > SSL/TLS technology. > > The closest thing you'll probabl

RE: ASN1_bn_print

2014-04-23 Thread Michael Wojcik
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- > us...@openssl.org] On Behalf Of Jeffrey Walton > Sent: Sunday, 20 April, 2014 04:42 > > RSA_print_fp eventually calls ASN1_bn_print (multiple times) with each > of the RSA parameters. ASN1_bn_print is shown below. > > A couple of qu

Re: SSL Root CA and Intermediate CA Certs.

2014-04-23 Thread Graham Leggett
On 23 Apr 2014, at 2:23 PM, Kaushal Shriyan wrote: > I am new to SSL/TLS Certificates. Please help me understand what is the > difference between ROOT CA Certs and Intermediate Certs or Chain Certs. I > will appreciate if i can refer to some books or tutorials to know about > SSL/TLS technolog

SSL Root CA and Intermediate CA Certs.

2014-04-23 Thread Kaushal Shriyan
Hi, I am new to SSL/TLS Certificates. Please help me understand what is the difference between ROOT CA Certs and Intermediate Certs or Chain Certs. I will appreciate if i can refer to some books or tutorials to know about SSL/TLS technology. Thanks and Regards, Kaushal