aes_init_key

2003-09-30 Thread Ng Siak Hooi
I am trying to add new mode to openssl library for AES, an enhanced counter mode (ECTR) I have modified a lot of files, includes: apps/progs.pl crypto/evp/c_allc.c crypto/evp/evp.h crypto/evp/e_aes.c crypto/aes/aes.h crypto/aes/aes_hectr.c crypto/aes/Makefile ssl/ssl_algs.c

Re: aes_init_key

2003-09-30 Thread Richard Levitte - VMS Whacker
Show us the code, and we might be able to answer you :-). In message [EMAIL PROTECTED] on Tue, 30 Sep 2003 14:34:27 +0800, Ng Siak Hooi [EMAIL PROTECTED] said: shng I am trying to add new mode to openssl library for AES, an enhanced counter shng mode (ECTR) shng I have modified a lot of files,

Re: aes_init_key

2003-09-30 Thread Ng Siak Hooi
ok. I am using openssl 0.9.7b, actually I am adding the mode to test on 3DES and AES so I am adding 2 modes, DES-EDE3-HECTR and AES-128-HECTR ( i will exclude the des files below) in these files: (3des files not listed) crypto/evp/c_allc.c, ssl/ssl_algs.c, apps/progs.pl, crypto/aes/Makefile,

[openssl.org #678] Crash in lhash code in openssl 0.9.7a

2003-09-30 Thread Mark Fontana via RT
I stumbled across the same crashes that Philip did in crypto/err/err.c when used in a multithreaded application. I initially observed the problem in 0.9.7b under Linux, but found it was much easier to reproduce when running under the debugger of MSVC 6.0. In particular, I would often see a

Re: BN_add_word bug

2003-09-30 Thread Nils Larsch
Hi Geoff, Geoff Thorpe wrote: I understand that, and if someone else is prepared to verify and assure themselves that the patch is acceptable, I won't object to them committing it. However, I don't *like* us committing more hacks when there are already too many, and your bug-report and

[ANNOUNCE] OpenSSL 0.9.7c and 0.9.6k released

2003-09-30 Thread Mark J Cox
-BEGIN PGP SIGNED MESSAGE- OpenSSL version 0.9.7c and 0.9.6k released == OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ The OpenSSL project team is pleased to announce the release of version 0.9.7c of our open

[openssl.org #702] Bug-report: after installation man pages have broken symlinks

2003-09-30 Thread Leena Heino via RT
OpenSSL version: OpenSSL 0.9.7c 30 Sep 2003 Operating system: Solaris 9 (and any other *nix where OpenSSL library is not compiled and packaged by the vendor) Synopsis: After normal installation OpenSSL man directories contains at least one broken symlink. How to repeat the

[openssl.org #703] man page install bugs

2003-09-30 Thread via RT
version: openssl-0.9.7c platform: linux (and probably others) perl: v5.8.0 There are missing commas (,) in EVP_DigestInit.pod and ui.pod, which leads to invalid links like function1 function2.3 man pages. Furthermore EVP_BytesToKey.pod before the function name, which leads to a link to itself

[OpenSSL Advisory] Vulnerabilities in ASN.1 parsing

2003-09-30 Thread Mark J Cox
-BEGIN PGP SIGNED MESSAGE- OpenSSL Security Advisory [30 September 2003] Vulnerabilities in ASN.1 parsing NISCC (www.niscc.gov.uk) prepared a test suite to check the operation of SSL/TLS software when presented with a wide range of malformed client

[openssl.org #703] man page install bugs

2003-09-30 Thread Richard Levitte via RT
Corrected. Thank you. Ticket resolved. [guest - Tue Sep 30 17:46:05 2003]: version: openssl-0.9.7c platform: linux (and probably others) perl: v5.8.0 There are missing commas (,) in EVP_DigestInit.pod and ui.pod, which leads to invalid links like function1 function2.3 man pages.

[openssl.org #702] Bug-report: after installation man pages have broken symlinks

2003-09-30 Thread Richard Levitte via RT
Corrected. Thank you. Ticket resolved. [EMAIL PROTECTED] - Tue Sep 30 17:36:10 2003]: OpenSSL version: OpenSSL 0.9.7c 30 Sep 2003 Operating system: Solaris 9 (and any other *nix where OpenSSL library is not compiled and packaged by the vendor) Synopsis: After

[BUG?] 0.9.7c Makefile sets weird permissions

2003-09-30 Thread Corinna Vinschen
Hi, I just tried to build 0.9.7c on Cygwin. I got an error message when I created the Cygwin package. The reason was that the package creation script failed to remove the usr/lib/pkgconfig directory after creating the package files. What happened is that the top level Makefile creates a

Re: [BUG?] 0.9.7c Makefile sets weird permissions

2003-09-30 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Tue, 30 Sep 2003 20:29:41 +0200, Corinna Vinschen [EMAIL PROTECTED] said: vinschen Shouldn't line 837 set the permissions of the copied openssl.pc file vinschen instead of the permissions of the directory? vinschen vinschen chmod 644

[openssl.org #704] PATCH some manpages don't install linsk as expected

2003-09-30 Thread (Dirk Meyer) via RT
opessl 0.9.7c RELEASE while installing: [...] EVP_BytesToKey.3 = EVP_BytesToKey.3 [...] EVP_MD_CTX_copy_ex EVP_MD_CTX_copy.3 = EVP_DigestInit.3 [...] Modes of DES.7 = des_modes.7 [...] UI_construct_prompt UI_add_user_data.3 = ui.3 [..] /usr/local/man//man3/EVP_BytesToKey.3: Too many levels of

[openssl.org #705] PATCH FreeBSD osver.h

2003-09-30 Thread (Dirk Meyer) via RT
in __FreeBSD_version == 470101 when cryptodevices where added, this version was not bumped. added: Tue Dec 17 18:15:06 2002 UTC http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/opencrypto/cryptodev.h Version bump 470101: 2002/11/10 15:58:37

[openssl.org #706] PATCH suuport FreeBSD amd64

2003-09-30 Thread (Dirk Meyer) via RT
Here is a patch to support amd64 on FreeBSD kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] --- config.orig Thu Mar 20 12:44:31 2003 +++ config Sun Jul 6 04:39:01 2003 @@ -642,6 +642,7 @@

[openssl.org #707] Documentation bug (man page creation) in openssl-0.9.7c

2003-09-30 Thread Neil W Rickert via RT
I skipped the make report, since this is only a documentation problem. The system is solaris 8. I built openssl using the Sun compiler. Problem 1: The following three man pages (actually links) were created. However, they appear to be bogus (with a space in the names): Modes of DES.7

[openssl.org #708] request: wish the website made the terms of the license more clear

2003-09-30 Thread Jerry Asher via RT
I am part of a project that will be using openssl and I can't find the license anywhere. It would be great if site and faq could make plain: A) The exact license B) How you folks would prefer redistributions take place a) do we need to ship source b) can we just include a url to

[openssl.org #709] OpenSSL-0.9.7c on Solaris

2003-09-30 Thread [EMAIL PROTECTED] via RT
I've tried to create a package for OpenSSL-0.9.7c on Solaris (8 and 9) and have seen a potential problem with the man page creation. It seems that in the man3 section the files EVP_MD_CTX_copy and EVP_MD_CTX_copy_ex are created as one file called EVP_MD_CTX_copy EVP_MD_CTX_copy_ex.3. I