clarification regarding libdes
authorBodo Möller <bodo@openssl.org>
Wed, 21 Mar 2007 10:57:54 +0000 (10:57 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 21 Mar 2007 10:57:54 +0000 (10:57 +0000)
README

diff --git a/README b/README
index 911941dc80836b54774ca609434f39833e86b2a6..d242fc20351b71cc370f7d8d1405a85038d80d73 100644 (file)
--- a/README
+++ b/README
      actually logically part of it. It includes routines for the following:
 
      Ciphers
-        libdes - EAY's libdes DES encryption package which has been floating
-                 around the net for a few years.  It includes 15
-                 'modes/variations' of DES (1, 2 and 3 key versions of ecb,
-                 cbc, cfb and ofb; pcbc and a more general form of cfb and
-                 ofb) including desx in cbc mode, a fast crypt(3), and
-                 routines to read passwords from the keyboard.
+        libdes - EAY's libdes DES encryption package which was floating
+                 around the net for a few years, and was then relicensed by
+                 him as part of SSLeay.  It includes 15 'modes/variations'
+                 of DES (1, 2 and 3 key versions of ecb, cbc, cfb and ofb;
+                 pcbc and a more general form of cfb and ofb) including desx
+                 in cbc mode, a fast crypt(3), and routines to read
+                 passwords from the keyboard.
         RC4 encryption,
         RC2 encryption      - 4 different modes, ecb, cbc, cfb and ofb.
         Blowfish encryption - 4 different modes, ecb, cbc, cfb and ofb.