File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ wolfSSL-py Release 5.7.2 (Sep 6, 2024)
2
+ ============================================
3
+ * SSLSocket: support version() version
4
+ * support disabling secure renegotiation
5
+ * Update wolfSSL to version 5.7.2
6
+
1
7
wolfSSL-py Release 5.6.6 (Jan 23, 2024)
2
8
============================================
3
9
* Fix segfault issue with TLS v1.3
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ default. To disable secure renegotiation set the environment variable
74
74
WOLFSSLPY_DISABLE_SCR during the build process. For example:
75
75
76
76
.. code-block :: bash
77
+
77
78
$ WOLFSSLPY_DISABLE_SCR=1 pip install .
78
79
79
80
Testing
Original file line number Diff line number Diff line change 1
1
# When bumping the C library version, reset the POST count to 0
2
2
3
- __wolfssl_version__ = "v5.6.6 -stable"
3
+ __wolfssl_version__ = "v5.7.2 -stable"
4
4
5
5
# We're using implicit post releases [PEP 440] to bump package version
6
6
# while maintaining the C library version intact for better reference.
7
7
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
8
8
#
9
9
# MAJOR.MINOR.BUILD-POST
10
10
11
- __version__ = "5.6.6 -0"
11
+ __version__ = "5.7.2 -0"
You can’t perform that action at this time.
0 commit comments