Re: Question about auth with client certificates

2002-09-23 Thread Christian Pohl
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

Re: openssl replacing telnet

2002-09-23 Thread Cory Albrecht
--- 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

PEM_write_X509 - access violation

2002-09-23 Thread Alexey S. Poluntchenko
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  

Re: howto create your own certificate

2002-09-23 Thread Alexey S. Poluntchenko
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

[question] about adding extention field

2002-09-23 Thread 김성준
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

Re: howto create your own certificate

2002-09-23 Thread Christian Hohnstaedt
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

RE: Any news on 0.9.7?

2002-09-23 Thread Greaney, Kevin
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

use_certificates->memleak

2002-09-23 Thread Saman
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

howto create your own certificate

2002-09-23 Thread Alexey S. Poluntchenko
using openssl X509 api ? mb any examples exist ?   thanks

Question about SSL_CTX_load_verify_locations

2002-09-23 Thread Paul E. Bible
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

ssl handshaking error

2002-09-23 Thread Info
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