[openssl.org #1437] AutoReply: [patch] include sys/types.h in sha.h

2006-12-11 Thread OpenSSL-Bugs

   Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
[patch] include sys/types.h in sha.h, 
a summary of which appears below.

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [openssl.org #1437].

Please include the string:

 [openssl.org #1437]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

Also, please note that all attachments to your message have been stored in
the database, but are not included in any outgoing mail.

Thank you,


-
Index: ./crypto/sha/sha.h
===
RCS file: /usr/local/src/openssl/cvs-tree/openssl/crypto/sha/sha.h,v
retrieving revision 1.21
diff -u -p -r1.21 sha.h
--- ./crypto/sha/sha.h  18 Dec 2005 19:11:33 -  1.21
+++ ./crypto/sha/sha.h  10 Dec 2006 19:26:12 -
@@ -65,6 +65,10 @@
 extern C {
 #endif
 
+#if !defined(NO_SYS_TYPES_H)
+#include sys/types.h
+#endif
+
 #if defined(OPENSSL_NO_SHA) || (defined(OPENSSL_NO_SHA0)  
defined(OPENSSL_NO_SHA1))
 #error SHA is disabled.
 #endif

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


[openssl.org #872] AutoReply: [Patch] OCSP request handler using non-blocking BIO

2004-04-20 Thread OpenSSL-Bugs

   Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
[Patch] OCSP request handler using non-blocking BIO, 
a summary of which appears below.

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [openssl.org #872].

Please include the string:

 [openssl.org #872]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

Also, please note that all attachments to your message have been stored in
the database, but are not included in any outgoing mail.

Thank you,


-

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


[openssl.org #440] AutoReply: wrong read() protype

2003-01-05 Thread OpenSSL-Bugs

   Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
wrong read() protype, 
a summary of which appears below.

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [openssl.org #440].

Please include the string:

 [openssl.org #440]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

Thank you,


-
Some test-files include a protype for read(). Unfortunately this protype doesn't
match the one in djgpp's unistd.h. Can we not removed this prototype?
The required system headers are included already I think.
Here is a patch to make it compile for djgpp:

---
--- ./crypto/md4/md4.c.org  Wed Nov 13 16:00:50 2002
+++ ./crypto/md4/md4.c  Tue Dec 31 18:45:54 2002
@@ -64,7 +64,7 @@

 void do_fp(FILE *f);
 void pt(unsigned char *md);
-#ifndef _OSD_POSIX
+#if !defined(_OSD_POSIX)  !defined(__DJGPP__)
 int read(int, void *, unsigned int);
 #endif

--- ./crypto/md5/md5.c.org  Fri Jun  4 22:00:22 1999
+++ ./crypto/md5/md5.c  Tue Dec 31 18:49:44 2002
@@ -64,7 +64,7 @@

 void do_fp(FILE *f);
 void pt(unsigned char *md);
-#ifndef _OSD_POSIX
+#if !defined(_OSD_POSIX)  !defined(__DJGPP__)
 int read(int, void *, unsigned int);
 #endif

--- ./crypto/ripemd/rmd160.c.orgFri Jun  4 22:00:28 1999
+++ ./crypto/ripemd/rmd160.cTue Dec 31 18:51:50 2002
@@ -64,7 +64,7 @@

 void do_fp(FILE *f);
 void pt(unsigned char *md);
-#ifndef _OSD_POSIX
+#if !defined(_OSD_POSIX)  !defined(__DJGPP__)
 int read(int, void *, unsigned int);
 #endif
---

Gisle V.


__
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.org #398] AutoReply: DJGPP patch for openssl-0.9.7 (install_docs)

2002-12-12 Thread OpenSSL-Bugs

   Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
DJGPP patch for openssl-0.9.7 (install_docs), 
a summary of which appears below.

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [openssl.org #398].

Please include the string:

 [openssl.org #398]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

Thank you,


-
I have finally been able to debug the problem with make install_docs
under DJGPP. Part of the problem relates to lack of symbolic links.
The other has to do with filenames with different case actually
referring to the same file (i.e. hmac.3 and HMAC.3 are the same file
on a DOS/Windows system). This patch should fix the problem and allow
the documentation to be installed. The only drawback is that man
files with names identical to the original except for case will no
longer be linked. For example, it no longer makes a link of HMAC.3 to
hmac.3. I hope that the regex construction \ is portable and not a
GNU extension. If it isn't portable, then $$fn\ probably needs to be
changed to something like $$fn[^a-z_]*.
 Doug

__
Doug Kaufman
Internet: [EMAIL PROTECTED]

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



[openssl.org #30] AutoReply: SSL_shutdown.3 makewhatis failure under IRIX

2002-05-13 Thread OpenSSL-Bugs


   Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
SSL_shutdown.3 makewhatis failure under IRIX, 
a summary of which appears below.

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [openssl.org #30].

Please include the string:

 [openssl.org #30]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

Thank you,


-
In order for makewhatis -M under IRIX 6.5.14m not to fail on
SSL_shutdown.3 as follows:

   nroff: Macro argument too long; line 170, file
 /usr/local/man/man3/SSL_shutdown.3
   stack: N

I found it necessary (well, at least it was sufficient) to recast the
long

.Ip ...\*(N...\*(T... 4

lines as

.Ip
...\*(L...\*(R...

The version is openssl-0.9.6c, in case that should matter.  I did not
have to change the corresponding .IX Item lines.  A context diff is
attached.

FWIW,
-- 
Rick Troxel, Helix Systems Staff [EMAIL PROTECTED] 301/435-2983

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



[openssl.org #27] AutoReply: Legalizing OpenSSL in France

2002-05-09 Thread OpenSSL-Bugs


   Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
Legalizing OpenSSL in France, 
a summary of which appears below.

There is no need to reply to this message right now.  Your ticket has been
assigned an ID of [openssl.org #27].

Please include the string:

 [openssl.org #27]

in the subject line of all future correspondence about this issue. To do so, 
you may reply to this message.

Thank you,


-

Hi,

In France each cryptographic software must be declared to a
government agency (DCSSI, see http://france.fsfeurope.org/dcssi/dcssi.fr.html
for more information in french). 

In order to complete this declaration, we need to fill a short
technical form. Could someone with intimate OpenSSL knowledge fill it for
us in english ? You'll find a english translation of the form at:

http://france.fsfeurope.org/dcssi/arrete-17-mars-1999.en.html

and the technical form filled for GnuPG, also available in english
will give you an idea of the answers expected.

http://france.fsfeurope.org/dcssi/gnupg.en.html

Thanks in advance,

-- 
Loic   Dachary http://www.dachary.org/  [EMAIL PROTECTED]
12 bd  Magenta http://www.senga.org/  [EMAIL PROTECTED]
75010Paris T: 33 1 42 45 07 97  [EMAIL PROTECTED]
GPG Public Key: http://www.dachary.org/loic/gpg.txt
__
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]



Women really love it - their Men want to buy it for them Time:2:35:07 AM

2001-07-24 Thread openssl-bugs

Finally - An Answer for Women

A Revolutionary New Product just for Women is putting passion back into their life! 
Introducing a Unique Business Opportunity and the Hottest Compensation Plan in the 
History of Network Marketing! Record Sales already Creating Wealthy People
(some earning 5 figures the first month) This Opportunity has ''double'' the Market 
Potential of Viagra (2 Billion dollars the first year) We will share the wealth with 
you. 
You owe it to yourself to find out more!

CLICK HERE http://www.popzoo.com/greater/index.html for more information!

To be removed from this list please reply with 'remove' in the subject and sent to 
[EMAIL PROTECTED] All requests to be taken off our mailing list are 
AUTOMATICALLY and IMMEDIATELY honored upon receipt. 
--
Each year in the U.S. alone, the postal bulk mail industry consumes over 450 million 
trees just to make the paper used in sending their advertisements and promotions. 
Using email instead can significantly reduce this consumption, while at the same time 
decreasing the billions of tons of paper waste filling our landfills. 
Save the trees, save the planet, use email! 
http://www.environmentaldefense.org/issues/Recycling.html

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