Freeing the x509 struct.

2004-07-22 Thread sakthi.subramaniam
Do we need to free the X509 structure returned by d2i_X509() and PEM_read_X509() functions after using it? Sakthi S G Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and

Re: Freeing the x509 struct.

2004-07-22 Thread Nils Larsch
[EMAIL PROTECTED] wrote: Do we need to free the X509 structure returned by d2i_X509() and PEM_read_X509() functions after using it? yes Nils __ OpenSSL Project http://www.openssl.org User Support

Web browser certificate

2004-07-22 Thread Enrique Rennison
Hi All, 1.)How can I make the request of an Internet Explorer web browser security certificate more user proof. I am using Apache 1.3.27 with modssl and openssl compiled? My webserver is running on RedHat ES 3, but all my clients are MS workstations? My objective is that a user must be able to

Re: TLS wrong version number problem, the correct lib for openssl ?

2004-07-22 Thread Lara Adianto
It's solved (finally...) Apparently to test openssl s_server / s_client connection, I have to specify option -ssl3 in both the server and the client, otherwise (if it's only specified at the server site), it will throw you wrong version number error. The TLS issue with PAM_LDAP + OPENLDAP is

SSL WANT READ ERROR

2004-07-22 Thread Madhuri Rambhatla
Hi, I am a brand new user of OpenSSL. I have installed version 0.9.7d on my Win 2000 Server. My compiler is Visual Studio .NET for C++. When I try to perform a SSL_write() I get an error SSL_WANT_READ_ERROR. Please tell me how to rectify this. Thanks. Madhuri Rambhatla Lead

Re: newbie Q.

2004-07-22 Thread Ian Miller
Thanks It's openssl x509 -in clinetapp.pem -outform DER -out clientall.crt Quoting Joe smith [EMAIL PROTECTED]: I think this is it: openssl x509 -in clientapp.pem -out clientapp.crt But please confirm. Joe Ian Miller [EMAIL PROTECTED] wrote: How do I convert my

Re: SSL WANT READ ERROR

2004-07-22 Thread Richard Koenning
Madhuri Rambhatla wrote: I am a brand new user of OpenSSL. I have installed version 0.9.7d on my Win 2000 Server. My compiler is Visual Studio .NET for C++. When I try to perform a SSL_write(.) I get an error SSL_WANT_READ_ERROR. Please tell me how to rectify this. See for example

Problems compiling a little and simple probe

2004-07-22 Thread ivan fraixedes cugat
hello, I'm intested to learn to use openSSL library can make my applications. I start with a little and simple probe, but I couldn't compile it. My probe has three four files: - Common_sslLib.h: #ifndef __COMMON_SSLLIB__ #define __COMMON_SSLLIB__ #include stdio.h #include stdlib.h #include