NOTICE: This package has been removed from pkgsrc

"Fails to build with OpenSSL 1.1"
./security/py-SSLCrypto, Python bindings for openssl

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.1nb8, Package name: py27-SSLCrypto-0.1.1nb8, Maintainer: pkgsrc-users

SSLCrypto is a package for Python that dramatically eases the task of
adding encryption to Python programs.

It provides a unified API that is almost totally compatible with that
of ezPyCrypto, except that it takes advantage of the OpenSSL Crypto
Library to deliver massive improvements in speed and security.

After using ezPyCrypto myself, I found that while it performed ok with
smaller public key sizes, it proved impossibly slow with larger keys.
This slowness, resulting from non-optimal code in its backend (the
Python Cryptography Toolkit) meant that on a 1.5 GHz Athlon XP, it was
taking several minutes to generate 4096-bit keys. Completely
unacceptable if you need real security.

Performance is absolutely critical for an encryption API. If slowness
deters people from using adequate-sized keys, security will be
severely compromised, almost to the extent that there's little point
in using encryption in the first place.


Required to run:
[lang/py-pyrex] [security/openssl] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 3e33e86ed6ad0db5546f53d6809008398d7b8ae5
RMD160: c2dfaaed00105ff0d039cda3b1a2f19cca556632
Filesize: 138.063 KB

Version history: (Expand)


CVS history: (Expand)


   2020-05-23 11:06:19 by Adam Ciarcinski | Files touched by this commit (6) | Package removed
Log message:
py-SSLCrypto: removed, does not build any longer
   2020-04-24 13:41:38 by Nia Alarie | Files touched by this commit (15)
Log message:
security: Mark packages that fail with OpenSSL 1.1 BROKEN
   2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836)
Log message:
*: Recursive revision bump for openssl 1.1.1.
   2019-11-04 22:13:04 by Roland Illig | Files touched by this commit (118)
Log message:
security: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415)
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \ 
future Python 3.8
   2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473)
Log message:
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.
   2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495)
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
   2017-01-01 15:44:09 by Thomas Klausner | Files touched by this commit (577)
Log message:
Add python-3.6 to incompatible versions.