[crypticl-cvs] CVS crypticl/doc/html

tskogan tskogan at common-lisp.net
Wed Jan 17 22:12:16 UTC 2007


Update of /project/crypticl/cvsroot/crypticl/doc/html
In directory clnet:/tmp/cvs-serv30348

Modified Files:
	index.html 
Log Message:
Corrections and updates.


--- /project/crypticl/cvsroot/crypticl/doc/html/index.html	2005/10/02 14:54:51	1.4
+++ /project/crypticl/cvsroot/crypticl/doc/html/index.html	2007/01/17 22:12:16	1.5
@@ -16,9 +16,9 @@
 
  <h3>Introduction</h3>
 
- <p>Crypticl is a library of cryptographic functions written in Common Lisp. The goal is to provide flexible, high level cryptographic abstractions on top of a kernel of core cryptographic primitives. The core currently includes AES, IDEA, SHA-1, DSA and RSA primitives. It is distributed under an MIT-style license.</p>
+ <p>Crypticl is a library of cryptographic functions written in Common Lisp. The goal is to provide flexible, high level cryptographic abstractions on top of a kernel of core cryptographic primitives. The core currently includes AES, IDEA, MD5, SHA-1, SHA-256, DSA and RSA primitives. It is distributed under an MIT-style license.</p>
 
-<p>The library will be limited to common, secure algorithms and not try to implement all available cryptographic algorithms. Hence AES is included and DES is not and MD5 will be removed due to recently discovered weaknesses.
+<p>The library will be limited to common, secure algorithms and not try to implement all available cryptographic algorithms. Hence AES is included and DES is not.
 
 <!--
  <h3>Mailing Lists</h3>
@@ -44,7 +44,7 @@
 
  <h3>Obol</h3>
 Obol is a special purpose programming language for implementing security 
-protocols of the kind used in SSL, SSH and Kerberos. I have included an <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/obol/?cvsroot=crypticl">implementation of Obol</a> and the language runtime in the cvs repository. The implementation uses crypticl to implement the cryptographic core of the Obol runtime and illustrates how crypticl can be used by an application.
+protocols of the kind used in SSL, SSH and Kerberos. I have included an <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/obol/?cvsroot=crypticl">implementation of Obol</a> and the language runtime in the CVS repository. The implementation uses Crypticl to implement the cryptographic core of the Obol runtime and illustrates how Crypticl can be used by an application.
 
  <h3>Download</h3>
 
@@ -60,7 +60,7 @@
 
 
    <div class="footer">
-     Tåle Skogan 2. October 2005.
+     Taale Skogan 17. January 2007.
    </div>
 
    <div class="check">




More information about the Crypticl-cvs mailing list