cacert.pem

2008-01-14 Thread O.Hinz [LINTEC GmbH Co KG]
Dear ladies and gents, we have a problem with the cacert.pem which is needed to create the ocspackage.exe. Could you help me? where i find or how to create the cacert.pem. The xampp for windows is running on a windows 2003 server. 1000 Thanks!!! Mit freundlichen Grüßen / Best regards Oliver

SSL_read reads 0 bytes after SSL_write/SSL_read/SSL_write

2008-01-14 Thread Dima Rusyy
Hello! I use openssl to work with apache server via https. But I see a strange situation when the second and the third calls to send() in my test-case read 0 bytes from socket. Can you provide here any help? I use 'Fedora Core 7 x86' and openssl-0.9.8e. Thanks! Here is a test-case: #include

How to load certificate from buffer

2008-01-14 Thread Ian jonhson
Hi, I received a certificate from remote client and need to deal with it. The certificate is stored in buffer, which is created by local server. However, I don't know how to make the stuff in buffer become X509-style certificate. Could any one give me some advices? Thanks in advance, Ian

Error with SSL_CTX_new ---- SSLCERT routines:STORE_NEW:not supported

2008-01-14 Thread Ambarish Mitra
Hello, I am on OpenSSL 0.9.8g 19 Oct 2007 under Redhat Linux. The function SSL_CTX_new is returning a strange error. Did anyone else face the same problem? If anyone can provide some pointers or hints to solve the problem, that would be great. The error buf prints: error:1A09400E:SSLCERT

Re: SSL_read reads 0 bytes after SSL_write/SSL_read/SSL_write

2008-01-14 Thread Dima Rusyy
Hi Marek! Marek.Marcola wrote: Hello, I use openssl to work with apache server via https. But I see a strange situation when second and third calls to send() in my test-case read 0 bytes from socket. Can you provide here any help? You should not use names like send in your program.

Multiple Clients

2008-01-14 Thread Prasanna Sundaram
Hi all, I have DTLS server and Client model setup. If i want to go for multiple clients with single server, Does Openssl-0.9.8g support it? Please help me. thanks in advance. Regards Prasanna.P.M. Larsen Toubro Infotech Ltd. www.Lntinfotech.com This Document is classified as: LT Infotech

Muhammad Waheed Qureshi

2008-01-14 Thread waheed qureshi
Hi, my name is waheed and I am from sweden. I am facing some problem while dealing with SSL handshaking process. Let me tell you the scenario. In normall handshaking process when client(Browser)sends hello message to the server, server sends back the hello message. Now what I am trying to do that

Re: How to load certificate from buffer

2008-01-14 Thread Marek . Marcola
Hello, I received a certificate from remote client and need to deal with it. The certificate is stored in buffer, which is created by local server. However, I don't know how to make the stuff in buffer become X509-style certificate. If your buffer is in DER format then you may try d2i_X509()

RE: SSL_read reads 0 bytes after SSL_write/SSL_read/SSL_write

2008-01-14 Thread David Schwartz
Hello! I use openssl to work with apache server via https. But I see a strange situation when the second and the third calls to send() in my test-case read 0 bytes from socket. Can you provide here any help? Why is that surprising? That's exactly what I would expect to happen. When the

Re: How to load certificate from buffer

2008-01-14 Thread Ian jonhson
Thank you very much. I have accomplished this target successfully. On 1/14/08, Victor Duchovni [EMAIL PROTECTED] wrote: On Mon, Jan 14, 2008 at 04:45:11PM +0800, Ian jonhson wrote: I received a certificate from remote client and need to deal with it. The certificate is stored in buffer,

Re: How to load certificate from buffer

2008-01-14 Thread Victor Duchovni
On Mon, Jan 14, 2008 at 04:45:11PM +0800, Ian jonhson wrote: I received a certificate from remote client and need to deal with it. The certificate is stored in buffer, which is created by local server. However, I don't know how to make the stuff in buffer become X509-style certificate.

Re: How to load certificate from buffer

2008-01-14 Thread Marek . Marcola
Hello, I received a certificate from remote client and need to deal with it. The certificate is stored in buffer, which is created by local server. However, I don't know how to make the stuff in buffer become X509-style certificate. What do you mean by received a certificate?

Mac ppc64 build problem

2008-01-14 Thread Mark Woollard
I'm trying to build for Mac OS X 64 bit PowerPC from latest stable source. I've done ./Configure Darwin64-ppc-cc but when I try to build I get: $ make making all in crypto... ( echo #ifndef MK1MF_BUILD; \ echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ echo '

RE: Possible memory leak with RSA_private_encrypt?

2008-01-14 Thread Kevin Regan
I found the issue. There is a custom patch used locally that seems to be leaking memory. I'm going to find the responsible coworker and make them pay for wasting out time. ;-) --Kevin -Original Message- From: Kevin Regan Sent: Monday, January 14, 2008 10:59 AM To:

RE: SSL_read reads 0 bytes after SSL_write/SSL_read/SSL_write

2008-01-14 Thread Dima Rusyy
Hi Thanks for reply. In fact, I'm not sure why apache closes connection even if I set KeepAlive to On in httpd.conf. If I send HTTP/1.1 request will it also close the socket after reply? -Dima David Schwartz wrote: Hello! I use openssl to work with apache server via https. But I

RE: SSL_read reads 0 bytes after SSL_write/SSL_read/SSL_write

2008-01-14 Thread Dima Rusyy
Hi Thanks for reply. In fact, I'm not sure why apache closes connection even if I set KeepAlive to On in httpd.conf. If I send HTTP/1.1 request will it also close the socket after reply? -Dima David Schwartz wrote: Hello! I use openssl to work with apache server via https. But I

openssl-0.9.8g crashes on libcrypto(dlfcn_load)

2008-01-14 Thread Daniel Franke
Hi all. This is a it-does-work-for-everyone-but-me question: I'm running openssl-0.9.8g on gentoo. Since updating from 0.9.7X (X something I can't remember) to 0.9.8[efg], openssl initialization keeps crashing for me. My proceedings so far: * after startup kded is running * open any

RE: Possible memory leak with RSA_private_encrypt?

2008-01-14 Thread Kevin Regan
After recompiling with debugging information, I'm getting a bit more information: ==21592== 24 bytes in 1 blocks are definitely lost in loss record 1 of 1 ==21592==at 0x4421846: malloc (vg_replace_malloc.c:149) ==21592==by 0x4464D40: (within /usr/lib/libcrypto.so.0.9.8) ==21592==by

RE: SSL_read reads 0 bytes after SSL_write/SSL_read/SSL_write

2008-01-14 Thread David Schwartz
Hi Thanks for reply. In fact, I'm not sure why apache closes connection even if I set KeepAlive to On in httpd.conf. Because that's what HTTP version 1.0 says to do, and you asked for HTTP 1.0 behavior. If it didn't, how would the client know when it got the entire request? If I send