From tskogan at common-lisp.net Tue Dec 7 21:39:31 2004 From: tskogan at common-lisp.net (Taale Skogan) Date: Tue, 7 Dec 2004 22:39:31 +0100 (CET) Subject: [crypticl-cvs] CVS update: crypticl/doc/ChangeLog Message-ID: <20041207213931.75EE5884F7@common-lisp.net> Update of /project/crypticl/cvsroot/crypticl/doc In directory common-lisp.net:/tmp/cvs-serv4298/doc Modified Files: ChangeLog Log Message: Updating front page with comment on MD5. Date: Tue Dec 7 22:39:30 2004 Author: tskogan Index: crypticl/doc/ChangeLog diff -u crypticl/doc/ChangeLog:1.11 crypticl/doc/ChangeLog:1.12 --- crypticl/doc/ChangeLog:1.11 Thu Nov 25 22:59:05 2004 +++ crypticl/doc/ChangeLog Tue Dec 7 22:39:30 2004 @@ -1,3 +1,7 @@ +07-11-2004 Taale Skogan + Updated front page with comment on MD5. MD5 will be removed. + * doc/html/index.html + 25-11-2004 Taale Skogan Removed allegro specific excl: function. Still one left. Using aa instead of the norwegian character ? in my name. From tskogan at common-lisp.net Tue Dec 7 21:39:34 2004 From: tskogan at common-lisp.net (Taale Skogan) Date: Tue, 7 Dec 2004 22:39:34 +0100 (CET) Subject: [crypticl-cvs] CVS update: crypticl/doc/html/index.html Message-ID: <20041207213934.CF2D3884F9@common-lisp.net> Update of /project/crypticl/cvsroot/crypticl/doc/html In directory common-lisp.net:/tmp/cvs-serv4298/doc/html Modified Files: index.html Log Message: Updating front page with comment on MD5. Date: Tue Dec 7 22:39:32 2004 Author: tskogan Index: crypticl/doc/html/index.html diff -u crypticl/doc/html/index.html:1.1.1.1 crypticl/doc/html/index.html:1.2 --- crypticl/doc/html/index.html:1.1.1.1 Mon Sep 20 21:10:15 2004 +++ crypticl/doc/html/index.html Tue Dec 7 22:39:31 2004 @@ -16,9 +16,9 @@

Introduction

-

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, MD5, DSA and RSA primitives. It is distributed under an MIT-style license.

+

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.

-

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. +

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.

Mailing Lists