RE: "Suspending" certificate

2000-06-21 Thread Bob McConnell
Ah, no they just have a later expiration date. Bob McConnell > -Original Message- > From: Rich Salz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 20, 2000 10:22 PM > To: [EMAIL PROTECTED] > Subject: Re: "Suspending" certificate > > > > But

RE: Looking for "getting started" guide.

2000-05-19 Thread Bob McConnell
Is this the one you are looking for? Bob McConnell > -Original Message- > From: Lenya Khachaturov [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 29, 2000 12:20 PM > To: Mike Frisch > Subject: Re: Looking for "getting started" guide. > > > Hell

RE: docs for openssl programming in C

2000-04-26 Thread Bob McConnell
ROTECTED]> > > robert> The idea about a book is a good one.. > > Yep, absolutely. OpenSSL in a Nutshell anyone? Which animal should > that be? :-) That's going to be a big nutshell! B-^ Bob McConnell _

RE: virus

2000-03-24 Thread Bob McConnell
Or the misconfigured scanners that mail alerts to mailing lists instead of just the originator and local recipient. Bob McConnell > -Original Message- > From: Steve Sampson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 23, 2000 8:15 PM > To: [EMAIL PROTECTED] > Sub

s-client/s_server setup for DH-RC4

2000-03-16 Thread Bob McConnell
the BIO_s_ calls to write a shim for that problem in the next couple of weeks. Thank you, Bob McConnell Principal Communications Programmer The CBORD Group, Inc. 61 Brown Road Ithaca, NY 14850-1247 Phone 607 257-2410 Fax 6

RE: Trouble building MSDOS version

2000-03-13 Thread Bob McConnell
, assuming the full WIN32 version will be on the other end? Thank you, Bob McConnell > -Original Message- > From: Bob McConnell > Sent: Thursday, March 09, 2000 10:02 AM > To: '[EMAIL PROTECTED]' > Subject: Trouble building MSDOS version > > > Good morning,

RE: Trouble building MSDOS version

2000-03-10 Thread Bob McConnell
e comma and semi-colon can be skipped. There were some 'L's missing from shift constants in lines 226, 227 and 228 of crypto\des\set_key.c, but they weren't causing any of my problems. If I really understood all that I know about this stuff, this project might actually be fun.

Trouble building MSDOS version

2000-03-09 Thread Bob McConnell
source, it's obvious that it's not expecting to have MSDOS defined, the #IFDEF's only check for WIN32 and __ultrix. Is there a quick and easy way to remove or screen out this log function and anything that can't work in the MSDOS world? Is there any way? Thank you, Bob McConn