RE: Windows CE Patch for OpenSSL 0.9.6g

2002-11-06 Thread Steven Reddie
Sure, I've spent far, far too many hours on this so I'm not going to throw
it away.  I've just finished tying up the last loose ends with redirecting
stdin/stdout/stderr between the desktop and Windows CE device which is
needed for the automated tests.  I should be able to send something in the
next day or so.

Regards,

Steven

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-openssl-dev;openssl.org]On Behalf Of Richard Levitte - VMS
Whacker
Sent: Wednesday, 6 November 2002 2:06 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Windows CE Patch for OpenSSL 0.9.6g


In message [EMAIL PROTECTED] on Wed, 6 Nov
2002 01:45:57 +1100, Steven Reddie [EMAIL PROTECTED] said:

smr I'm a few days away from submitting my patch.  It looks like
smr we've done quite similar work which I guess isn't surprising
smr since we've both had to plug the holes in the Windows CE CRT
smr implementation.  My approach differs in that I've seperated out
smr this compatibility layer into a seperate library since it will be
smr generally useful to other Windows CE development projects.
[...]

I'd appreciate it if my response to Martin didn't discourage you from
contributing your patch.

--
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: Windows CE Patch for OpenSSL 0.9.6g

2002-11-06 Thread Chris Brook
Great.  We'll give a thorough checkout before including it in our product.
Chris

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-openssl-dev;openssl.org]On Behalf Of Steven Reddie
Sent: Wednesday, November 06, 2002 7:43 AM
To: [EMAIL PROTECTED]
Subject: RE: Windows CE Patch for OpenSSL 0.9.6g


Sure, I've spent far, far too many hours on this so I'm not going to throw
it away.  I've just finished tying up the last loose ends with redirecting
stdin/stdout/stderr between the desktop and Windows CE device which is
needed for the automated tests.  I should be able to send something in the
next day or so.

Regards,

Steven

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-openssl-dev;openssl.org]On Behalf Of Richard Levitte - VMS
Whacker
Sent: Wednesday, 6 November 2002 2:06 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Windows CE Patch for OpenSSL 0.9.6g


In message [EMAIL PROTECTED] on Wed, 6 Nov
2002 01:45:57 +1100, Steven Reddie [EMAIL PROTECTED] said:

smr I'm a few days away from submitting my patch.  It looks like
smr we've done quite similar work which I guess isn't surprising
smr since we've both had to plug the holes in the Windows CE CRT
smr implementation.  My approach differs in that I've seperated out
smr this compatibility layer into a seperate library since it will be
smr generally useful to other Windows CE development projects.
[...]

I'd appreciate it if my response to Martin didn't discourage you from
contributing your patch.

--
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



RE: Windows CE Patch for OpenSSL 0.9.6g

2002-11-05 Thread Steven Reddie
Hi Martin,

I'm a few days away from submitting my patch.  It looks like we've done
quite similar work which I guess isn't surprising since we've both had to
plug the holes in the Windows CE CRT implementation.  My approach differs in
that I've seperated out this compatibility layer into a seperate library
since it will be generally useful to other Windows CE development projects.
I've also used the makefiles instead of VC project files.  The compatibility
layer that I've done goes futher, being general purpose, and allow piping
between processes.  I've used this to enable automated tests similar to the
current Win32 openssl tests.  It even allows you to invoke the openssl
command-line utility on the device from the desktop and use it as you would
the a native Win32 version.

Regards,

Steven

-Original Message-
From: [EMAIL PROTECTED]
[mailto:owner-openssl-dev;openssl.org]On Behalf Of Martin Erdrich
Sent: Wednesday, 6 November 2002 12:52 AM
To: [EMAIL PROTECTED]
Subject: Windows CE Patch for OpenSSL 0.9.6g


Here's a patch that allows OpenSSL to be compiled for Windows CE:

- apply the patch to Version 0.9.6g.

- runperl Configure VC-WIN32 , ms\do_ms.bat , nmake /f ms\do_nt.mak as
usual

- the subdirectory wce contains several embedded Visual C++ project files to
build
dll's and static libraries. The static libraries a trimmed to minimum size
with
several new NO_XYZ #defines







Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr!
Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Windows CE Patch for OpenSSL 0.9.6g

2002-11-05 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Tue, 5 Nov 2002 
14:51:56 +0100, Martin Erdrich [EMAIL PROTECTED] said:

martin_erdrich Here's a patch that allows OpenSSL to be compiled for
martin_erdrich Windows CE: 
[...]
martin_erdrich - the subdirectory wce contains several embedded
martin_erdrich   Visual C++ project files to build dll's and static
martin_erdrich   libraries. The static libraries a trimmed to minimum
martin_erdrich   size  with several new NO_XYZ #defines

I noticed those defines.  Most of them make sense, but NO_CRL?

I'll take a look at it when I have some time.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: Windows CE Patch for OpenSSL 0.9.6g

2002-11-05 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 6 Nov 2002 
01:45:57 +1100, Steven Reddie [EMAIL PROTECTED] said:

smr I'm a few days away from submitting my patch.  It looks like
smr we've done quite similar work which I guess isn't surprising
smr since we've both had to plug the holes in the Windows CE CRT
smr implementation.  My approach differs in that I've seperated out
smr this compatibility layer into a seperate library since it will be
smr generally useful to other Windows CE development projects.
[...]

I'd appreciate it if my response to Martin didn't discourage you from
contributing your patch.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]