is there a Vc++ workspace project for building debuggable OpenSSL dll/libon windows?

2002-11-15 Thread ddemers
hi, does anyone have a vc++ workspace for building the OpenSLL project. my program is currently never returning after executing the SSL_CTX_use_PrivateKey_file(pxCTX, KEYF, SSL_FILETYPE_PEM) call. to build a debuggable version, i tried to edit the ntdll.mak file by changing the compiler switches

libcurl / openssl error

2002-11-15 Thread Moffet, Scott
I'm having a strange error with libCurl in HP-UX 11.00, using OpenSSL 0.9.6g. I have my wrapper class in two projects. One is a standalone project and it works fine. The other is inside a server that uses OpenSSL for the inbound client connections, so the SSL_library_init() and such are in the

FW: SSL_ERROR_SYSCALL

2002-11-15 Thread Moffet, Scott
After reading many of the archived messages, I see a common question is the error return. It's -1. So, it's not just a closed connection. It's some sort of protocol error. Scott -Original Message- From: Moffet, Scott Sent: Friday, November 15, 2002 4:28 PM To: '[EMAIL PROTECTED]' Su

SSL_ERROR_SYSCALL

2002-11-15 Thread Moffet, Scott
I'm using OpenSSL with libcURL and getting odd behavior: When I do a connection from main(), it works fine. When I do the call from inside a transaction thread, I'm getting the error SSL_ERROR_SYSCALL (error 5). What is the proper way to handle this error? Is there anyone who can give me a hi

Re: using SSL BIO in Kylix

2002-11-15 Thread Johannes Berg
> I can't make anything of it, and ssldump shows almost identical packets > when I use the sconnect.c demo, which *works*! My mistake! The data on the wire is OK, only inside I had buffering problems. johannes __ OpenSSL Project

Re: Sharing object for the 4758 CCA

2002-11-15 Thread Arne Ansper
> I'm looking for the libCSUNSAPI.so file in order to use openssl engine > with my IBM 4758 CCA device. > Can you tell me where can I found it ??? What OS? Last time I checked the CCA was supported only under Windows and AIX. Arne __

OpenSSL Error (Apache + mod_ssl)

2002-11-15 Thread Manoj Kithany
Hi: My Apache is NOT working.the log file shows: [Fri Nov 15 15:35:57 2002] [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key (OpenSSL library error follows) [Fri Nov 15 15:35:57 2002] [error] OpenS

Security holes... Who cares?

2002-11-15 Thread Eric Rescorla
I'd like to announce the availability for downlaod of the following paper. Security holes... Who cares? Eric Rescorla RTFM, Inc. We report on an observational study of user response following the O

using SSL BIO in Kylix

2002-11-15 Thread Johannes Berg
Hello, Yes, I'm new here. But I've searched the net and found nothing, and I'd appreciate it if someone could help me. I wrote a BIO that I could use in Kylix, to ssl-encrypt data: kylix -> openssl -> kylix -> sockets I know I could transfer the data directly into a socket BIO, but I don't want

RE: regenerate a host-specific ?

2002-11-15 Thread John . Airey
This is a question for the openssh site, www.openssh.org. However, as I'm feeling friendly, I'll answer your question. Indeed, RSA keys are generated by ssh-keygen as a default. These are only of use for SSH version 1. Version 2 uses DSA keys, so you use "ssh-keygen -t dsa". If you don't give a p

regenerate a host-specific ?

2002-11-15 Thread rmckee
Hello, I was wondering how do you regenerate a host-specific RSA key on unix with ssh. Do you use ssh-keygen? thanks Rm __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Get the public key from a cert

2002-11-15 Thread Charles B Cranston
> I'm trying to get the public key using (from opensslman.odf): > openssl x509 −in test/testx509.pem −pubout −noout >pubkey.pem > But it doesn't work. > anyone knows how can I do it? Take a good look at the above -- do you have your keyboard set to generate some special character (−) for your das

Re: d2i_ASN1_BIT_STRING

2002-11-15 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Fri, 15 Nov 2002 13:39:51 +0200, "Hylton Tregenza" <[EMAIL PROTECTED]> said: Hylton.Tregenza> I am porting ocde from redhat 7.1 to redhat 8. What version of OpenSSL do you have on each of those? Hylton.Tregenza> Exixiting code that was working on 7.1 is now fai

Re: How to create certificates & chains in DER format

2002-11-15 Thread Michael Krustev
Use d2i_X509 to convert binary /Der/ format buffer to certificate structure and i2d_X509 - to convert X509 struct into binary stream. --- [EMAIL PROTECTED] wrote: > > > hi > i tried creating certificates in pem format and also > having rsa keys in pem > format. > I successfully run server and c

d2i_ASN1_BIT_STRING

2002-11-15 Thread Hylton Tregenza
Hi I am porting ocde from redhat 7.1 to redhat 8. Exixiting code that was working on 7.1 is now failing on pAsn1 = d2i_ASN1_BIT_STRING(NULL, &pVar,len); Is there anything that I need to be aware of when changing between version of gcc etc Hylton

Re: How to create certificates & chains in DER format

2002-11-15 Thread akkasam
hi i tried creating certificates in pem format and also having rsa keys in pem format. I successfully run server and client with pem format certificates and pem format keys. but i'm not able to do with der format certifcates and der format keys. can anyone detail me how to succeed using der for

Re: Apache + mod_ssl (OpenSSL Error)

2002-11-15 Thread Lutz Jaenicke
On Thu, Nov 14, 2002 at 10:52:00PM +, Manoj Kithany wrote: > > Hi Experts! > > I want to INSTALL and CONFIGURE my APACHE 1.3.27 for SSL. I am using IBM > AIX box. > So, I got mod_ssl from the IBM site and installed it in following way(after > READing INSTALL file for 2 hrs;-( > > -