MariaDB Connector/C 3.4.2 Changelog
You are viewing an old version of this article. View
the current version here.
Note: This page describes features in the source repository for the MariaDB Connector/C. There are currently no official packages or binaries available for download which contain the version of the driver described here. If you want to try out any of the new features described here you will need to get and compile the code yourself.
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
- Revision #997f0dee
2024-10-01 17:05:24 +0200
- Fix install location of manpages
- Revision #6c597766
2024-09-30 13:45:58 +0200
- Documentation generation: Supress warnings
- Revision #89a9e956
2024-09-30 10:53:36 +0200
- CONC-733: Fix documentation (man pages) installation
- Revision #4e83946e
2024-09-25 19:54:02 +0200
- ed25519: Remove server/client definition
- Revision #ef590820
2024-09-25 17:18:04 +0200
- Build ref10 library with position_independent_code property.
- Revision #d358547d
2024-09-25 08:28:56 +0200
- We always need to set verification flag in tls test, to avoid failing tests if Connector/C was built with option DEFAULT_SSL_VERIFY_SERVER_CERT=OFF
- Revision #7cb4b05d
2024-09-25 08:08:39 +0200
- Fix for CONC-732: Always set verification callback (OpenSSL)
- Revision #968b5f0a
2024-09-24 12:08:42 +0200
- Fix for CONC-731: wrong error message (incorrect fp)
- Revision #39f2e12f
2024-09-21 17:47:44 +0200
- TLS verification: Added support for envvar MARIADB_TLS_DISABLE_PEER_VERIFICATION
- Revision #b465742c
2024-09-21 15:34:26 +0200
- Merge branch '3.3' into 3.4
- Revision #ae385415
2024-09-21 15:33:49 +0200
- Merge branch '3.1' into 3.3
- Revision #9a400793
2024-09-20 16:52:46 +0200
- Fix possible crash, if no default plugin was loaded.
- Revision #3973fb84
2024-09-20 08:38:52 +0200
- Merge branch '3.3' into 3.4
- Revision #f705f346
2024-09-20 08:35:24 +0200
- Merge branch '3.1' into 3.3
- Revision #289eaf2a
2024-09-20 08:32:21 +0200
- Merge pull request #254 from grooverdan/3.1-CONC-730-undef-behaviour
- Revision #c4153aa8
2024-09-18 17:19:43 +1000
- CONC-730 Undefined behavior in the reference Ed25519 implementation
- Revision #56178db1
2024-09-14 16:16:04 +0200
- Fix for CONC-726:
- Revision #858a3e36
2024-09-12 18:44:51 +0200
- Fix typo (thanks to OttoK).
- Revision #cd81266f
2024-09-12 14:21:10 +0200
- Fixed build of manpages
- Revision #a6fd09f1
2024-09-17 10:58:25 +0200
- OpenSSL timeout fix: Since timeout was already set via setsockopt, we call
wait_io_or_timeout()
with a very small timeout (5ms) to get a more precise errno, which is used by OpenSSL's error function.
- OpenSSL timeout fix: Since timeout was already set via setsockopt, we call
- Revision #2804ed91
2024-09-17 10:45:00 +0200
- Merge pull request #253 from mariadb-corporation/revert-250-wait_io_or_timeout-fixes
- Revision #21b12fea
2024-09-15 07:18:44 +0200
- Revert "Fix usage of wait_io_or_timeout from TLS layers"
- Revision #b45eaa7c
2024-09-12 19:40:45 +0200
- Merge pull request #250 from azat-ch/wait_io_or_timeout-fixes
- Revision #b8a93c45
2024-07-01 15:36:52 +0200
- Fix usage of wait_io_or_timeout from TLS layers
- Revision #e7b6adfb
2024-09-10 07:19:12 +0200
- Simplify tls_verification_callback
- Revision #78441a1b
2024-09-09 14:27:35 +0200
- Travis fix (caused by previous merge)
- Revision #dfdf3f75
2024-09-09 11:12:56 +0200
- CONC-712: Don't verify hostname on local connection
- Revision #b481c0a4
2024-09-09 10:36:45 +0200
- CONC-724: Added TLS verification callback support
- Revision #375720dc
2024-09-06 10:58:57 +0200
- GnuTLS fixes: To behave like OpenSSL and Schannel, we need to check the hostname, even if other checks failed before.
- Revision #b827743c
2024-09-03 07:53:59 +0200
- Fix parsec build errors (posix)
- Revision #0b57bd22
2024-09-03 07:33:57 +0200
- Replaced _Thread_local by thread
- Revision #80be17e9
2024-09-03 06:06:19 +0200
- Test fix: Fix paths for tls_server
- Revision #2cc31e87
2024-08-31 08:27:48 +0200
- Disable TLSv1.0 test
- Revision #57f38cf8
2024-08-31 07:53:46 +0200
- Save the result of peer certificate verification
- Revision #4a157ffb
2024-08-31 07:37:31 +0200
- Merge branch '3.3' into 3.4
- Revision #312b7eab
2024-08-06 13:48:14 +0200
- Folow up of CONC-567 Schannel:
- Revision #7df01d4b
2024-08-05 13:26:36 +0200
- Merge branch '3.3-wlad-schannel' into 3.3
- Revision #1e8e1f4f
2024-07-31 13:49:30 +0200
- Fix "set but not used" warnings.
- Revision #3ceb310e
2024-07-30 11:53:57 +0200
- CONC-567 Schannel : support TLSv1.3
- Revision #d15c7385
2024-07-29 21:55:08 +0200
- CONC-567 Schannel - handle SEC_I_RENEGOTIATE, prepare for TLSv1.3
- Revision #72116a30
2024-07-29 11:53:15 +0200
- Merge branch '3.1' into 3.3
- Revision #6a67a34f
2024-07-28 03:46:50 +0200
- CONC-527 "SEC_E_ALGORITHM_MISMATCH" connecting Windows client to Ubuntu
- Revision #01b6b321
2024-07-19 10:16:56 +0200
- Travis fix: use export instead of set command
- Revision #6dfc071d
2024-06-18 11:01:17 -0400
- bump the VERSION
- Revision #551e1e39
2024-05-14 13:58:20 +0200
- travis: removed skysql
- Revision #95d5623d
2024-07-31 06:01:21 +0200
- Bump version number -> 3.3.12
- Revision #998a8da4
2024-03-12 13:18:47 +0100
- MDEV-33513 On Windows, build auth_gssapi_client statically and dynamically.
- Revision #a19895ef
2024-08-30 13:22:23 +0200
- CONC-717: Added parsec support for Windows
- Revision #c5ce23d3
2024-08-30 07:39:46 +0200
- Fix compiler warnings (schannel.c)
- Revision #c2ce7e55
2024-08-29 08:19:22 +0200
- CONC-722: Fix parsec build (OpenSSL)
- Revision #fb0496cd
2024-08-28 18:22:53 +0200
- Fixed plugin header and added parsec test
- Revision #dd8df0c8 2024-08-28 15:04:15 +0200
- Revision #e3c64b59
2024-08-20 20:38:30 -0400
- bump the VERSION
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.