[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

[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

[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: [openssl.org #781] [PATCH] NetWare Support for OpenSSL 0.9.7

2003-12-15 Thread Verdon Walker via RT
Richard, Any chance yet to reconsider applying this patch to 0.9.7? Verdon >>> [EMAIL PROTECTED] 12/2/2003 3:38:32 PM >>> Addressing the points in order: ERR_free_state_table() is not meant to do the same as ERR_remove_state(). It is indeed meant to clean up the entire table and is used for

[openssl.org #784] Library cleanup functionality

2003-12-03 Thread Verdon Walker via RT
Although OpenSSL has an initialization routine (SSL_library_init), it does not have a corresponding cleanup routine (SSL_library_cleanup). It does have a few cleanup routines (e.g. EVP_cleanup, OBJ_cleanup, etc.) but no overall cleanup function. This has been an issue for us when running OpenSSL

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

2003-12-02 Thread Verdon Walker via RT
Addressing the points in order: ERR_free_state_table() is not meant to do the same as ERR_remove_state(). It is indeed meant to clean up the entire table and is used for process cleanup, not thread cleanup. NetWare will clean up process resources, but does complain when you don't clean up after y

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

2003-11-27 Thread Verdon Walker via RT
This patch adds support for the NetWare OS to OpenSSL 0.9.8. After applying this patch, the instructions for building for NetWare can be found in the "INSTALL.NW" file in the root directory. This patch attempts to minimize impact on other platforms through the judicious use of the preprocessor gua

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

2003-11-27 Thread Verdon Walker via RT
This patch adds support for the NetWare OS to OpenSSL 0.9.7. After applying this patch, the instructions for building for NetWare can be found in the "INSTALL.NW" file in the root directory. This patch attempts to minimize impact on other platforms through the judicious use of the preprocessor gua

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 via RT" <[EMAIL PR

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

2002-12-20 Thread Verdon Walker via RT
This patch adds support for static OpenSSL libraries that will run on the NetWare 5, NetWare 5.1 and NetWare 6 platforms. This support has been added to the 0.9.6h source and has been tested on the platforms listed. Shared library support (nlm) is not supported at this time. We understand that