This PR adds a new table ssl_ciphers to ProxySQL Admin. This table allows to check the currently supported ciphers by ProxySQL. The table is populated during startup and it's never save to disk, in a similar fashion to mysql_collations table.
It's defined with two rows cipher_name and cipher_description. A simple output for completion:
Table definitions like ADMIN_SQLITE_TABLE_SSL_CIPHERS is being moved away from ProxySQL_Admin.cpp . Putting this PR on hold until that migration is completed.
This PR adds a new table
ssl_ciphers
to ProxySQL Admin. This table allows to check the currently supported ciphers by ProxySQL. The table is populated during startup and it's never save to disk, in a similar fashion tomysql_collations
table.It's defined with two rows
cipher_name
andcipher_description
. A simple output for completion: