Re: Getting started with openssl

2004-12-11 Thread Ng Pheng Siong
On Fri, Dec 10, 2004 at 09:30:32AM -0800, John Forbes wrote: > I tried to do a IdHTTP->Get on a https site and got the message "iohandler > value is not valid". Can someone please tell me the cause and the cure or > point me at where to find that info. Thanks in advance. The curl/libcurl mailing l

Re: Getting started with openssl

2004-12-10 Thread John Forbes
IL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 8:18 PM Subject: Re: Getting started with openssl > On Thu, Dec 09, 2004 at 07:03:45PM -0800, John Forbes wrote: > > My environment is C++builder5 with Indy 9. I need to access from a client > > an https site

Re: Getting started with openssl

2004-12-09 Thread Ng Pheng Siong
On Thu, Dec 09, 2004 at 07:03:45PM -0800, John Forbes wrote: > My environment is C++builder5 with Indy 9. I need to access from a client > an https site, whose http pages I can successfully get to. So I > downloaded and installed the openssl dlls. What else do I have to do in > order to issue a suc

Getting started with openssl

2004-12-09 Thread John Forbes
Hello,   This is very much a newbie question; I hope someone can take the time to answer it.   My environment is C++builder5 with Indy 9. I need to access from a client an https site, whose http pages I can successfully get to. So I downloaded and installed the openssl dlls. What else do I ha

Re: getting started with openssl

2001-04-09 Thread Richard Levitte - VMS Whacker
From: Michael Sierchio <[EMAIL PROTECTED]> kudzu> (This should be in a FAQ) kudzu> kudzu> SUNWski SKI 1.0 Software (User Package) installs a /dev/random for kudzu> Solaris. It is :-) http://www.openssl.org/support/faq.html#USER1 -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Ch

Re: getting started with openssl

2001-04-09 Thread Auteria Wally Winzer Jr.
You can also download the ANDIrand pkg for Solaris 2.5.1 - 2.8 SPARC as well as 2.5.1 - 2.8 x88pc. This supports /dev/random and dev/urandom. Works like a champ: Author: Andreas Maier URL: http://www.cosy.sbg.ac.at/~andi/ - Wally Winzer Jr. Michael Sierchio wrote: > Scott Armstrong wrote: > >

Re: getting started with openssl

2001-04-09 Thread Michael Sierchio
Scott Armstrong wrote: > > Not to worry - I'm used to wearing a helmet and asbestos jumpsuit... :) > > Under Solaris, there is no /dev/random or /dev/urandom. There are a number > of substitutions. (This should be in a FAQ) SUNWski SKI 1.0 Software (User Package) installs a /dev/random for So

Re: Re(2): getting started with openssl

2001-04-09 Thread Scott Armstrong
though. Scott - Original Message - From: "aegis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 09, 2001 12:50 AM Subject: Re(2): getting started with openssl > Thanks Scott, > > Unfortunately my problem is more fundamental.. I'm trying t

Re: getting started with openssl

2001-04-09 Thread G.I. Nyers
You might be interested in the EGD (Entrophy Gathering Daemon) project. It's a perl based daemon that sits in the backgroud and does what it's name suggests. Programs can communicate with it trhough unix or tcp sockets... Have a look at openssl's RAND_egd(3) manpage and EGD's homepage http://www.l

Re(2): getting started with openssl

2001-04-08 Thread aegis
Thanks Scott, Unfortunately my problem is more fundamental.. I'm trying to get the random generator set up. I installed openssl-0.9.6 and everything *seemed* to go right, but there's no sign of a /dev/random and I have no idea how to configure one from scratch. That's how bare my knowledge base