[openssl.org #1180] NetWare patch to add gcc support to 0.9.8

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

[openssl.org #1107] NetWare patch for 0.9.8-beta4

2005-06-12 Thread Verdon Walker via RT
diff -cr openssl-0.9.8-beta4.clean/apps/s_socket.c openssl-0.9.8-beta4/apps/s_socket.c *** openssl-0.9.8-beta4.clean/apps/s_socket.c Tue Apr 26 17:43:52 2005 --- openssl-0.9.8-beta4/apps/s_socket.c Thu Jun 09 20:02:39 2005 *** *** 87,94 #ifndef OPENSSL_NO_SOCK static

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

2005-06-07 Thread Verdon Walker via RT
This is marked fixed, but checking the website again today shows it still has the old patch from 0.9.7d. Is there something else that needs to happen? Thanks. Verdon >>> [EMAIL PROTECTED] 6/5/2005 5:48:03 PM >>> Added the 0.9.7g diff. Thanks! Ticket resolved. -- Richard Levitte [EMAIL PR

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

2005-06-07 Thread Verdon Walker
This is marked fixed, but checking the website again today shows it still has the old patch from 0.9.7d. Is there something else that needs to happen? Thanks.   Verdon>>> [EMAIL PROTECTED] 6/5/2005 5:48:03 PM >>> Added the 0.9.7g diff.  Thanks!Ticket resolved.-- Richard Levitte[EMAIL PROTECTED]__

[openssl.org #1098] NetWare patch for 0.9.8-beta3

2005-06-04 Thread Verdon Walker via RT
diff -cr openssl-0.9.8-beta3/Configure openssl-0.9.8-beta3.nw/Configure *** openssl-0.9.8-beta3/Configure Wed May 18 02:17:26 2005 --- openssl-0.9.8-beta3.nw/Configure Thu Jun 2 11:05:34 2005 *** *** 484,493 # NetWare from David Ward ([EMAIL PROTECTED]) - requires MetroWerks

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

2005-06-03 Thread Verdon Walker
In updating the NetWare patch for 0.9.8, I also noticed that my latest 0.9.7g NetWare patch has not been added to the "Contributions" page. Is it possible to have that happen as well?   Thanks for everything.   Verdon

Root level Makefile and Makefile.bak in tarball for 0.9.7e

2004-10-30 Thread Verdon Walker
It looks like a couple of extra files hitched a ride in the latest 0.9.7e tarball. Unless I am mistaken, the root level directory has a "Makefile" and "Makefile.bak" that shouldn't be there since "Makefile" is created automatically from "Makefile.org".

Re: [openssl.org #781] [PATCH] NetWare Support for OpenSSL 0.9.7

2004-06-29 Thread Verdon Walker
I did not realize that ERR_remove_state() worked that way. In looking at the code, it appears that it does indeed delete the table making ERR_free_state_table() unnecessary in properly coded applications.   Thanks.   Verdon>>> "Richard Levitte via RT" <[EMAIL PROTECTED]> 6/28/2004 5:47:58 AM >>>

[openssl.org #903] [PATCH] Defect fix for NetWare Support in OpenSSL 0.9.8

2004-06-27 Thread Verdon Walker via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[openssl.org #902] Updated NetWare Patch for the Contribution page

2004-06-27 Thread Verdon Walker via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: [openssl.org #781] [PATCH] NetWare Support for OpenSSL 0.9.7

2004-06-25 Thread Verdon Walker via RT
__ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Re: SSE2 code in OpenSSL

2004-05-21 Thread Verdon Walker
FXSAVE and FXRSTOR instructions during context switches) then the OSFXSR bit won't be set.  When the OSFXSR bit is not set, the SSE2 instructions aren't available; if you try to execute one, you will get an invalid opcode exception - even if you are running on the latest CPUs that support S

Re: SHA-256/-384/-512, Netware...

2004-05-10 Thread Verdon Walker
he installation software install the appropriate version; or 2) have the code be dynamic and detect the CPU type when it runs and adjust itself as necessary. [/Embedded Response] I hope that answers the questions. Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider

Re: Regarding crypto/md32_common.h

2004-03-19 Thread Verdon Walker
I had already made the change you suggest even before reading your email. It works great with the latest Metrowerks compiler. Unfortunately, further testing with older versions of the compiler (the only one available when the code was first ported to NetWare) produced undefined symbols for "__rol".

Re: Regarding crypto/md32_common.h

2004-03-16 Thread Verdon Walker
Here's the assembly output for the two funtions. BTW, _MSC_VER was not defined so I changed it to __NETWARE__ which was defined (to my surprise): foo: : 55 push ebp 0001: 89E5 mov ebp,esp 0003: 6A02 push 0x2 0005: F

Re: Regarding crypto/md32_common.h

2004-03-15 Thread Verdon Walker
has been set up for use with OpenSSL in general. I hope this answers the question. Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solutions http://www.novell.com >>> Andy Polyakov <[EMAIL PROTECTED]> 3/12/2004 4:49:47 PM >&

Re: [openssl.org #781] [PATCH] NetWare Support for OpenSSL 0.9.7

2003-12-15 Thread Verdon Walker via RT
upport these changes in future versions of OpenSSL including building and testing them in each release (and pre-release) of OpenSSL. Thank you so VERY much for your consideration of this work! Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solution

[openssl.org #784] Library cleanup functionality

2003-12-03 Thread Verdon Walker via RT
called inappropriately. What are people's thoughts on the matter? Should OpenSSL formalize a mechanism for cleaning up global library resources? Or is it sufficient to let the OS do that work? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solu

Library cleanup functionality

2003-12-02 Thread Verdon Walker
called inappropriately. What are people's thoughts on the matter? Should OpenSSL formalize a mechanism for cleaning up global library resources? Or is it sufficient to let the OS do that work? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solu

Re: [openssl.org #781] [PATCH] NetWare Support for OpenSSL 0.9.7

2003-12-02 Thread Verdon Walker via RT
VERY much for your consideration of this work! Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solutions http://www.novell.com >>> [EMAIL PROTECTED] 11/28/2003 5:39:44 AM >>> [EMAIL PROTECTED] - Thu Nov 27 09:23:09 2003]: &g

[openssl.org #780] [PATCH] NetWare Support for OpenSSL 0.9.8

2003-11-27 Thread Verdon Walker via RT
The test suite runs correctly on both platforms with the patch applied. Thank you for your consideration of this work. Note: This is a repeat of a request made in June. The patch file has been updated, however, to address a couple of minor issues. Verdon Walker (801) 861-2633 [EMAIL PROTEC

[openssl.org #781] [PATCH] NetWare Support for OpenSSL 0.9.7

2003-11-27 Thread Verdon Walker via RT
uot;Contributions" page in the same manner as the 0.9.6 NetWare patch. Thank you for your consideration of this work. Note: This is a repeat of a request made in June. The patch file has been updated, however, to address a couple of minor issues discovered when migrating to OpenSSL 0.9.

A few minor issues building 0.9.8 for Windows

2003-11-26 Thread Verdon Walker
x475' SSLEAY32.def : error LNK2001: unresolved external symbol SSL_COMP_get_compression_method out32dll.dbg\ssleay32.lib : fatal error LNK1120: 1 unresolved externals LINK : fatal error LNK1141: failure during build of exports file NMAKE : fatal error U1077: 'link' : return code '0x47

Re: Defect? regarding Session ID's

2003-09-26 Thread Verdon Walker
Thanks for the information. Verdon Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solutions http://www.novell.com >>> [EMAIL PROTECTED] 09/26/03 7:08 PM >>> On Fri, Sep 26, 2003, Verdon Walker wrote: > I noticed a s

Defect? regarding Session ID's

2003-09-26 Thread Verdon Walker
n id's are not always checked when resuming sessions. For a server implementation, they are only checked if mutual authentication is turned on. The code should really either check the session id anytime it is being reused or ignore it always if it is not set. I'm not sure which is better,

A couple more FIPS questions

2003-09-09 Thread Verdon Walker
like "./config -DFIPS" to get it to build the FIPS cryptography module? 2) It doesn't appear that optimized assembly code is part of the FIPS module. Is that correct? 3) Once I have the FIPS crypto built, how do I use OpenSSL so that all SSL crypto work is done using that FIPS c

Re: FIPS mode

2003-09-04 Thread Verdon Walker
really settled. Then suddenly a note that the code has been moved to its own branch and now this message saying it's almost too late to have any input. What happened to the discussion about the ongoing work? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provid

Re: [PATCH] NetWare Support for OpenSSL 0.9.8

2003-08-14 Thread Verdon Walker
I hate to be a pest, but has anything changed on this? Verdon >>> [EMAIL PROTECTED] 7/7/2003 11:07:00 PM >>> In message <[EMAIL PROTECTED]> on Mon, 07 Jul 2003 13:10:39 -0600, "Verdon Walker" <[EMAIL PROTECTED]> said: VWalker> Has anyone had a chance

Re: [PATCH] NetWare Support for OpenSSL 0.9.8

2003-07-07 Thread Verdon Walker
Has anyone had a chance to look at this patch yet? Is it on anyone's "to do" list if not? Thanks for any feedback. Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solutions http://www.novell.com >>> [EMAIL PROTECTE

Compiling/Linking OpenSSL 0.9.8 for Windows

2003-06-25 Thread Verdon Walker
turn code '0x475' As near as I can tell even though these functions exist in the public header files, none of them are defined in the actual code. The easiest way to work around this problem is to remove the references to the functions in util\libeay.num. This results in a number of war

Re: [PATCH] NetWare Support for OpenSSL 0.9.7

2003-06-19 Thread Verdon Walker
during build of exports file NMAKE : fatal error U1077: 'link' : return code '0x475' so I finally quit. (I did have Windows static libraries at this point which pass the test suite.) The Windows build obviously isn't quite ready for prime time. :-) BTW, I also see the warning: Warn

Submitting a Patch

2003-06-10 Thread Verdon Walker
pile because it does not find the include file "openssl/store.h" which is referenced by "engine.h" Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solutions http://www.novell.com ___

Re: Updated Patch for NetWare Support in OpenSSL 0.9.6i

2003-03-21 Thread Verdon Walker
No action was ever taken on this request. Is there something more I need to do? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of information solutions http://www.novell.com >>> [EMAIL PROTECTED] 3/14/2003 5:23:20 PM >>> This patch adds

Re: Thread Question

2003-03-20 Thread Verdon Walker
>>> [EMAIL PROTECTED] 3/19/2003 5:54:04 PM >>> On Wed, 19 Mar 2003 16:53:32 -0700, Verdon Walker wrote: >First, thank you for your responses. I appreciate the feedback, but >I don't think I understand the points you are making in your last >email. >Perha

Re: Thread Question

2003-03-19 Thread Verdon Walker
First, thank you for your responses. I appreciate the feedback, but I don't think I understand the points you are making in your last email. Perhaps, I did not explain myself well enough, but the idea of allowing long operations to be cancelled is hardly rare. Suppose for example, you want to searc

Re: Thread Question

2003-03-19 Thread Verdon Walker
ing the "cancel". Verdon >>> [EMAIL PROTECTED] 3/18/2003 7:10:23 PM >>> On Mon, 17 Mar 2003 11:26:46 -0700, Verdon Walker wrote: >I know from looking in the archives that this question has been >asked >before, but I am wondering if anything has been done in th

Thread Question

2003-03-17 Thread Verdon Walker
they are using the same SSL structure. In particular, the "rwstate" flag can get trashed and confuse one thread or the other about what is happening. I know that OpenSSL does not support this in the 0.9.6 branch, but was anything done to address it in 0.9.7 or is anything planned in 0.9.

Bug in SSL_get_ciphers()

2003-01-15 Thread Verdon Walker
ntroducing another check of "(s != NULL)" in the "else if" statement. The code for SSL_get_ciphers() should do the same. Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of Net business solutions http://www.novell.com _

Re: [openssl.org #415] [PATCH] NetWare support for OpenSSL 0.9.6h

2002-12-24 Thread Verdon Walker via RT
This does not seem to have shown up in the contributions area. Are we still waiting for an update or did something go wrong? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of Net business solutions http://www.novell.com >>> "Richard Levitte v

[openssl.org #415] [PATCH] NetWare support for OpenSSL 0.9.6h

2002-12-20 Thread Verdon Walker via RT
task we will not be offended. :-) Note: Since this submission is from the USA, we have CC'd the appropriate US government office as outlined in the Readme. Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of Net business solutions http://www.novel

Re: [PATCH] NetWare support for OpenSSL 0.9.6h

2002-12-20 Thread Verdon Walker
Would it be possible to have this patch added to the OpenSSL Contributions area until we are able to get it merged into the 9.7 development branch? Thanks. Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of Net business solutions http://www.novell.com

Status of 0.9.6h?

2002-12-02 Thread Verdon Walker
What is the status of the 0.9.6h defect release? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of Net business solutions http://www.novell.com __ OpenSSL Project

uni2asc & asc2uni naming conflict

2002-07-10 Thread Verdon Walker
avoid this naming conflict, but also to make these two function names more consistent with the other functions defined in pkcs12.h? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading provider of Net business solutions http://www.novell.com

Re: PATCH: Elimination of unused 10k stack variable

2002-05-09 Thread Verdon Walker
s for your feedback and for correcting my misunderstanding. Verdon >>> [EMAIL PROTECTED] 05/09/02 12:15PM >>> In message <[EMAIL PROTECTED]> on Wed, 08 May 2002 17:31:41 -0600, "Verdon Walker" <[EMAIL PROTECTED]> said: VWalker> This patch fixes the routine BI

Question about b_print.c

2002-05-07 Thread Verdon Walker
he very least the static buffer can be very minimal in size. Can this change be made? Do I need to submit a patch to do it? Or am I missing something? Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading pr

64 bit support

2002-04-24 Thread Verdon Walker
What is the status of support in OpenSSL for 64 bit architectures? We are compiling our code for an Itanium box and are wondering how much change may be required to get OpenSSL running as well. Thanks for your feedback. Verdon Walker (801) 861-2633 [EMAIL PROTECTED] Novell, Inc., the leading

Error Stack Question

2002-01-28 Thread Verdon Walker
oks like a hack to me. Is there a specific reason it is needed?   Thanks for any help.     Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com

Postal Address for OpenSSL Group

2002-01-28 Thread Verdon Walker
Is there an official postal address for the OpenSSL group? We are filing some paperwork related to our use of OpenSSL and it requires an address. What would a person list?     Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com

Re: Out of the office

2002-01-02 Thread Verdon Walker
Can Tina please be dropped from the developer list until January 8th to eliminate this reoccuring email? Some with group rights, please help!   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com>>> [EMAIL PROTECTED]

Re: OpenSSL for Netware

2001-12-05 Thread Verdon Walker
onse. The big question is: if we submit a patch to OpenSSL to add NetWare support, will it be accepted? Is anyone else interested in this work?   Thanks for your interest.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com >&

Re: OpenSSL for Novell NetWare

2001-09-04 Thread Verdon Walker
to release that work for general consumption.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com>>> [EMAIL PROTECTED] 09/02/01 01:40PM >>>Hi,I want to compile openssl for Novell NetWare. Was this done before?

Re: Delivering a Single Library

2001-07-10 Thread Verdon Walker
Did you modify the configuration scripts to set up the single library or did you just edit the makefiles directly? That is the issue I am looking into now. (If you have anything you want to share, we'd love to see it.)   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the le

Delivering a Single Library

2001-07-09 Thread Verdon Walker
.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com

[PATCH] Digest Processing Always using EVP layer & HMACProcessing

2001-05-04 Thread Verdon Walker
ble to all platforms.   Any questions, comments or concerns, please contact me. Thanks.     Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com hmacdigest.patch.20010503

[PATCH] Digest Processing Always using EVP layer & HMACProcessing

2001-05-04 Thread Verdon Walker
r concerns, please contact me. Thanks.     Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com

Re: [PATCH] HMAC Processing

2001-04-30 Thread Verdon Walker
o that you can specify the difference between being really done and just ready for a value but still planning to do some more processing.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com   >>> [EMAIL PROTECTED] 04/2

Re: Engine vs. Crypto Lib Question

2001-04-27 Thread Verdon Walker
making (EVP implementation of digests, ciphers, etc.) in that context and hope that it can be of benefit to all of us.   Cheers.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com >>> [EMAIL PROTECTED] 04/26/01 05:30PM >

Re: [PATCH] Digest Processing Always using EVP layer +Addendumto [PATCH]

2001-04-26 Thread Verdon Walker
r has someone already done this work?   Thanks again.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com >>> [EMAIL PROTECTED] 04/26/01 04:48PM >>>> Verdon Walker wrote:> > > I appreciate your feedback.

Engine vs. Crypto Lib Question

2001-04-26 Thread Verdon Walker
want at this time.   Am I incorrect in any of my assumptions or conclusions? Are there other considerations I have missed that would make the Engine more palatable for what we are doing?   You time and consideration of these questions is greatly appreciated.   Verdon Walker(801) 861-2633[EMAIL

Re: [PATCH] Digest Processing Always using EVP layer +Addendum to [PATCH]

2001-04-26 Thread Verdon Walker
ria should I use when determining what patches to submit? We are making a number of changes to OpenSSL in order to replace the standard crypto lib, but I only want to submit changes that are generally useful to whole OpenSSL community. Any guidelines would be appreciated. Thanks.   Verdon Walke

[PATCH] Digest Processing Always using EVP layer

2001-04-25 Thread Verdon Walker
bmitted. I previously submitted a small Patch for HMAC processing and never saw anything. Am I doing something wrong or do I need to do something differently? Thanks for your help on these matters.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Ne

How many times can handshake messages be digested?

2001-04-18 Thread Verdon Walker
the 2 finished messages, but I believe we need a third in case a CertificateVerify is sent. Do we need more than 3?   Thanks, as always, for your insight and help.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com

[PATCH] HMAC Processing

2001-04-12 Thread Verdon Walker
lease contact me. Thanks.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com diff.out

Re: Handshake Failure with some ciphers

2001-04-12 Thread Verdon Walker
On the client side, I run (from the out32dll directory)     openssl s_client -cipher EDH-DSS-DES-CBC3-SHA and it doesn't handshake.   What certificate file should I be using for this cipher designation? Does this work for everyone else?   Thanks again for your help.   Verdon Walker(801) 8

Re: Handshake Failure with some ciphers

2001-04-12 Thread Verdon Walker
that this is a completely clean build of 0.9.6a. (I just downloaded it and built it yesterday.)   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com>>> [EMAIL PROTECTED] 04/12/01 11:12AM >>>> > I wrote a lit

Handshake Failure with some ciphers

2001-04-12 Thread Verdon Walker
n SSLCONNECTION CLOSEDACCEPT   Any help diagnosing the problem would be greatly appreciated. Thanks.   Verdon Walker(801) 861-2633[EMAIL PROTECTED]Novell Inc., the leading provider of Net Services Softwarewww.novell.com

Re: How to build openssl without certain license-encumberedalgorithms ?

2001-04-06 Thread Verdon Walker
The key is to update the ms\do_ms.bat file. I'm not sure that Configure does much on the Win32 platform. If you edit the do_ms.bat and pass no-rc4 no-rc5 no-idea into the perl scripts mk1mf.pl and mkdef.pl, you should see a difference.   Good luck.   Verdon Walker(801) 861-2633[