You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SSH-OpenSSH 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  2. * All rights reserved
  3. *
  4. * As far as I am concerned, the code I have written for this software
  5. * can be used freely for any purpose. Any derived versions of this
  6. * software must be clearly marked as such, and if the derived work is
  7. * incompatible with the protocol description in the RFC file, it must be
  8. * called by a name other than "ssh" or "Secure Shell".
  9. [Tatu continues]
  10. * However, I am not implying to give any licenses to any patents or
  11. * copyrights held by third parties, and the software includes parts that
  12. * are not under my direct control. As far as I know, all included
  13. * source code is used in accordance with the relevant license agreements
  14. * and can be used freely for any purpose (the GNU license being the most
  15. * restrictive); see below for details.
  16. [However, none of that term is relevant at this point in time. All of
  17. these restrictively licenced software components which he talks about
  18. have been removed from OpenSSH, i.e.,
  19. - RSA is no longer included, found in the OpenSSL library
  20. - IDEA is no longer included, its use is deprecated
  21. - DES is now external, in the OpenSSL library
  22. - GMP is no longer used, and instead we call BN code from OpenSSL
  23. - Zlib is now external, in a library
  24. - The make-ssh-known-hosts script is no longer included
  25. - TSS has been removed
  26. - MD5 is now external, in the OpenSSL library
  27. - RC4 support has been replaced with ARC4 support from OpenSSL
  28. - Blowfish is now external, in the OpenSSL library
  29. [The licence continues]
  30. Note that any information and cryptographic algorithms used in this
  31. software are publicly available on the Internet and at any major
  32. bookstore, scientific library, and patent office worldwide. More
  33. information can be found e.g. at "http://www.cs.hut.fi/crypto".
  34. The legal status of this program is some combination of all these
  35. permissions and restrictions. Use only at your own responsibility.
  36. You will be responsible for any legal consequences yourself; I am not
  37. making any claims whether possessing or using this is legal or not in
  38. your country, and I am not taking any responsibility on your behalf.
  39. NO WARRANTY
  40. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  41. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  42. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  43. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  44. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  45. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
  46. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
  47. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  48. REPAIR OR CORRECTION.
  49. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  50. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  51. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  52. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  53. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  54. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  55. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  56. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  57. POSSIBILITY OF SUCH DAMAGES.