X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=README;h=3d64dd5857cafd6558723d4d177cd41cdb26f52e;hb=d6c764573c8e58f4c11ae5150ff5db4aa160cb4f;hp=092ab7df4139c14efaa83c96e0c02298e2b2dd15;hpb=dd0514e2cc12b086bdab94807be6c59902ffe611;p=oweals%2Fopenssl.git diff --git a/README b/README index 092ab7df41..3d64dd5857 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ OpenSSL 0.9.9-dev XX xxx XXXX - Copyright (c) 1998-2005 The OpenSSL Project + Copyright (c) 1998-2007 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson All rights reserved. @@ -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.