gituser/docker_multiarch/: pyopenssl-19.0.0 metadata and description

Homepage Simple index

Python wrapper module around the OpenSSL library

author The pyOpenSSL developers
author_email cryptography-dev@python.org
classifiers
  • Development Status :: 6 - Mature
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Security :: Cryptography
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: System :: Networking
license Apache License, Version 2.0
maintainer Hynek Schlawack
maintainer_email hs@ox.cx
provides_extras test
requires_dist
  • cryptography (>=2.3)
  • six (>=1.5.2)
  • sphinx ; extra == 'docs'
  • sphinx-rtd-theme ; extra == 'docs'
  • flaky ; extra == 'test'
  • pretend ; extra == 'test'
  • pytest (>=3.0.1) ; extra == 'test'
File Tox results History
pyOpenSSL-19.0.0-py2.py3-none-any.whl
Size
52 KB
Type
Python Wheel
Python
2.7
Stable Docs Build status Test coverage

Note: The Python Cryptographic Authority strongly suggests the use of pyca/cryptography where possible. If you are using pyOpenSSL for anything other than making a TLS connection you should move to cryptography and drop your pyOpenSSL dependency.

High-level wrapper around a subset of the OpenSSL library. Includes

… and much more.

You can find more information in the documentation. Development takes place on GitHub.

Discussion

If you run into bugs, you can file them in our issue tracker.

We maintain a cryptography-dev mailing list for both user and development discussions.

You can also join #cryptography-dev on Freenode to ask questions or get involved.

Release Information

19.0.0 (2019-01-21)

Backward-incompatible changes:

  • X509Store.add_cert no longer raises an error if you add a duplicate cert. #787

Deprecations:

none

Changes:

  • pyOpenSSL now works with OpenSSL 1.1.1. #805

  • pyOpenSSL now handles NUL bytes in X509Name.get_components() #804

Full changelog.