ECDSA: unresolved function

2002-02-14 Thread Gisle Vanem
I get unresolved symbol `EC_GROUP_get_group_by_name' when linking openssl.exe. In what file should this function exist? Gisle V. __ OpenSSL Project http://www.openssl.org Development Mailing

Rename CygWin32 to Cygwin acceptable?

2002-02-14 Thread Corinna Vinschen
Hi, in OpenSSL, Cygwin is called CygWin32 throughout. But the correct name and case usage of Cygwin is Cygwin. No upper case Win, no 32. Question: Would renaming in the scripts be an acceptable patch? Corinna -- Corinna Vinschen Cygwin Developer Red Hat, Inc. mailto:[EMAIL PROTECTED]

Re: AES and difference between engine and not

2002-02-14 Thread Richard Levitte - VMS Whacker
From: Michael Richardson [EMAIL PROTECTED] mcr I would have thought that this would be a FAQ. mcr It is not. What is the engine? It is. http://www.openssl.org/support/faq.html#MISC6 mcr I was however, specifically trying to determine if anyone mcr has started any work on having an AES

Re: ECDSA: unresolved function

2002-02-14 Thread Nils Larsch
Gisle Vanem wrote: I get unresolved symbol `EC_GROUP_get_group_by_name' when linking openssl.exe. In what file should this function exist? The Function `EC_GROUP_get_group_by_name' doesn't exit anymore. EC_GROUP_new_by_name() ( see ec.h ) should be used instead ( in ecs_asn1.c ,

[PATCH]: Latest `config' has syntax error

2002-02-14 Thread Corinna Vinschen
Hi, the patch to config has a syntax error. Patch below. Corinna Index: config === RCS file: /home/cvs/cvsroot/src/openssl/config,v retrieving revision 1.95 diff -u -p -r1.95 config --- config 2002/02/13 14:44:31 1.95

Re: Rename CygWin32 to Cygwin acceptable?

2002-02-14 Thread Richard Levitte - VMS Whacker
From: Corinna Vinschen [EMAIL PROTECTED] vinschen in OpenSSL, Cygwin is called CygWin32 throughout. But the vinschen correct name and case usage of Cygwin is Cygwin. No upper vinschen case Win, no 32. Ah, OK, I'll fix that. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]

Re: [PATCH]: Latest `config' has syntax error

2002-02-14 Thread Corinna Vinschen
On Thu, Feb 14, 2002 at 11:24:38AM +0100, Corinna Vinschen wrote: Hi, the patch to config has a syntax error. Patch below. Oh, I've just seen that a patch has already been applied to openssl-0.9.6-stable-SNAP-20020213. But the problem seems still to be in CVS HEAD. Corinna -- Corinna

Build problem in CVS HEAD and openssl-0.9.6-stable-SNAP-20020213

2002-02-14 Thread Corinna Vinschen
Hi, I'm trying to build CVS HEAD as well as openssl-0.9.6-stable-SNAP-20020213 with the following options no-idea no-rc5 no-mdc2 as I'd do for a Cygwin release. Make complains in crypto/hmac: make[2]: *** No rule to make target `../../include/openssl/idea.h', needed by `hmac.o'. Stop.

Re: Rename CygWin32 to Cygwin acceptable?

2002-02-14 Thread Corinna Vinschen
On Thu, Feb 14, 2002 at 11:37:30AM +0100, Richard Levitte - VMS Whacker wrote: From: Corinna Vinschen [EMAIL PROTECTED] vinschen in OpenSSL, Cygwin is called CygWin32 throughout. But the vinschen correct name and case usage of Cygwin is Cygwin. No upper vinschen case Win, no 32. Ah,

Re: 0.9.7 approaching

2002-02-14 Thread Oscar Jacobsson
Hi! Just two slight problems with the Win32/VC6 build: 1) util/libeay.num seems to be missing a couple of entires, namely: ENGINE_load_aep ENGINE_load_sureware These are both in the trunk, but don't seem to have made it out into the release branch. 2) For some reason, in the

Re: 0.9.7 make test needs work

2002-02-14 Thread Bodo Moeller
On Wed, Feb 13, 2002 at 08:37:24PM -0800, Tim Rice wrote: The make test in 0.9.7 needs a little work. [...] ./evp_test evptests.txt Auto configuration failed Fixed. -- Bodo Möller [EMAIL PROTECTED] PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html * TU

Re: 0.9.7 approaching

2002-02-14 Thread Richard Levitte - VMS Whacker
From: Oscar Jacobsson [EMAIL PROTECTED] oscar 1) util/libeay.num seems to be missing a couple of entires, namely: oscar ENGINE_load_aep oscar ENGINE_load_sureware I just commited a libeay.num that have these added. I also changed the main trunk libeay.num so those two would stay in the same

Re: cvs commit: openssl/crypto/err err.c

2002-02-14 Thread Bodo Moeller
On Thu, Feb 14, 2002 at 02:42:36PM +0100, [EMAIL PROTECTED] wrote: Log: For some reason, getting the topmost error was done the same way as getting the bottommost one. I hope I understood correctly how this should be done. It seems to work when running evp_test in an environment

Re: 0.9.7 make test needs work

2002-02-14 Thread Richard Levitte - VMS Whacker
From: Tim Rice [EMAIL PROTECTED] tim The make test in 0.9.7 needs a little work. tim It requires a previous SSL installation. tim ... tim Tests completed happily tim ./evp_test evptests.txt tim Auto configuration failed tim 3562:error:02001002:system library:fopen:No such file or

OpenSSL (openssl-0.9.1c)

