Commit 16c14d7b authored by Sergei Golubchik's avatar Sergei Golubchik

mark ed25519 stable

parent 44d1cada
...@@ -32,7 +32,7 @@ PLUGIN_AUTHOR Sergei Golubchik ...@@ -32,7 +32,7 @@ PLUGIN_AUTHOR Sergei Golubchik
PLUGIN_DESCRIPTION Elliptic curve ED25519 based authentication PLUGIN_DESCRIPTION Elliptic curve ED25519 based authentication
PLUGIN_LICENSE GPL PLUGIN_LICENSE GPL
LOAD_OPTION ON LOAD_OPTION ON
PLUGIN_MATURITY Beta PLUGIN_MATURITY Stable
PLUGIN_AUTH_VERSION 1.0-alpha PLUGIN_AUTH_VERSION 1.0-alpha
create user test1@localhost identified via ed25519 using 'ZIgUREUg5PVgQ6LskhXmO+eZLS0nC8be6HPjYWR4YJY'; create user test1@localhost identified via ed25519 using 'ZIgUREUg5PVgQ6LskhXmO+eZLS0nC8be6HPjYWR4YJY';
show grants for test1@localhost; show grants for test1@localhost;
......
...@@ -102,7 +102,7 @@ maria_declare_plugin(ed25519) ...@@ -102,7 +102,7 @@ maria_declare_plugin(ed25519)
NULL, NULL,
NULL, NULL,
"1.0-alpha", "1.0-alpha",
MariaDB_PLUGIN_MATURITY_BETA MariaDB_PLUGIN_MATURITY_STABLE
} }
maria_declare_plugin_end; maria_declare_plugin_end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment