Re: What is the difference netween SSL connection and session?

2007-04-05 Thread Victor B. Wagner
On 2007.04.05 at 10:16:45 +0530, Bhat, Jayalakshmi Manjunath wrote: > Hi All, > > Please can any one tell me relationship between SSL_CTX,SSL,SSL_SESSION. > And also the difference netween SSL connection and session? > It is described in the ssl(3) man page in very clear words. 1. SSL_CTX is a

Re: BIO or no BIO ?

2007-04-05 Thread Victor B. Wagner
On 2007.04.05 at 14:29:22 +0530, Urjit Gokhale wrote: >Hello all, > >As we all know, the SSL object can work either with direct tcp sockets >(SSL_set_fd()) or can work on top of socket BIO objects. >In my current project, I am using SSL directly on top of tcp sockets (no >BIOs

BIO or no BIO ?

2007-04-05 Thread Urjit Gokhale
Hello all, As we all know, the SSL object can work either with direct tcp sockets (SSL_set_fd()) or can work on top of socket BIO objects. In my current project, I am using SSL directly on top of tcp sockets (no BIOs). I wonder whether I loose some functionality provided by BIO layer? What are th

Re: Information about M_ASN1_I2D_len_IMP_opt and more

2007-04-05 Thread Dr. Stephen Henson
On Wed, Apr 04, 2007, Bhat, Jayalakshmi Manjunath wrote: > Hi All, > > Where can I find more information about > > M_ASN1_I2D_len_IMP_opt > M_ASN1_I2D_len_EXP_opt > M_ASN1_D2I_get_IMP_opt > M_ASN1_D2I_get_EXP_opt > They are the old style ASN1 macros. They should not be used in new application

RE: Fips - Solaris 10 error

2007-04-05 Thread Maltz, Ron
With help from this list I was able to compile and install FIPS and OpenSSL 0.9.7m. I have very limited time at the keyboard right now so I'll look over my notes and try to respond tonight. Thanks, Ron -Original Message- From: [EMAIL PROTECTED] on behalf of capstone Sent: Wed 4/4/2007

OpenSSL and Visual C++

2007-04-05 Thread gary clark
Hiya, I want to build a simple server and client model using open ssl and Visual C++. Any chance somebody can point me in the right direction. I attempted to build the openssl "s_server" as a console application and hit some undefines when linking? Any help would be much appreciated, Thanks, Ga

OpenSSL and Visual C++

2007-04-05 Thread gary clark
Hiya, I want to build a simple server and client model using open ssl and Visual C++. Any chance somebody can point me in the right direction. I attempted to build the openssl "s_server" as a console application and hit some undefines when linking? Any help would be much appreciated. Thanks, Ga