Re: unrolled RC4 for ia64

2005-07-21 Thread Andy Polyakov
david mosberger wrote: IIRC, the loop should be scheduled for L2 latency. In respect to input data maybe, but there is no way one can schedule 3*n [or even 4*n] RC4 loop for L2. Loads from key schedule are commonly used already in the next cycle, in other words key schedule is expected to

[openssl.org #1167] allow to use -nocerts in smime -decrypt or look for private key anyway if no matching cert found

2005-07-21 Thread via RT
Some knowledgeable hints for implementing this I just got: There isn't a command line option to do this, it would require some modification of the OpenSSL S/MIME code. Typically an S/MIME message will have several several RecipientInfo structures even if there is only one

Hang in BN_MONT_CTX_set

2005-07-21 Thread Ton Hospel
openssl 0.9.8 on linux: BN_MONT_CTX_set hangs if the argument is 0 Demonstration program: #include stdio.h #include stdlib.h #include openssl/bn.h void error(int line) { fprintf(stderr, Error on line %d\n, line); exit(1); } int main(void) { BIGNUM m; BN_MONT_CTX mont;

Re: Hang in BN_MONT_CTX_set

2005-07-21 Thread Ton Hospel
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Ton Hospel) writes: openssl 0.9.8 on linux: BN_MONT_CTX_set hangs if the argument is 0 PS, I *know* it doesn't make sense to apply BN_MONT_CTX_set to 0, but it should just return an error (like it does for other even numbers), not hang.

[openssl.org #1171] Unable to pass make test

2005-07-21 Thread [EMAIL PROTECTED] via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1172] OpenSSL 0.9.7e Pocket PC 2003 Compile Error

2005-07-21 Thread �� ġ�� via RT
Has anyone encountered this error, C:\openssl-0.9.7dnmake -f ms\ce.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Building OpenSSL copy nul+ .\crypto\buildinf.h tmp32_emulator\buildinf.h nul

[openssl.org #1171] Unable to pass make test 2

2005-07-21 Thread [EMAIL PROTECTED] via RT
Hi, to my former mail (sent to you few hours ago) with text: I was unable to pass the make test command when building openssl 0.9.8. I tried it first with some optimization flags (-O3 -march=pentium4 -mtune=pentium4) with gcc 3.4.1, again without them and at last with default flags as they are

TLS negotiation latency in BIO_read wrt. OpenVPN

2005-07-21 Thread James Yonan
I'm the lead developer of the OpenVPN project, and there's a long-standing latency issue I'd like to resolve. OpenVPN uses memory BIOs to interact with the OpenSSL TLS implementation (OpenVPN uses TLS + DH). During the TLS negotiation, there's obviously a lot of bignum crunching going on, and

Re: Hang in BN_MONT_CTX_set

2005-07-21 Thread Nils Larsch
Ton Hospel wrote: openssl 0.9.8 on linux: BN_MONT_CTX_set hangs if the argument is 0 I've committed a fix, please test a new snapshot. Thanks, Nils __ OpenSSL Project http://www.openssl.org

Re: TLS negotiation latency in BIO_read wrt. OpenVPN

2005-07-21 Thread Dr. Stephen Henson
On Thu, Jul 21, 2005, James Yonan wrote: I'm the lead developer of the OpenVPN project, and there's a long-standing latency issue I'd like to resolve. OpenVPN uses memory BIOs to interact with the OpenSSL TLS implementation (OpenVPN uses TLS + DH). During the TLS negotiation, there's

[PATCH] SSL compression methods free function

2005-07-21 Thread Jonathon Green
Hi List, I emailed the list regarding this last week and haven't heard anything so I've decided to briefly explain again and this time tack on my patch for consideration. The SSL compression methods global stack (ssl_comp_methods) is created once off in the same manner as the EVP cipher and