Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New mtls connection #51

Merged
merged 4 commits into from
Jan 7, 2022
Merged

Commits on Jan 5, 2022

  1. Related directly to the TLS connection implementation:

    1) util/src_util/ut_mysql_tls_connection.c - the unitest for a TLS connection. Note password is needed.
    2) util/src_util/ut_mysql_m_tls_connection.c - the unitest for a mTLS connection. Note password is MOT needed.
    3) src/src_mysql/sadb_routine_mariadb.template.c - midified sadb_init() to support TLS,mTLS, and regular non-encrypted connection.
    4) crypto.h - modified Crypto_Config_MariaDB() to support extra parameters related to TLS and/or mTLS encrypted connection.
    5) crypto_config.c - modified
    6) crypto_config_structs.h - modified SadbMariaDBConfig_t to support parameters related to tLS/mTLS
    user authored and Aryan E Naim committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    9a5fc4e View commit details
    Browse the repository at this point in the history
  2. Related directly to the TLS connection implementation:

    1) util/src_util/ut_mysql_tls_connection.c - the unitest for a TLS connection. Note password is needed.
    2) util/src_util/ut_mysql_m_tls_connection.c - the unitest for a mTLS connection. Note password is MOT needed.
    3) src/src_mysql/sadb_routine_mariadb.template.c - midified sadb_init() to support TLS,mTLS, and regular non-encrypted connection.
    4) crypto.h - modified Crypto_Config_MariaDB() to support extra parameters related to TLS and/or mTLS encrypted connection.
    5) crypto_config.c - modified
    6) crypto_config_structs.h - modified SadbMariaDBConfig_t to support parameters related to tLS/mTLS
    user authored and Aryan E Naim committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0d77545 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Related directly to the TLS connection implementation:

    1) util/src_util/ut_mysql_tls_connection.c - removed
    2) util/src_util/ut_mysql_m_tls_connection.c - combined TLS with mTLS test
    3) src/src_mysql/sadb_routine_mariadb.template.c - removed extra if statement
    user authored and Aryan E Naim committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ceb8125 View commit details
    Browse the repository at this point in the history
  2. Related directly to the TLS connection implementation:

    1) util/src_util/ut_mysql_m_tls_connection.c - removed password
    user authored and Aryan E Naim committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    d746aac View commit details
    Browse the repository at this point in the history