mariadb-corporation/libmarias3

Add API calls to lower security

Closed this issue · 1 comments

Need API calls to switch for HTTP and to remove SSL verification.

I'm thinking something like this:

uint8_t ms3_set_option(ms3_st *ms3, ms3_options_t option_name, void *value);

With options for using HTTP and disable SSL verification.