diff options
author | Bodo Möller <bodo@openssl.org> | 2007-03-21 11:58:45 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2007-03-21 11:58:45 +0100 |
commit | 41a8d5167f4325c83fed1e2e818e5280fbb711cf (patch) | |
tree | e0c24b4842eea6ae51124e3c37fa5983467036b6 /README | |
parent | link warnings caused by nasm modules. (diff) | |
download | openssl-41a8d5167f4325c83fed1e2e818e5280fbb711cf.tar.xz openssl-41a8d5167f4325c83fed1e2e818e5280fbb711cf.zip |
clarification regarding libdes files
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -36,12 +36,13 @@ 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. |