~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to linux/crypto/ciphers/des/COPYRIGHT

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
2
 
All rights reserved.
3
 
 
4
 
This package is an DES implementation written by Eric Young (eay@cryptsoft.com).
5
 
The implementation was written so as to conform with MIT's libdes.
6
 
 
7
 
This library is free for commercial and non-commercial use as long as
8
 
the following conditions are aheared to.  The following conditions
9
 
apply to all code found in this distribution.
10
 
 
11
 
Copyright remains Eric Young's, and as such any Copyright notices in
12
 
the code are not to be removed.
13
 
If this package is used in a product, Eric Young should be given attribution
14
 
as the author of that the SSL library.  This can be in the form of a textual
15
 
message at program startup or in documentation (online or textual) provided
16
 
with the package.
17
 
 
18
 
Redistribution and use in source and binary forms, with or without
19
 
modification, are permitted provided that the following conditions
20
 
are met:
21
 
1. Redistributions of source code must retain the copyright
22
 
   notice, this list of conditions and the following disclaimer.
23
 
2. Redistributions in binary form must reproduce the above copyright
24
 
   notice, this list of conditions and the following disclaimer in the
25
 
   documentation and/or other materials provided with the distribution.
26
 
3. All advertising materials mentioning features or use of this software
27
 
   must display the following acknowledgement:
28
 
   This product includes software developed by Eric Young (eay@cryptsoft.com)
29
 
 
30
 
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
31
 
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32
 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33
 
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
34
 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35
 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
36
 
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37
 
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38
 
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39
 
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40
 
SUCH DAMAGE.
41
 
 
42
 
The license and distribution terms for any publically available version or
43
 
derivative of this code cannot be changed.  i.e. this code cannot simply be
44
 
copied and put under another distrubution license
45
 
[including the GNU Public License.]
46
 
 
47
 
The reason behind this being stated in this direct manner is past
48
 
experience in code simply being copied and the attribution removed
49
 
from it and then being distributed as part of other packages. This
50
 
implementation was a non-trivial and unpaid effort.