Mercurial > repos > cathywise > truststore_import
annotate PythonTrustStore-0.2.0/README.txt @ 3:6de426d89bb9
Uploaded
author | cathywise |
---|---|
date | Wed, 11 Dec 2013 21:05:53 -0500 |
parents | ff126718bdc5 |
children |
rev | line source |
---|---|
1 | 1 # PY-TS: Python TrustStore Library |
2 | |
3 *WARNING* | |
4 | |
5 This library requires on a *recent* version of OpenSSL to be installed, at least version 1.0. Many systems come with OpenSSL: but it is often an old version. | |
6 | |
7 If you are installing this package on a Mac, the default OpenSSL is almost certainly too old. Please install and updated version using [homebrew](http://mxcl.github.io/homebrew/), we will find it if you have. | |
8 | |
9 If you are installing this package on Ubuntu, you will need Ubuntu 11.10 (Oneiric) or later. Maverick (10.10), despite being the LTS release, does not have a recent enough version of OpenSSL (it has 0.9.8k). |