Re: failure building native win32 with mingw

2008-12-03 Thread [EMAIL PROTECTED]
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1725] OpenSSL-0.9.8h: Bug in Certificate Request generation

2008-11-01 Thread [EMAIL PROTECTED] via RT
. -Kyle H On Mon, Sep 8, 2008 at 1:39 PM, Rafael Jorge Csura Szendrodi via RT [EMAIL PROTECTED] wrote: Hi, On Mon, 8 Sep 2008 16:44:43 +0200 (CEST), Steve Pincaud via RT wrote Hi, I have seen the issue will be fixed in the next release, do you have an ETA ? (0.9.8i or 0.9.9 ?) , I would

Re: Fwd: how to run gdb in openssl

2008-10-07 Thread [EMAIL PROTECTED]
openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1736] Enhancement Request: do away with error in chil engine in absence of dynamic locks

2008-09-11 Thread [EMAIL PROTECTED] via RT
://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1724] s_server does not escape HTML

2008-08-01 Thread [EMAIL PROTECTED] via RT
[EMAIL PROTECTED]

Re: [openssl.org #1693] Compiling OpenSSL with mingw-w64

2008-07-20 Thread [EMAIL PROTECTED] via RT
List Manager [EMAIL PROTECTED]

Re: [openssl.org #1693] Compiling OpenSSL with mingw-w64

2008-06-06 Thread [EMAIL PROTECTED] via RT
, Stefan __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1693] Compiling OpenSSL with mingw-w64

2008-06-06 Thread [EMAIL PROTECTED] via RT
Hi, Please, could you propose a patch to the OpenSSL head. In the head -lwsock32 is replaced by -lws2_32. Here's a patch against today's snapshot of head. I think that you has to compile with -DWIN32_LEAN_AND_MEAN in Configure before to do some undefs in openssl headers.

[openssl.org #1693] Compiling OpenSSL with mingw-w64

2008-06-03 Thread [EMAIL PROTECTED] via RT
Hi, I just tried to compile OpenSSL-0.9.8h with mingw-w64 (see http://sourceforge.net/projects/mingw-w64/) and needed a couple of changes to the source code (see attached patch). Some notes: - I added a mingw64 line to Configure and (think I) told it to use .exe extension for

Re: [openssl.org #1684] bug: name collision with Windows SDK

2008-06-02 Thread [EMAIL PROTECTED]
Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1640] 'Configure' should double backslashes in 'buildinf.h'

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

Re: [openssl.org #1272] Problem with config 64 bits AIX 5.2

2008-02-09 Thread [EMAIL PROTECTED] via RT
Please verify that http://cvs.openssl.org/chngview?cn=16812 fixes the problem. Confirming referenced patch fixes issue under newer AIX configuration and for newer version of 'openssl'. Probably everything in-between and AIX 6.1 w/ XLC9 as well. Patch format is not understood by AIX 'patch',

[PATCH] Server name indication extension decode fails if multiple server names present

2008-01-08 Thread [EMAIL PROTECTED]
The code in ssl/t1_lib.c has a line missing which means that the loop which processes the server name extension will fail if more than one server name is present.This causes the connection to fail (not just the extension to be ignored).What happens is that the code updates the remaining bytes

Re: Re: [openssl.org #1521] bug report

2007-11-28 Thread [EMAIL PROTECTED] via RT
Hi Dmitri, I guess you have raised this issue. I am also facing the same issue with the x86_64 Linux. Did your problem got resolved? If yes please let me know the solution for it. Thanks!! With Best Regards Rahul -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com

Re: [openssl.org #1592] ms\do_masm.bat requires MASM v8

2007-10-19 Thread [EMAIL PROTECTED] via RT
\perlasm\x86ms.orig 2007-10-19 12:34:37.208468200 -0400 +++ crypto\perlasm\x86ms.pl 2007-10-19 12:36:59.254664500 -0400 @@ -255,6 +255,11 @@ TITLE $file.asm .386 .modelFLAT +IF [EMAIL PROTECTED] LT 800 +XMMWORD STRUCT 16 +DQ 2 dup (?) +XMMWORD ENDS +ENDIF _TEXT

[openssl.org #1592] ms\do_masm.bat requires MASM v8

2007-10-18 Thread [EMAIL PROTECTED] via RT
[EMAIL PROTECTED]

Re: [openssl.org #1592] ms\do_masm.bat requires MASM v8

2007-10-18 Thread [EMAIL PROTECTED] via RT
, nor does any version of MASM 6. Maybe separate do_masm6.bat and do_masm8.bat files to trigger different behavior in crypto\perlasm\x86ms.pl? Yes, NASM works. -tom- Stephen Henson via RT wrote: [EMAIL PROTECTED] - Thu Oct 18 09:05:32 2007]: Starting with OpenSSL 0.9.8f, Windows builds

Re: [openssl.org #1589] Resolved: OPENSSL_VERSION_NUMBER wrong in 0.9.8f release

2007-10-17 Thread [EMAIL PROTECTED] via RT
. -- Matt __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1591] get_session_cb callback invoked with no previous session in 0.9.8f

2007-10-17 Thread [EMAIL PROTECTED] via RT
@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1591] get_session_cb callback invoked with no previous session in 0.9.8f

2007-10-17 Thread [EMAIL PROTECTED] via RT
))) { if (!ssl_get_new_session(s,1)) goto err; = Regards, -tom- Lutz Jaenicke via RT wrote: [EMAIL PROTECTED] - Wed Oct 17 18:11:27 2007]: Starting with OpenSSL 0.9.8f, ssl3_get_client_hello() no longer tests whether the client

Re: [openssl.org #1591] get_session_cb callback invoked with no previous session in 0.9.8f

2007-10-17 Thread [EMAIL PROTECTED] via RT
http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1589] OPENSSL_VERSION_NUMBER wrong in 0.9.8f release

2007-10-15 Thread [EMAIL PROTECTED] via RT
http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1500] Resolved: 0.9.8 bug report

2007-09-17 Thread [EMAIL PROTECTED] via RT
/98 98 79 Fax: +49(0)7225/28 64 eMail: [EMAIL PROTECTED] http://www.ah-consulting.net http://www.ah-webhosting.com __ OpenSSL Project http://www.openssl.org Development Mailing List

Re: Windows build of FIPS 1.1.1 is not thread-safe

2007-08-10 Thread [EMAIL PROTECTED]
://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1560] rsautl man page bug

2007-07-23 Thread [EMAIL PROTECTED] via RT
[EMAIL PROTECTED]

Re: [openssl.org #1500] Resolved: 0.9.8 bug report

2007-07-10 Thread [EMAIL PROTECTED] via RT
thanks! haven't heard anything about it so far. is there a patch or something? thanks again On Sat, 7 Jul 2007 20:45:28 +0200 (CEST) Andy Polyakov via RT [EMAIL PROTECTED] wrote: According to our records, your request has been resolved. If you have any further questions or concerns, please

Re: [openssl.org #1500] Resolved: 0.9.8 bug report

2007-07-10 Thread [EMAIL PROTECTED] via RT
can't reproduce it and have no time to interrogate you to figure out what's wrong with your environment. sorry, you're on your own. you should be able to figure it out. a. -- ah-consulting.net Götz Fischer Senior Consultant Phone: +49(0)7225/98 98 79 Fax: +49(0)7225/28 64 eMail: [EMAIL PROTECTED

[openssl.org #1434] Bug report - link error when openssl-0.9.7l compiled with no-ssl2 flag

2007-04-09 Thread [EMAIL PROTECTED] via RT
openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1511] A possible bug when compiling openSSL with minGW

2007-03-20 Thread [EMAIL PROTECTED] via RT
Hi, I am having a bit of a trouble compiling the openSSL release 0.9.8e under WinXP SP2. The version of minGW's the gcc compiler I am using is 3.4.5-20060117-1 and the minGW32-make is 3.80.0-1. For some reason the build tools use malformed file names such as .\crypto\/cryptlib.h (pay attention

Is this really an internal error??

2007-03-14 Thread [EMAIL PROTECTED]
. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1498] OpenSSL 0.9.8e Fatal Error on make

2007-03-02 Thread [EMAIL PROTECTED] via RT
This transaction appears to have no content Hi,I am trying to install openssl-0.9.8e on Solaris v10 12/06. I got Fatal error when I build OpenSSL by running make command.I attached the output of ./config and make (config_log.txt and make_log.txt).Could you please advice me what should I

[openssl.org #1494] Re: Openssl Installation Error

2007-02-27 Thread [EMAIL PROTECTED] via RT
Ave. Rm# 313 Detroit, MI 48202 Phone: 313-577-2561 Fax: 313-577-0431 Email: [EMAIL PROTECTED] To Whom It May Concern: I tried to install the Openssl and failed on the make test step. Would you help me with the error message? Thanks, Lisa Tan,Lead Systems Integrator

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread [EMAIL PROTECTED] via RT
openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread [EMAIL PROTECTED] via RT
Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1493] -march=ultrasparc doesn't work on Solaris 9

2007-02-24 Thread [EMAIL PROTECTED] via RT
! __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1463] Testing

2007-01-31 Thread [EMAIL PROTECTED] via RT
On Wed, Jan 31, 2007, via RT wrote: This is a test, please ignore. Testing a reply, please ignore. -- Lutz Jaenicke [EMAIL PROTECTED] OpenSSL Project http://www.openssl.org/~jaenicke/ __ OpenSSL Project

Re: [openssl.org #1463] Testing

2007-01-31 Thread [EMAIL PROTECTED] via RT
On Wed, Jan 31, 2007, via RT wrote: This is a test, please ignore. Reply test, please ignore. -- Lutz Jaenicke [EMAIL PROTECTED] OpenSSL Project http://www.openssl.org/~jaenicke/ __ OpenSSL Project

Re: [openssl.org #1463] Testing

2007-01-31 Thread [EMAIL PROTECTED] via RT
On Wed, Jan 31, 2007, via RT wrote: This is a test, please ignore. Reply test, please ignore. -- Lutz Jaenicke [EMAIL PROTECTED] OpenSSL Project http://www.openssl.org/~jaenicke/ __ OpenSSL Project

Re: [openssl.org #1463] Testing

2007-01-31 Thread [EMAIL PROTECTED] via RT
On Wed, Jan 31, 2007, [EMAIL PROTECTED] via RT wrote: On Wed, Jan 31, 2007, via RT wrote: This is a test, please ignore. Reply test, please ignore. One more test. -- Lutz Jaenicke [EMAIL PROTECTED] OpenSSL Project http://www.openssl.org/~jaenicke

Re: [openssl.org #1463] Testing

2007-01-31 Thread [EMAIL PROTECTED] via RT
On Wed, Jan 31, 2007, [EMAIL PROTECTED] via RT wrote: On Wed, Jan 31, 2007, via RT wrote: This is a test, please ignore. Reply test, please ignore. One more test. -- Lutz Jaenicke [EMAIL PROTECTED] OpenSSL Project http://www.openssl.org/~jaenicke

Re: [openssl.org #1454] RSA key exponents different from 3 and F4

2007-01-09 Thread [EMAIL PROTECTED] via RT
[EMAIL PROTECTED]

Re: [openssl.org #980] -starttls smtp not standard compliant and leads to misleading unknown protocol error

2006-12-17 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 #1431] bug in setting ECDH and ECDSA methods

2006-11-24 Thread [EMAIL PROTECTED] via RT
; } __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1043] Updated 0.9.7g NetWare Patch for the Contribution page

2006-11-17 Thread [EMAIL PROTECTED] via RT
RunningProcess defined in any part of the code. I used Codewarrior to build SSL. I'm almost blocked with this issue. Your respone will be greatly aprecited... Thanks in advance, Regards,any Hem -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com

[openssl.org #1414] OpenSSL for X86_64

2006-10-18 Thread [EMAIL PROTECTED] via RT
openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1413] v0.9.7l: some comments

2006-10-16 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED]

[openssl.org #1401] Proxy module

2006-10-05 Thread [EMAIL PROTECTED] via RT
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton Sent: Friday, September 29, 2006 1:40 PM To: openssl-dev@openssl.org Subject: Re: Proxy module First off, you need to get rid of the all rights reserved copyright clause. Changing it so that it states you grant usage

RE: [openssl.org #1401] AutoReply: Proxy module

2006-10-05 Thread [EMAIL PROTECTED] via RT
Attached are the two additional requirements, as specified by Jeffrey Altman. Thanks, --Ivan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of OpenSSL-Bugs Sent: Thursday, October 05, 2006 3:22 AM To: [EMAIL PROTECTED] Subject: [openssl.org

[openssl.org #1398] 0.9.7k: documentation typo

2006-09-28 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 #1390] Patch for test/Makefile 0.9.8

2006-09-14 Thread [EMAIL PROTECTED] via RT
Kaufman Internet: [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL

[openssl.org #1381] [PATCH] set rpath on shared library for openssl command proper loading

2006-08-31 Thread [EMAIL PROTECTED] via RT
Platform: NetBSD 1.6.1 x86 (full ./testlog attached below) OpenSSL: 0.9.8b openssl command fails to load, when built with libssl and libprypto as both shared, and the OS tries a good job on finding shared library dependencies on runtime. [EMAIL PROTECTED] /usr/ssl/bin/openssl Shared object

Re: [openssl.org #1187] Openssl - unable to load from /usr/local/ssl/openssl.cnf on win nt

2006-07-30 Thread [EMAIL PROTECTED] via RT
-- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/message/openssl-dev@openssl.org/1945280.html __ OpenSSL Project http://www.openssl.org

[openssl.org #1356] a make test problme of openssl

2006-06-30 Thread [EMAIL PROTECTED] via RT
-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1281] 'make report' output

2006-06-02 Thread [EMAIL PROTECTED] via RT
[EMAIL PROTECTED] via RT schrieb: Hello Steffen, I have the same problem. Is there a solution? Thank you in advance, Wolf-Dietrich Filss Hallo, ja es gibt eine Loesung. Schau mal zwei Betraege weiter oben, da steht: The fix is trivial; in the solaris-x86-cc line of Configure, you must

[openssl.org #1337] Bug: Crash in openssl0.9.8b in obj_name_cmp

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

Re: howto make included asn1_sequence?

2006-05-18 Thread [EMAIL PROTECTED]
On Wednesday 17 May 2006 17:09, Dr. Stephen Henson wrote: On Wed, May 17, 2006, [EMAIL PROTECTED] wrote: Hi all! I need to make such stuct: SEQUENCE{ SEQUENCE{ OCTET STRING } OCTET STRING } Is it posible to make it with macros like ASN1_SEQUENCE

howto make included asn1_sequence?

2006-05-17 Thread [EMAIL PROTECTED]
? __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1329] Insecure shared libraries in openssl-0.9.8b

2006-05-12 Thread [EMAIL PROTECTED] via RT
[EMAIL PROTECTED]

Re: HP-UX Poblem

2006-04-20 Thread [EMAIL PROTECTED]
__ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[no subject]

2006-04-19 Thread [EMAIL PROTECTED]
-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1298] OpenSSL bug in libcrypto.so:RAND_poll() crashes apache2 @ startup

2006-03-22 Thread [EMAIL PROTECTED] via RT
). +* When fd is = FD_SETSIZE the behavior is undefined (likely a buffer +* overflow...), I observed segfaults deadlocks. +* 3/21/2006 - Vito Caputo - [EMAIL PROTECTED] */ - do

[openssl.org #1292] SSL_add_dir_cert_subjects_to_stack does not check for read access of file, breaking TLS enabled LDAP clients

2006-03-14 Thread [EMAIL PROTECTED] via RT
http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1281] Solaris9: 'make test' failure in evp_test

2006-02-27 Thread [EMAIL PROTECTED] via RT
code to ensure that data dependencies in the loops can be unrolled and optimized. excellent! now it works fine thanks a lot ! best regards, Steffen -- Steffen Unger [EMAIL PROTECTED] __ OpenSSL Project

[openssl.org #1281] Solaris9: 'make test' failure in evp_test

2006-02-24 Thread [EMAIL PROTECTED] via RT
that helps. best regards, Steffen Unger -- Steffen Unger [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

[openssl.org #1281] Solaris9: 'make test' failure in evp_test

2006-02-10 Thread [EMAIL PROTECTED] via RT
attached you can find the 'make report' output from one of my Solaris9 maschines. I used the SunStudio11 compiler on Solaris9 (SUN Fire V890) Is there any fix available for this problem ? thanks in advance ! regards, Steffen -- Steffen Unger [EMAIL PROTECTED

[openssl.org #1274] Possible bug in sha512

2006-01-21 Thread [EMAIL PROTECTED] via RT
Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

RE: [openssl.org #1204]: bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2006-01-20 Thread [EMAIL PROTECTED] via RT
Hi, ... see below Christiane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurt Roeckx via RT Sent: Thursday, January 19, 2006 10:06 PM To: Kämpfe, Christiane Cc: openssl-dev@openssl.org Subject: [openssl.org #1204]: bad record mac because of wrong

RE: [openssl.org #1204] bug report - 0.9.8 and bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2006-01-09 Thread [EMAIL PROTECTED] via RT
handle this certificate without getting an bad record mac error ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of via RT Sent: Saturday, January 07, 2006 3:22 AM To: Kämpfe, Christiane Cc: openssl-dev@openssl.org Subject: [openssl.org #1204] bug report - 0.9.8

RE: [openssl.org #1204]: bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2006-01-09 Thread [EMAIL PROTECTED] via RT
used by my program. This works fine. And with flexible ZLIB usage around Openssl and zlib level 1 and HTTP-chunking I've got best performance --- better than zlib level 6 (default) inside Openssl. - Christiane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[openssl.org #1256] bug in crypto/pqueue/pqueue.c

2005-12-20 Thread [EMAIL PROTECTED] via RT
Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1255] about S/MIME sign code.

2005-12-19 Thread [EMAIL PROTECTED] via RT
. thanks. H.Furukawa __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

RE: [openssl.org #1204] bug report - 0.9.8 and bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2005-12-02 Thread [EMAIL PROTECTED] via RT
--- see below -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of via RT Sent: Friday, December 02, 2005 2:17 PM To: Kämpfe, Christiane Cc: openssl-dev @openssl.org Subject: [openssl.org #1204] bug report - 0.9.8 and bad record mac because of wrong

RE: [openssl.org #1204] bug report - 0.9.8 and bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2005-12-02 Thread [EMAIL PROTECTED] via RT
Greetings back ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Belyavsky via RT Sent: Friday, December 02, 2005 2:45 PM To: Kämpfe, Christiane Cc: openssl-dev@openssl.org Subject: RE: [openssl.org #1204] bug report - 0.9.8 and bad record

[openssl.org #1247] Broken DJGPP build

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

[openssl.org #1241] apps/s_client.c: 2 changes in initial handshake

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

Re: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-11-08 Thread [EMAIL PROTECTED] via RT
[EMAIL PROTECTED]

[openssl.org #1240] make test failure [0.9.8a]

2005-11-08 Thread [EMAIL PROTECTED] via RT
http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1052]

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

move to SVN?

2005-10-31 Thread [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]

re: [openssl.org #1218] Status

2005-10-28 Thread [EMAIL PROTECTED] via RT
http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

[openssl.org #1218] bug reports, OS(Mac OSX 10.4.2), OpenSSL ver(0.9.8a)

2005-10-14 Thread [EMAIL PROTECTED] via RT
openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-10-04 Thread [EMAIL PROTECTED] via RT
http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]

RE: [openssl.org #1206] FTP USER Authentication

2005-09-26 Thread [EMAIL PROTECTED] via RT
not sure why for this sequence alone, the encrypted values are corrupted before decryption. Hope you can help me at this point of time. Regards, Swathika -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nils Larsch via RT Sent: Friday, September 23, 2005 2

RE: [openssl.org #1206] FTP USER Authentication

2005-09-22 Thread [EMAIL PROTECTED] via RT
and their password, this is a junk user couldn't login -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nils Larsch via RT Sent: Friday, September 23, 2005 5:15 AM To: Swathika Subramaniam (WT01 - Embedded Systems) Cc: openssl-dev@openssl.org Subject: Re

[openssl.org #1206] FTP USER Authentication

2005-09-21 Thread [EMAIL PROTECTED] via RT
, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments. __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1204] bug report - 0.9.8 + zlib 1.2.3 and bad record mac because of wrong SSL_OP_TLS_BLOCK_PADDING_BUG handling

2005-09-19 Thread [EMAIL PROTECTED] via RT
: length is 48; decremented with (2+1-1/* PADDING_BUG '\0...' FLAGS..PADDING_BUG */) = 46 !!! I hope this helps - to find out whats going wrong. Christiane Kämpfe mailto:[EMAIL PROTECTED] EP SW SM 4 Telephone

[openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-08-23 Thread [EMAIL PROTECTED] via RT
) are under development and expected to be sent to the OpenSSL project when they are finished. Contact persons related to the patch are: Mika Kousa ([EMAIL PROTECTED] / [EMAIL PROTECTED]) Pasi Eronen ([EMAIL PROTECTED]) (one of the authors of the draft) [1] http://www.ietf.org/internet-drafts

[openssl.org #1186] make test problem with openssl 0.9.7g on solaris 10

2005-08-15 Thread [EMAIL PROTECTED] via RT
PROTECTED][EMAIL PROTECTED]/a Tel : +44 1273 600900 Ext. 2644 or +44 1273 642644 (direct) Fax : +44 1273 642666 Http : a class=moz-txt-link-rfc2396E href=http://www.brighton.ac.uk/;lt;http://www.brighton.ac.uk/gt;/a a class=moz-txt-link-rfc2396E href=http://www.darksliders.com/;lt

[openssl.org #1184] Open SSL error during make

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

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

2005-07-25 Thread [EMAIL PROTECTED] via RT
Original Message Subject: Re: [openssl.org #1171] Unable to pass make test 2 Date: Mon, 25 Jul 2005 00:39:36 +0200 (METDST) From: Andy Polyakov via RT [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: openssl-dev@openssl.org test BN_sqr make[2

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

2005-07-25 Thread [EMAIL PROTECTED] via RT
tlf: (+420) 606 439 651 e-mail: [EMAIL PROTECTED] e-mail: [EMAIL PROTECTED] Nebojte se ¹ifrování - ¹ifra je jako obálka na dopise. Osobní a dùvìrné vìci také nepí¹ete na pohlednici. GPG public key (ID 0xD98EC83A) fingerprint: 3BEB 4658 A998 B9B3 3476 AD64 EF87 D0A5 D98E C83A

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

2005-07-25 Thread [EMAIL PROTECTED] via RT
instaled from RPM(s)), I can say that from version was binutils-2.11.93.0.2-11. Marcel Svitalský -- ** tlf: (+420) 245 005 546 ... po-pá 8:00-16:30 tlf: (+420) 606 439 651 e-mail: [EMAIL PROTECTED] e-mail: [EMAIL

[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 #1171] Unable to pass make test 2

2005-07-21 Thread [EMAIL PROTECTED] via RT
. Marcel Svitalský -- ** tlf: (+420) 245 005 546 ... po-pá 8:00-16:30 tlf: (+420) 606 439 651 e-mail: [EMAIL PROTECTED] e-mail: [EMAIL PROTECTED] Nebojte se ¹ifrování - ¹ifra je jako obálka na dopise. Osobní a dùvìrné

[openssl.org #1160] openssl 0.9.8 build problem on Linux/dietlibc

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

[openssl.org #1153] Mingw patch for OpenSSL 0.9.8

2005-07-10 Thread [EMAIL PROTECTED] via RT
addresses. Doug -- Doug Kaufman Internet: [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

[openssl.org #1150] 0.9.8 bug report

2005-07-06 Thread [EMAIL PROTECTED] via RT
file removed because of error. gmake[2]: *** [link_app.irix] Error 2/ thanks in advance -- AH Computer-Systeme Götz Fischer Senior Consultant Phone: +49(0)7225/98 98 79 Fax: +49(0)7225/28 64 eMail: [EMAIL PROTECTED] http://www.ah-online.com http://www.ah-webhosting.com

Re: [openssl.org #1109] Ticket Resolved

2005-07-05 Thread [EMAIL PROTECTED] via RT
Would You please apply the second DIFF file in sead of the first one ? - Original Message - From: Stephen Henson via RT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 2:14 AM Subject: [openssl.org #1109] Ticket Resolved According to our records, your request

Re: [openssl.org #1109] Ticket Resolved

2005-07-05 Thread [EMAIL PROTECTED] via RT
I mean this one: - Original Message - From: Stephen Henson via RT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 2:14 AM Subject: [openssl.org #1109] Ticket Resolved According to our records, your request has been resolved. If you have any further questions

Re: [openssl.org #1109] Please urgently impelment -utf8 parameter in openssl ca command

2005-07-05 Thread [EMAIL PROTECTED] via RT
file in order not to use config options? If yes - where to send it ? - Original Message - From: Stephen Henson via RT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: openssl-dev@openssl.org Sent: Wednesday, July 06, 2005 2:17 AM Subject: [openssl.org #1109] Please urgently impelment -utf8

  1   2   3   4   >