File: README

package info (click to toggle)
pyopenssl 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,152 kB
  • ctags: 1,395
  • sloc: ansic: 5,184; python: 4,303; perl: 3,089; xml: 693; sh: 204; makefile: 171; lisp: 13; sed: 2
file content (30 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

pyOpenSSL - A Python wrapper around the OpenSSL library
------------------------------------------------------------------------------

Copyright (C) AB Strakt 2001, All rights reserved

I wrote this module working for AB Strakt (http://www.strakt.com/) and they
paid me to do it, and it is with their consent this module is released to the
general public.

See the file INSTALL for installation instructions.

I appreciate bug reports and patches, just mail me!


This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

A copy of the GNU Lesser General Public License (version 2.1) is included in
the file COPYING.


@(#) $Id: README,v 1.2 2001/07/25 10:42:57 martin Exp $