Re: Building openssl on Win2K

2002-10-31 Thread Noel Burton-Krahn
Right, I remember I had a ton of problems building openssl under cygwin. No problems at all with ActiveState perl in an NT DOS prompt. --Noel - Original Message - From: Gait Boxman To: [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 12:45 PM Subject: Re:

extra info in client certs?

2002-09-27 Thread Noel Burton-Krahn
Title: Message Hi, I'd like to make a client cert which contains some extra information for my application. I've been using "openssl req", but I haven't figured out how the "extensions" and "oid_section" options work. If I put an arbitrary string in the "req_distinguished_name" section of

HELP: making under Win32

2001-12-31 Thread Noel Burton-Krahn
error U1073: don't know how to make '.\cryptlib.h' This just isn't working at all. Has anyone build openssl under Win32? (not cygwin!) - Noel Burton-Krahn CTO, Mercurial Communications [EMAIL PROTECTED] 200B-1630 Store St. phone: 250

Re: nonblocking SSLeay stuff

2001-07-14 Thread Noel Burton-Krahn
That's my email. No, I didn't submit it to the Net::SSLeay maintainer. Sorry, I got distracted. They're welcome to it, I just don't know their address. --Noel Date: Fri, 13 Jul 2001 17:48:54 -0700 From: Kragen Sitaker [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL

Re: non-blocking example for Net::SSLeay

2001-04-30 Thread Noel Burton-Krahn
Hi M, Here's a test program which negotiates an SSL connection and sends data in a single process (no threads, all async IO). I've also included a patch for Net-SSLeay-1.06. I had to add a few macros to Net::SSLeay to support the async error returns. I also fixed the makefile to detect

Does the IV for CBC really have to be zeros?

2000-03-22 Thread Noel Burton-Krahn
Is this an error in documentation? According to Applied Crypto, Schneier, p 194, the IV in CBC mode ciphers should be different for each message. Looking at the source for BF_cbc_encrypt(), it looks like iv can be initialized with any 64 bytes. from the blowfish(3) man page