summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-06-21 09:43:05 +0200
committerSergei Golubchik <serg@mariadb.org>2018-06-28 15:46:57 +0200
commit16c14d7ba05ed3ad6ce1f3a8e0447d6304a7e636 (patch)
tree97ea2033216a15eccb17039dae6c127e65f69332
parent44d1cada126a740abf745be53f485de29feb54a3 (diff)
downloadmariadb-git-16c14d7ba05ed3ad6ce1f3a8e0447d6304a7e636.tar.gz
mark ed25519 stable
-rw-r--r--mysql-test/suite/plugins/r/auth_ed25519.result2
-rw-r--r--plugin/auth_ed25519/server_ed25519.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/plugins/r/auth_ed25519.result b/mysql-test/suite/plugins/r/auth_ed25519.result
index a3b85a11dea..371d20befeb 100644
--- a/mysql-test/suite/plugins/r/auth_ed25519.result
+++ b/mysql-test/suite/plugins/r/auth_ed25519.result
@@ -32,7 +32,7 @@ PLUGIN_AUTHOR Sergei Golubchik
PLUGIN_DESCRIPTION Elliptic curve ED25519 based authentication
PLUGIN_LICENSE GPL
LOAD_OPTION ON
-PLUGIN_MATURITY Beta
+PLUGIN_MATURITY Stable
PLUGIN_AUTH_VERSION 1.0-alpha
create user test1@localhost identified via ed25519 using 'ZIgUREUg5PVgQ6LskhXmO+eZLS0nC8be6HPjYWR4YJY';
show grants for test1@localhost;
diff --git a/plugin/auth_ed25519/server_ed25519.c b/plugin/auth_ed25519/server_ed25519.c
index ac443b43b09..7720a0a4074 100644
--- a/plugin/auth_ed25519/server_ed25519.c
+++ b/plugin/auth_ed25519/server_ed25519.c
@@ -102,7 +102,7 @@ maria_declare_plugin(ed25519)
NULL,
NULL,
"1.0-alpha",
- MariaDB_PLUGIN_MATURITY_BETA
+ MariaDB_PLUGIN_MATURITY_STABLE
}
maria_declare_plugin_end;