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
#include
#include
#include
#include
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 http://www.opens
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 conv
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 Syste
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 solve
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 r
[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 Ma