diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:23:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-08 06:23:01 +0700 |
commit | 6c25cb4b3765912bf8b6eec38be0446cffe549dd (patch) | |
tree | a13468dd18a3b8c7f39080ab2c53f6b7a125d5b7 /python/python-tlslite/slack-desc | |
parent | ac7fd8a3f42ce7295427238a0eb30325d2bbe021 (diff) | |
download | slackbuilds-6c25cb4b3765912bf8b6eec38be0446cffe549dd.tar.gz |
python/python-tlslite: Added (SSL and TLS crypto library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-tlslite/slack-desc')
-rw-r--r-- | python/python-tlslite/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-tlslite/slack-desc b/python/python-tlslite/slack-desc new file mode 100644 index 0000000000..bb152a74e3 --- /dev/null +++ b/python/python-tlslite/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-tlslite: python-tlslite (SSL and TLS crypto library) +python-tlslite: +python-tlslite: TLS Lite is an open source python library that implements SSL and TLS. +python-tlslite: TLS Lite supports RSA and SRP ciphersuites. TLS Lite is pure python +python-tlslite: however it can use other libraries for faster crypto operations. +python-tlslite: TLS Lite integrates with several stdlib neworking libraries. +python-tlslite: +python-tlslite: Project URL: http://trevp.net/tlslite/ +python-tlslite: +python-tlslite: +python-tlslite: |