RE: xenroll.cab for IE to auto install certificate?

2000-11-18 Thread P.K.B. Hari Gopal
XEnroll we used and we got it from MSDN subscription. May be you can check on MSDN site for this control. Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent W. S. Tam Sent: Friday, November 17, 2000 8:17 PM To: '[EMAIL PROTECTED]' Subject:

Client side session caching revisited

2000-11-18 Thread Louis LeBlanc
Hey all. I kind of feel like I'm beating a dead horse here, and that this question may have been answered already, but here goes. I have a client app that needs to connect to any number of servers and cache sessions. This app will be expected to create up to 100 connections per second, with

Re: Timeout problems?

2000-11-18 Thread Arne Ansper
I have been running a powerbuilder app through stunnel and am running across an issue where the server is waiting for the app to send a command and the client is frozen. The appllication works without sending it through a tunneling server i.e. pointed directly at the Sybase server. Has

Re: Newbie Sample Codes

2000-11-18 Thread jkunz
On 18 Nov, Mark John Buenconsejo wrote: Where can I find sample codes using OpenSSL. 1. Have a look at the OpenSSL source: apps/s_client.c and apps/s_server.c may give you some hints. 2. I had the same problem and the result is echohttpd. It is a primitive old stype forking HTTP/HTTPS server

Re: Newbie Sample Codes

2000-11-18 Thread Tim Newsham
Hello! Where can I find sample codes using OpenSSL. I have already installed OpenSSL in my FreeBSD box. I have read the documentation, but can't find some sample codes implementing a fully running server implementing ssl, and a fully running client implementing ssl. I was quite

how can I use PKCS#8 in open-ssl?

2000-11-18 Thread
I will use an private keys whichencoding is PKCS#8. Used open-ssl version is 0.95a ... Is the usage belowvalid? if invalid, let meget the write usage please.. FILE* fp;EVP_PKEY* pkey;char keyfile[] = "user1.pem"; fp = fopen (keyfile, "r");if (fp == NULL) return