Author: sgala
Date: Sun May 11 06:54:01 2008
New Revision: 655316

URL: http://svn.apache.org/viewvc?rev=655316&view=rev
Log:
Remove references to signing and add URL to mcrypt library

According to http://www.apache.org/dev/crypto.html#faq and
irc conversations, signatures are not considered crypto to
the effect of notifications. Remove references to them, and
thus OAuth from the NOTICE. Keep AES, the reference to JCE
for Java and the reference to mcrypt as the software linked to
in the PHP case.

Modified:
    incubator/shindig/trunk/NOTICE

Modified: incubator/shindig/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/NOTICE?rev=655316&r1=655315&r2=655316&view=diff
==============================================================================
--- incubator/shindig/trunk/NOTICE (original)
+++ incubator/shindig/trunk/NOTICE Sun May 11 06:54:01 2008
@@ -34,14 +34,9 @@
 The following provides more details on the included cryptographic
 software:
 
-    Apache Shindig interfaces with the Java JCE APIs to provide digital
-    signing and encryption of messages using the AES, SHA1, and
-    HMAC-SHA1 standards.
+    Apache Shindig interfaces with the Java JCE APIs to provide
+    encryption of messages using the AES standard.
 
-    Apache Shindig interfaces with the OAuth library
-    <http://code.google.com/p/oauth/> to provide digital signing
-    of messages according to the OAuth standard.
-
-    Apache Shindig PHP interfaces with the mcrypt API to provide
-    digital signing and encryption to messages using AES, SHA1
-    and HMAC-SHA1 standards.
+    Apache Shindig PHP interfaces with the mcrypt API
+    <http://mcrypt.sourceforge.net/> to provide encryption
+    of messages using the AES standard.


Reply via email to