Re: [PATCH] PKCS#11 code update

2002-01-16 Thread Paolo Rossi
So I have to do the following steps (I use Win2000, with CYGWIN): 1) gunzip the patch-file : "pkcs11.openssl.adnovum.20010615.patch.gz" in : /cygwin/user/tmp/ directory 2) download the file : openssl-SNAP-20010613.tar.gz (the one the above patch refer to) 3) gunzip the above filein the

[patch] trunk win32 build fixes

2002-01-16 Thread Oscar Jacobsson
Please find attached the patches required to get the trunk (as of last night) to compile with visual c++ using the standard build procedure. Best regards, //oscar Index: crypto/aes/Makefile.ssl === RCS file:

[patch] Sign certs that aren't self signed for x509 -CA

2002-01-16 Thread Simon Josefsson
This patch that allows you to override the check for a valid self-signed certificate when signing certs using 'x509 -CA'. I find this useful for those times when you edit certs with M-x hexl-mode. --- x509.c.orig Mon Jan 14 11:41:05 2002 +++ x509.c Mon Jan 14 11:41:41 2002 @@ -122,6

[Fwd: [patch] trunk win32 build fixes]

2002-01-16 Thread Oscar Jacobsson
Hmm. Seems to have gotten lost on the way. Resending. //oscar ---BeginMessage--- Please find attached the patches required to get the trunk (as of last night) to compile with visual c++ using the standard build procedure. Best regards, //oscar Index: crypto/aes/Makefile.ssl

[PATCH] openssl-0.9.6c - s390x support

2002-01-16 Thread Ferguson, Neale
The following patches enable a build of openssl for 64-bit Linux on S/390. All that's required are new configuration parameters. --- openssl-0.9.6c/Configure2002/01/15 03:49:22 1.1 +++ openssl-0.9.6c/Configure2002/01/12 21:15:44 @@ -335,10 +335,11 @@ linux-mipsel, gcc:-DL_ENDIAN

openssl-0.9.6b or with openssl-0.9.6-stable-SNAP-20020112

2002-01-16 Thread Ralf Dreger
Dear Team, I'm a simple windows NT user and I'm not able to comile/install your system (I need it for bind). What shout I do? I'm using the following system: - Windows NT Server 4.0 Sp6a english 128 - Pentium MMX 200 // 128 MB - Visual C++ 6.0 Sp5 english - Miscrosft MASM 615 (now part of PP)

Problem with RAND_poll() on Windows NT 4.0 Server

2002-01-16 Thread Alex Pankratov
If application is started as (win32_own_process) service on WinNT Server 4.0 SP 6 it may hang indefinitely in RAND_poll() during system startup. Problem occurs with OpenSSL releases between 0.9.6 and 0.9.6-c inclusively. Unfortunately, I dont have much time to trace the problem to its roots, but

problem report

2002-01-16 Thread Zhu, Mark
errors when I run "make: error code 1make: Fatal error: Command failed for target `cbc_enc.o'Current working directory /opt/temp/openssl-0.9.5a/crypto/des*** Error code 1make: Fatal error: Command failed for target `subdirs'Current working directory /opt/temp/openssl-0.9.5a/crypto***

Re: [patch] Sign certs that aren't self signed for x509 -CA

2002-01-16 Thread Richard Levitte - VMS Whacker
From: Simon Josefsson [EMAIL PROTECTED] jas This patch that allows you to override the check for a valid self-signed jas certificate when signing certs using 'x509 -CA'. I find this useful for jas those times when you edit certs with M-x hexl-mode. I'm wondering if OpenSSL shouldn't be

Re: problem report

2002-01-16 Thread Richard Levitte - VMS Whacker
From: Zhu, Mark [EMAIL PROTECTED] This problem report is worthless. You removed exactly all the information that could indicate what was going wrong. Please redo. MZhu errors when I run make: MZhu MZhu error code 1 MZhu make: Fatal error: Command failed for target `cbc_enc.o' MZhu Current

[no subject]

2002-01-16 Thread Tarassov Vadim
Hallo everybody, I apologize in advance if you will find that this message should be sent somewhere else. In such case just tell me where. I have to implement some sort of a custom handshake protocol. I am trying to send signature of handshake message as ASN1 BIT_STRING. I got troubles with

Re: [patch] Sign certs that aren't self signed for x509 -CA

2002-01-16 Thread Simon Josefsson
On Wed, 16 Jan 2002, Richard Levitte - VMS Whacker wrote: From: Simon Josefsson [EMAIL PROTECTED] jas This patch that allows you to override the check for a valid self-signed jas certificate when signing certs using 'x509 -CA'. I find this useful for jas those times when you edit certs

Re: [patch] Sign certs that aren't self signed for x509 -CA

2002-01-16 Thread Ben Laurie
Richard Levitte - VMS Whacker wrote: From: Simon Josefsson [EMAIL PROTECTED] jas This patch that allows you to override the check for a valid self-signed jas certificate when signing certs using 'x509 -CA'. I find this useful for jas those times when you edit certs with M-x hexl-mode.