Gastón Christen wrote:
> Hi, I'm new in the apache/openssl world and I have a question (maybe it's me
> but I don't understand something about client certificates authentication in
> Apache)
> I have Apache 2.40 with openssl 0.9.6g running in my win32 machine without a
> problem.
> I want to estab
--- Mark Gaffney <[EMAIL PROTECTED]> wrote:
> unsuccessful. We are currently using telnet as one of our connection
> types
> used between our Client and Server software. Our clients telnet
> module has
> an SSL option that we would like to use in order to create a secure
> connection to our serv
code:
// prepare x509 content
FILE *fp = fopen("test.cer",
"wbr+");
// not null
PEM_write_X509(fp, x509); // <- access
violation (i'm using win2k pro)
fclose(fp);
could any body tell me the
reason?
thanks
wbr
There r no such a directory exists. I saw the selfsign.c in demos but it
throws an exception (access violation) in callback function when dumping to
console (PEM_write_X509 & X509_write_fp). whats the problem?
thanks in advance
> On Mon, Sep 23, 2002 at 03:19:29PM +0400, Alexey S. Poluntchenko w
hi
i have some question about extention field .
i want to add one field to extention field.
but i don't know which file shoud modified.
__
OpenSSL Project http://www.openssl.org
User Support Ma
On Mon, Sep 23, 2002 at 03:19:29PM +0400, Alexey S. Poluntchenko wrote:
> using openssl X509 api ?
> mb any examples exist ?
openssl-0.9.6g/demos/x509/*
regards
christian
>
> thanks
__
OpenSSL Project
Hi Lutz,
Thank you for the explanation as well as the insight.
I realize it is not binding, but it is a great help.
Thanks again,
Kevin.
-Original Message-
From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 4:09 PM
To: [EMAIL PROTECTED]
Subje
Hi folks,
I have a server application with openssl 0.9.6g. When I use method
SSL_CTX_use_certificate_chain_file on start and on finish SSL_CTX_free
I get a memleak. What I forget in cleaning code?
Saman
__
OpenSSL Project
using openssl X509 api ?
mb any examples exist ?
thanks
Hi there,
I'm currently working on an application that uses SSL for its Internet
communications. In this applications, I am verifying the certificates
being used, which requires that I execute the
SSL_CTX_load_verify_locations() method as shown below:
#define CAFILE "root.pem"
#defi
I had installed qmail onto a Redhat 7.2 box. Put in the STARTTLS patch. But
i keep having shaking error.
[luchris@auratia sbin]$ ./stunnel -c -v 2 -n smtp -r mydomain.net:25 -f -D 7
2002.09.23 16:49:06 LOG5[11954:135159808]: Using 'mydomain.net.25' as
tcpwrapper service name
2002.09.23 16:49:06 L
11 matches
Mail list logo