2002-02-14 Thread Khan Alamgir
Title: OpenSSL (openssl-0.9.1c) I have built libs for openssl with gcc 2.95. Build was sucessfull with minor warnings from GCC. I have built my own application with openssl libs, but I am having problem with SSL_CTX_new(). It fails in ssl_create_cipher_list(ret-method,

Re: OpenSSL (openssl-0.9.1c)

2002-02-14 Thread Richard Levitte - VMS Whacker
From: Khan Alamgir [EMAIL PROTECTED] akh Please help! Use a more modern OpenSSL. The current release is 0.9.6c. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 \ SWEDEN \ or +46-733-72 88

Re: Build problem in CVS HEAD and openssl-0.9.6-stable-SNAP-20020213

2002-02-14 Thread Doug Kaufman
On Thu, 14 Feb 2002, Corinna Vinschen wrote: Make complains in crypto/hmac: make[2]: *** No rule to make target `../../include/openssl/idea.h', needed by `hmac.o'. Stop. The dependencies in crypto/hmac/Makefile.ssl make hmac.o dependend on idea.h, rc5.h and mdc2.h but that seems

RE: 0.9.7 approaching

2002-02-14 Thread Neff Robert A
Richard, memcpy, memset, and memcmp are defined in string.h and memory.h for Windows Visual C++ environment. -Original Message- From: Richard Levitte - VMS Whacker [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 8:53 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re:

Re: 0.9.7 approaching

2002-02-14 Thread Oscar Jacobsson
Richard Levitte - VMS Whacker wrote: I just commited a libeay.num that have these added. I also changed the main trunk libeay.num so those two would stay in the same position there as well. Grand! According to the Unixly manuals, they are defined in or through string.h. Is that true in

Zencod engine for 0.9.7

2002-02-14 Thread Frederic DONNAT
Title: Zencod engine for 0.9.7 Hi all, We have developed an engine for our crypto accelerator Zenssl32. Symetric operation: RSA, DSA, DH Random Digest: MD5 SHA1 Cipher: DES, RC4 (based on evp) We have some patch for OpenSSL-engine-0.9.6x (asymetric and random). We are actually finishing

Re: cvs commit: openssl/util libeay.num mkdef.pl mkerr.pl

2002-02-14 Thread Dr S N Henson
Any reason for this: /* Override the default new methods */ static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) { if(operation == ASN1_OP_NEW_PRE) { ECDSA_SIG *sig; sig = OPENSSL_malloc(sizeof(ECDSA_SIG)); if

0.9.7 Version

2002-02-14 Thread Alphy A. Quintos
Is there an estimated or guesstimated time of release for version 0.9.7? Alphy A. Quintos [EMAIL PROTECTED] BEGIN:VCARD VERSION:2.1 N:Quintos;Alphy;A. FN:Alphy A. Quintos ORG:Hewlett-Packard;TSG TITLE:Systems Engineer TEL;WORK;VOICE:(818) 729-2115 TEL;PAGER;VOICE:(877) 456-6989

Re: [ietf-tls] Re: an attack against SSH2 protocol

2002-02-14 Thread Wei Dai
On Wed, Feb 13, 2002 at 03:57:59PM +0200, Hugo Krawczyk wrote: Thus, future revisions of TLS should also take this into account. That is, either transmit a fresh (unpredictable) IV with each msg, or implcitly compute this IV in an *unpredictable* way, for example by applying a prf to the msg

OpenSSL and ASP

2002-02-14 Thread Derek Strickland
I have to integrate with a company that is running an all Perl/Unix site that requires an OpenSSL authentication. I have compiled OpenSSL on my Windows box and it passes all the tests for a valid installation, but I can't find any article on using OpenSSL from ASP. Is it possible? I even

Re: 0.9.7 approaching

2002-02-14 Thread Harald Koch
Please test the 0.9.7-dev snapshots and report any problems that you found, even if they have been reported before (it's a good reminder for us), or even better, send us patches! It used to be possible to call X509_STORE_CTX_init() with a NULL X509_STORE pointer, in order to use the verifier

Re: Pentium Pro compiler optimizations

2002-02-14 Thread Stephen Sprunk
Thus spake Tim Rice: Has anyone been sucessfull using Pentium Pro compiler optimizations on UnixWare or OpenUNIX ? It builds but the md2test fails. All works fine without the -Kpentium_pro (-Kp6 on UW 2.1.x) flag. I see this problem on UnixWare 2.1.3 and OpenUNIX 8.0.0 My UnixWare 7.1.1

Re: [ietf-tls] Re: an attack against SSH2 protocol

2002-02-14 Thread Stephen Sprunk
Thus spake Wei Dai: I'll note that using CTR mode is more efficient than either of these suggestions. It doesn't require unpredictable IVs. ... Good point. If we want to fix SSH by using a per-packet unpredictable IV, the IV would have to be added to the list of MAC inputs. I think that

compiler optimizations

2002-02-14 Thread Howard Chu
Speaking of optimizations - Does anyone have a Motorola 68020 version of bn_asm? I used to have one I wrote for SSLeay 0.8.0 but that seems to have vanished from my hard drive. (Read - I deleted it without thinking, when I downloaded the OpenSSL 0.9.6 sources...) It would be nice not to have to

Re: EVP macros for AES

2002-02-14 Thread Stephen Sprunk
Thus spake Dr S N Henson: The reason for the macros was that when the EVP layer was being revised it was an absolute nightmare to change anything. IIRC at one point I had to add an additional field to the EVP_CIPHER structure. I then spent the next couple of hours modifying lots of almost

Re: 0.9.7 approaching

2002-02-14 Thread Dr S N Henson
Harald Koch wrote: Please test the 0.9.7-dev snapshots and report any problems that you found, even if they have been reported before (it's a good reminder for us), or even better, send us patches! It used to be possible to call X509_STORE_CTX_init() with a NULL X509_STORE pointer, in