Re: authorityInfoAccess

2000-09-09 Thread Amit Chopra
Hi, I just wanted to know if there is any work happening on an OCSP library for OpenSSL. Or is it something that is left to the users i.e goes into the verify callback? Thanks, Amit. __ OpenSSL Project

Re: authorityInfoAccess

2000-09-09 Thread Richard Levitte - VMS Whacker
From: Amit Chopra [EMAIL PROTECTED] amitc I just wanted to know if there is any work happening on an OCSP amitc library for OpenSSL. There is a patch kit for OpenSSL 0.9.5a in http://www.stacken.kth.se/~levitte/OpenSSL/ . I'm currently working on making it better (there is a lot of things it

Re: openssl for NT

2000-09-09 Thread Andrew W. Gray
http://www.iconsinc.com/~agray/ossldev/ Andrew Darya Mazandarany wrote: I was curious to see if anyone has a zip file for NT that has a workspace(dsw)/project(dsp) for openssl. I see a tar.zip file and a makefile but that seems geared up for unix.

Making OpenSSL trust my own CA

2000-09-09 Thread Charles Walker
I have written some client code which uses OpenSSL plus libwww to retrieve files from a server. In the environment where this thing runs, we don't really care about authenticating the server, so we want to use a self signed certificate or make up our own little certificate authority. We only

Re: Making OpenSSL trust my own CA

2000-09-09 Thread Vadim Fedukovich
On Sat, 9 Sep 2000, Charles Walker wrote: I have written some client code which uses OpenSSL plus libwww to retrieve files from a server. In the environment where this thing runs, we don't really care about authenticating the server, so we want to use a self signed certificate or make up

RE: Making OpenSSL trust my own CA

2000-09-09 Thread Dearnaley (EXT), Roger
I need a way to call something in OpenSSL to tell OpenSSL that our own little certificate authority is trusted. Does anybody know what I need to do? Fast easy way would be to specify name of the file with your CA certificate inside: SSL_CTX_load_verify_locations(ctx, file, NULL)

RE: Memory Leak: Perl, OpenSSL, LWP https requests

2000-09-09 Thread Jan Wedekind
Hi Marko, Summary: - IO::Socket::SSL has problems with broken connections - Crypt::SSL (0.17, includes Net::SSL) still has a memory leak - Net::SSLeay::get_https works fine (with own eval()/die() timeout wrapper) you mentioned having both Crypt-SSLeay and IO-Socket-SSL in your

Using openssl to generate keys for IIS

2000-09-09 Thread Dearnaley (EXT), Roger
I would like to use openssl to generate keys and certificates for import into Microsoft IIS 4.0 (since IIS only produces keys with up to 1024-bit RSA moduli). I seem to have all the key generation and signing stuff working, the problem is when I go to import the key and certificate into IIS. The

RE: undefined symbol: CRYPTO_free

2000-09-09 Thread Morrow, Patrick S
How do I go about getting the preprocessor output? PAT -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 2:51 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: undefined symbol: CRYPTO_free From: [EMAIL PROTECTED]

how to make dynamic library for Linux

2000-09-09 Thread qun-ying
It seems OpenSSL only support dynamic library on solaris system and dll under Windows. How do I make a dynamic library for Linux? Is there other issue to take care other than change the relevent compile options? __ OpenSSL