Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pyopenssl

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyopenssl - npm Package Compare versions

Comparing version
25.0.0
to
25.1.0
+19
-0
CHANGELOG.rst

@@ -7,2 +7,21 @@ Changelog

25.1.0 (2025-05-17)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
- Attempting using any methods that mutate an ``OpenSSL.SSL.Context`` after it
has been used to create an ``OpenSSL.SSL.Connection`` will emit a warning. In
a future release, this will raise an exception.
Changes:
^^^^^^^^
* ``cryptography`` maximum version has been increased to 45.0.x.
25.0.0 (2025-01-12)

@@ -9,0 +28,0 @@ -------------------

+23
-3

@@ -1,4 +0,4 @@

Metadata-Version: 2.2
Metadata-Version: 2.4
Name: pyOpenSSL
Version: 25.0.0
Version: 25.1.0
Summary: Python wrapper module around the OpenSSL library

@@ -31,3 +31,3 @@ Home-page: https://pyopenssl.org/

License-File: LICENSE
Requires-Dist: cryptography<45,>=41.0.5
Requires-Dist: cryptography<46,>=41.0.5
Requires-Dist: typing-extensions>=4.9; python_version < "3.13" and python_version >= "3.8"

@@ -47,2 +47,3 @@ Provides-Extra: test

Dynamic: license
Dynamic: license-file
Dynamic: project-url

@@ -101,2 +102,21 @@ Dynamic: provides-extra

25.1.0 (2025-05-17)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
- Attempting using any methods that mutate an ``OpenSSL.SSL.Context`` after it
has been used to create an ``OpenSSL.SSL.Connection`` will emit a warning. In
a future release, this will raise an exception.
Changes:
^^^^^^^^
* ``cryptography`` maximum version has been increased to 45.0.x.
25.0.0 (2025-01-12)

@@ -103,0 +123,0 @@ -------------------

+1
-1

@@ -97,3 +97,3 @@ #!/usr/bin/env python

install_requires=[
"cryptography>=41.0.5,<45",
"cryptography>=41.0.5,<46",
(

@@ -100,0 +100,0 @@ "typing-extensions>=4.9; "

@@ -20,3 +20,3 @@ # Copyright (C) AB Strakt

__version__ = "25.0.0"
__version__ = "25.1.0"

@@ -23,0 +23,0 @@ __title__ = "pyOpenSSL"

@@ -1,4 +0,4 @@

Metadata-Version: 2.2
Metadata-Version: 2.4
Name: pyOpenSSL
Version: 25.0.0
Version: 25.1.0
Summary: Python wrapper module around the OpenSSL library

@@ -31,3 +31,3 @@ Home-page: https://pyopenssl.org/

License-File: LICENSE
Requires-Dist: cryptography<45,>=41.0.5
Requires-Dist: cryptography<46,>=41.0.5
Requires-Dist: typing-extensions>=4.9; python_version < "3.13" and python_version >= "3.8"

@@ -47,2 +47,3 @@ Provides-Extra: test

Dynamic: license
Dynamic: license-file
Dynamic: project-url

@@ -101,2 +102,21 @@ Dynamic: provides-extra

25.1.0 (2025-05-17)
-------------------
Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Deprecations:
^^^^^^^^^^^^^
- Attempting using any methods that mutate an ``OpenSSL.SSL.Context`` after it
has been used to create an ``OpenSSL.SSL.Connection`` will emit a warning. In
a future release, this will raise an exception.
Changes:
^^^^^^^^
* ``cryptography`` maximum version has been increased to 45.0.x.
25.0.0 (2025-01-12)

@@ -103,0 +123,0 @@ -------------------

@@ -1,2 +0,2 @@

cryptography<45,>=41.0.5
cryptography<46,>=41.0.5

@@ -3,0 +3,0 @@ [:python_version < "3.13" and python_version >= "3.8"]

[tox]
envlist = py{py3,37,38,39,310,311,312,313}{,-cryptographyMinimum}{,-useWheel}{,-randomorder},check-manifest,lint,py311-mypy,docs,coverage-report
envlist = py{py3,37,38,39,310,311,312,313}{,-cryptographyMinimum}{,-useWheel}{,-randomorder},check-manifest,lint,py313-mypy,docs,coverage-report

@@ -44,3 +44,3 @@ [testenv]

[testenv:py311-mypy]
[testenv:py313-mypy]
extras =

@@ -47,0 +47,0 @@ test

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display