You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ro...@hyperreal.org on 1999/08/08 19:58:36 UTC

cvs commit: apache-1.3/src/include ap_sha1.h

ronald      99/08/08 10:58:36

  Modified:    src/ap   ap_sha1.c
               src/include ap_sha1.h
  Log:
  removed obsolete reference to base64 code from metamail
  
  Revision  Changes    Path
  1.5       +2 -18     apache-1.3/src/ap/ap_sha1.c
  
  Index: ap_sha1.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/ap/ap_sha1.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ap_sha1.c	1999/08/08 11:45:15	1.4
  +++ ap_sha1.c	1999/08/08 17:58:34	1.5
  @@ -53,7 +53,7 @@
    * For more information on the Apache Group and the Apache HTTP server
    * project, please see <http://www.apache.org/>.
    *
  - * The only exported function:
  + * The exported function:
    *
    * 	 ap_sha1_base64(const char *clear, int len, char *out);
    *
  @@ -73,29 +73,13 @@
    * See also the documentation in support/SHA1 as to hints on how to
    * migrate an existing netscape installation and other supplied utitlites.
    *
  - * This software also makes use of the following components:
  + * This software also makes use of the following component:
    *
    * NIST Secure Hash Algorithm
    *  	heavily modified by Uwe Hollerbach uh@alumni.caltech edu
    *	from Peter C. Gutmann's implementation as found in
    *	Applied Cryptography by Bruce Schneier
    *	This code is hereby placed in the public domain
  - *
  - * MIME Base 64 encoding based on src/metamail/codes.c in metamail,
  - *	available at: ftp://thumper.bellcore.com/pub/nsb/
  - *
  - * Metamail's copyright is:
  - * 	Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
  - * 	Permission to use, copy, modify, and distribute this material
  - *	for any purpose and without fee is hereby granted, provided
  - *	that the above copyright notice and this permission notice
  - *	appear in all copies, and that the name of Bellcore not be
  - *	used in advertising or publicity pertaining to this
  - *	material without the specific, prior written permission
  - *	of an authorized representative of Bellcore.  BELLCORE
  - *	MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
  - *	OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS",
  - *	WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
    */
   
   #include <string.h>
  
  
  
  1.5       +0 -17     apache-1.3/src/include/ap_sha1.h
  
  Index: ap_sha1.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_sha1.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ap_sha1.h	1999/08/08 11:45:16	1.4
  +++ ap_sha1.h	1999/08/08 17:58:35	1.5
  @@ -58,23 +58,6 @@
    * 	from Peter C. Gutmann's implementation as found in
    * 	Applied Cryptography by Bruce Schneier
    * 	This code is hereby placed in the public domain
  - *
  - * MIME Base 64 encoding based on src/metamail/codes.c in metamail,
  - *	available at: ftp://thumper.bellcore.com/pub/nsb/
  - *
  - * Metamail's copyright is:
  - *	Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
  - * 
  - *	Permission to use, copy, modify, and distribute this material 
  - * 	for any purpose and without fee is hereby granted, provided 
  - * 	that the above copyright notice and this permission notice 
  - * 	appear in all copies, and that the name of Bellcore not be 
  - * 	used in advertising or publicity pertaining to this 
  - * 	material without the specific, prior written permission 
  - * 	of an authorized representative of Bellcore.  BELLCORE 
  - * 	MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY 
  - * 	OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS", 
  - * 	WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
    */
   
   #ifndef APACHE_SHA1_H