[PATCH] pkcs#11 engine patch for openssl-0.9.7

2003-01-06 Thread afchine madjlessi
This patch implements a generic pkcs#11 engine in openssl-0.9.7. Applying this patch to openssl-0.9.7 allows applicatioto use the security functions provided by a cryptographic card supporting the PKCS#11 interface. This release permits to use the key storage in secure memory and acceleration

Re: crypto/perlasm/x86unix.pl

2003-01-06 Thread Andy Polyakov
The cc on UnixWare 2.x doesn't handle -o asm/xx86-elf.o It just creates it in the curent directory. ??? Does it mean that cc driver effectively ignores -o option? Or does it mean that make doesn't pass -o option to cc driver when compiling .s files? If former, does it apply to .s files only?

Re: crypto/perlasm/x86unix.pl

2003-01-06 Thread Tim Rice
On Mon, 6 Jan 2003, Andy Polyakov wrote: The cc on UnixWare 2.x doesn't handle -o asm/xx86-elf.o It just creates it in the curent directory. ??? Does it mean that cc driver effectively ignores -o option? Or does it mean that make doesn't pass -o option to cc driver when compiling .s

Re: [openssl.org #22] [PATCH] to dev build 20020428 for Win64 on Itanium

2003-01-06 Thread John Calcote via RT
Andy, Since I started all of this with my patch, let me respond to what I believe the real problems are: 1. File (socket) handles are ints. Why not create a special type called file_handle_t, that changes sizes with platforms that have different requirements of file handle types (read windows)?