Re: PEM_read_X509

2001-08-29 Thread Zulkiffli Mohd Nur
hi. i am new in this industry. now i am in project. can anybody help me, how to read the pem format file (like certificate).  i also try to using PEM_read_X509 but still have error. can anybody give any advise or example coding using Borland C++.Thank you.

??: Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread YONG.YUE
Title: ??: Session Resumption.. d2i_SSL_SESSION() function.. n client side >   >   // store ssl session info to buf >   if(session) >   { >       nsessionLen = i2d_SSL_SESSION(session, NULL); >       // >       if(nsessionLen > 0) >       { >  

Re: PEM stored in memory, not in file

2001-08-29 Thread Vadim Fedukovich
On Mon, 27 Aug 2001, Arno Puder wrote: > > Hi, > > certificates and private keys are usually stored in PEM-formatted files > and are loaded using the functions SSL_CTX_use_certificate_file() and > SSL_CTX_use_PrivateKey_file(). > > If I want to hard code the keys in my application, such as > > ch

customized name attibutes

2001-08-29 Thread Ding Yiqiang
Hi,   When generating a certificate, is it possible to add customized name attibutes (other than standard commonName etc.) to distinguished name?   Yiqiang

RE: Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread Aslam
Hi, ya I did that, prior to i2d_SSL_SESSION(), SSL_SESSION_print() prints the textual description of the cipher. But after doing i2d_SSL_SESSION() and d2i_SSL_SESSION() it just prints the cipher_id, not the textual cipher representation. I went inside the i2d_SSL_SESSION() code and found that pSe

Re: Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread Lutz Jaenicke
On Wed, Aug 29, 2001 at 01:54:38PM -0400, Aslam wrote: > I'm doing session resumption on client side. For this of the previous > session I did a i2d_SSL_SESSION() and in this session, I'm setting this > SSL_SESSION ptr, which I obtained from d2i_SSL_SESSION(). > Now the problem is when I do a d2i

Apologies

2001-08-29 Thread Kenneth Christensen
This email is for all those of you that were spammed by my "Out of Office" reply. Please, please, please accept my sincere apologies. A GroupWise filter failed to initialize properly, and instead of NOT replying to any mail originating from outside the company I work for, it replied to ALL.

Session Resumption.. d2i_SSL_SESSION() function..

2001-08-29 Thread Aslam
Hi, I'm doing session resumption on client side. For this of the previous session I did a i2d_SSL_SESSION() and in this session, I'm setting this SSL_SESSION ptr, which I obtained from d2i_SSL_SESSION(). Now the problem is when I do a d2i_SSL_SESSION() to get the SSL_SESSION ptr, the ptr->cipher

error 14094412

2001-08-29 Thread Fernando Munoz
Hi there, My platform is Red Hat 7.1 w/Apache 1.3.12 and I just bought a Verisign certificate they sent me the certificate and I grab the gsid from their website. I am certain that the CN used is identical to the server name in the virtual host for my site. I put the certificate in a directory un

Re: SSL_OP_NON_EXPORT_FIRST question

2001-08-29 Thread Lutz Jaenicke
On Wed, Aug 29, 2001 at 03:57:07PM +0200, Peter Sommerlad wrote: > we implemented a C++ iostream wrapper around sockets and ssl sockets. > the ssl code we derived from apps/s_server.c for setting up > the SSL_CTX. There the option SSL_OP_NON_EXPORT_FIRST > is set: > 615: if (hack) SSL_CTX_set_o