TLS fixes for C/C 3.4.x

- Always set/unset peer certificate verification flag
- Return None (instead of raising an exception) for tls connection
  properties if TLS is not in use
- bumped version number to 1.1.11
This commit is contained in:
Georg Richter
2024-09-16 10:13:38 +02:00
parent afb3ccd778
commit 1d03be3483
4 changed files with 18 additions and 8 deletions

View File

@ -30,7 +30,7 @@ PY_MARIADB_AUTHORS = "Georg Richter"
PY_MARIADB_MAJOR_VERSION = 1
PY_MARIADB_MINOR_VERSION = 1
PY_MARIADB_PATCH_VERSION = 10
PY_MARIADB_PATCH_VERSION = 11
PY_MARIADB_PRE_RELEASE_SEGMENT = None
PY_MARIADB_PRE_RELEASE_NR = 0
PY_MARIADB_POST_RELEASE_SEGMENT = None