README 1.1 KB

123456789101112131415161718192021222324252627282930
  1. pyOpenSSL - A Python wrapper around the OpenSSL library
  2. ------------------------------------------------------------------------------
  3. Copyright (C) AB Strakt 2001, All rights reserved
  4. I wrote this module working for AB Strakt (http://www.strakt.com/) and they
  5. paid me to do it, and it is with their consent this module is released to the
  6. general public.
  7. See the file INSTALL for installation instructions.
  8. I appreciate bug reports and patches, just mail me!
  9. This library is free software; you can redistribute it and/or
  10. modify it under the terms of the GNU Lesser General Public
  11. License as published by the Free Software Foundation; either
  12. version 2 of the License, or (at your option) any later version.
  13. This library is distributed in the hope that it will be useful,
  14. but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. Lesser General Public License for more details.
  17. A copy of the GNU Lesser General Public License (version 2.1) is included in
  18. the file COPYING.
  19. @(#) $Id: README,v 1.2 2001/07/25 10:42:57 martin Exp $