Author: bago
Date: Fri Jul 29 22:14:57 2011
New Revision: 1152390

URL: http://svn.apache.org/viewvc?rev=1152390&view=rev
Log:
Update James jDKIM site to reflect jDKIM 0.2 release and update scm url for 
site deploy

Modified:
    james/jdkim/trunk/pom.xml
    james/jdkim/trunk/src/site/xdoc/index.xml

Modified: james/jdkim/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/jdkim/trunk/pom.xml?rev=1152390&r1=1152389&r2=1152390&view=diff
==============================================================================
--- james/jdkim/trunk/pom.xml (original)
+++ james/jdkim/trunk/pom.xml Fri Jul 29 22:14:57 2011
@@ -46,7 +46,7 @@
     <distributionManagement>
         <site>
             <id>jdkim-current-website</id>
-            
<url>scp://people.apache.org/www/james.apache.org/jdkim/current/</url>
+            <url>scp://people.apache.org/www/james.apache.org/jdkim/</url>
         </site>
     </distributionManagement>
 

Modified: james/jdkim/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/jdkim/trunk/src/site/xdoc/index.xml?rev=1152390&r1=1152389&r2=1152390&view=diff
==============================================================================
--- james/jdkim/trunk/src/site/xdoc/index.xml (original)
+++ james/jdkim/trunk/src/site/xdoc/index.xml Fri Jul 29 22:14:57 2011
@@ -31,16 +31,28 @@
                                It provides both verification and signing and 
also
                                provides Mailets for the Apache JAMES project.
                        </p>
-
+               
+                       <p>
+                               The 0.2 release is the first release. It 
requires Java 1.5 at
+                               runtime and it requires the JVM running the 
library to support
+                               SHA256withRSA cypher suite. The default Sun 
Java 1.5 does support this
+                               suite. If your JVM doesn't support it you can 
install a third party
+                               cryptography provider like BouncyCastle and 
configure it appropriately
+                               in your JVM.
+                       </p>
+               
+                       <p>
+                               The architecture is thought to handle multiple 
signatures with
+                               performance in mind: body hashing for multiple 
signatures is computed
+                               concurrently in a single stream run.
+                       </p>
+               
                        <p>
-                               The 0.2 release is the first release. It 
requires Java
-                               1.4 at runtime but for full compliance with the 
DKIM
-                               specification the JVM running the library must 
support
-                               SHA256withRSA cypher suite. The default Sun 
Java 1.4
-                               does not support this suite, so either you move 
to Java
-                               1.5+ or you install a third party cryptography 
provider
-                               like BouncyCastle and configure it 
appropriately in your
-                               JVM.
+                               The whole internal verification/signing is done 
via OutputStream
+                               leaving much more flexibility than the use of 
InputStream. As the
+                               InputStream approach is easier from the user 
side the default
+                               implementation simply prepare the OutputStream 
and copy the supplied
+                               InputStream to the OutputStream.
                        </p>
                        
                        <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to