Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.3
-
None
Description
For some strange reason, when compiling with OpenSSL, more internal encryption functions are exported. These plugins use them directly. So, when compiled with YaSSL these symbols aren't available and plugins don't load.
We need to
1. consistently export or hide (preferrably) these symbols both with OpenSSL and YaSSL
2. export the encryption as a service for key management plugins to use or change plugins not to use it.
When fixed a workaround from plugins' CMakelIsts.txt files should be removed
Attachments
Issue Links
- relates to
-
MDEV-7772 SIGSEGV on my_aes_encrypt_cbc when -DWITH_SSL=bundled
- Closed