File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ wolfSSL-py Release 5.6.6 (Jan 23, 2024)
2
+ ============================================
3
+ * Fix segfault issue with TLS v1.3
4
+ * Update expired example certs
5
+ * Update wolfSSL to version 5.6.6
6
+
7
+
1
8
wolfSSL-py Release 5.6.0 (May 2, 2022)
2
9
============================================
3
10
* Update wolfSSL to version 5.6.0
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ def generate_libwolfssl():
292
292
get_libwolfssl ()
293
293
294
294
# default values
295
- OLDTLS_ENABLED = 1
295
+ OLDTLS_ENABLED = 0
296
296
297
297
if featureDetection :
298
298
OLDTLS_ENABLED = 0 if '#define NO_OLD_TLS' in optionsHeaderStr else 1
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.0 -stable"
3
+ __wolfssl_version__ = "v5.6.6 -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.0 -0"
11
+ __version__ = "5.6.6 -0"
You can’t perform that action at this time.
0 commit comments