mariadb/vio
Julius Goryavsky 8bb5563369 MDEV-27181: Galera SST scripts should use ssl_capath for CA directory
1. Galera SST scripts should use ssl_capath (not ssl_ca) for CA
   directory. The current implementation tries to automatically
   detect the path using the trailing slash in the ssl_ca variable
   value, but this approach is not compatible with the server
   configuration. Now, by analogy with the server, SST scripts
   also use a separate ssl_capath variable. In addition, a similar
   tcapath variable has been added for the old-style configuration
   (in the "sst" section).
2. Openssl utility detection made more reliable.
3. Removed extra spaces in automatically generated command lines -
   to simplify debugging of the SST scripts.
4. In general, the code for detecting the presence or absence of
   auxiliary utilities has been improved - it is made more reliable
   in some configurations (and for shells other than bash).
2021-12-14 03:25:19 +01:00
..
docs
CMakeLists.txt Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
test-ssl.c Update FSF Address 2019-05-11 21:29:06 +03:00
test-sslclient.c Update FSF Address 2019-05-11 21:29:06 +03:00
test-sslserver.c Update FSF Address 2019-05-11 21:29:06 +03:00
vio.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
vio_priv.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
viopipe.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
vioshm.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
viosocket.c Merge branch '10.1' into 10.2 2020-05-02 08:44:17 +02:00
viossl.c Cleanup - reduce duplicate code, in SSL IO error handling. 2021-03-25 11:16:54 +01:00
viosslfactories.c MDEV-27181: Galera SST scripts should use ssl_capath for CA directory 2021-12-14 03:25:19 +01:00
viotest-ssl.c Update FSF Address 2019-05-11 21:29:06 +03:00
viotest-sslconnect.cc Update FSF Address 2019-05-11 21:29:06 +03:00
viotest.cc Update FSF Address 2019-05-11 21:29:06 +03:00