[MDEV-16665] ed25519 describes itself as 1.0-alpha even though it's not alpha Created: 2018-07-02  Updated: 2018-08-30  Resolved: 2018-08-30

Status: Closed
Project: MariaDB Server
Component/s: Authentication and Privilege System, Plugins
Affects Version/s: 10.1.34, 10.2.16, 10.3.7
Fix Version/s: 10.1.36

Type: Bug Priority: Major
Reporter: Ian Gilfillan Assignee: Alexey Botchkov
Resolution: Fixed Votes: 0
Labels: None


 Description   

ed25519 describes itself as 1.0-alpha even though it's not alpha (beta in the 10.3.7, or stable in the upcoming 10.3.8) after https://github.com/MariaDB/server/commit/16c14d7ba0

SELECT PLUGIN_NAME, PLUGIN_MATURITY, PLUGIN_AUTH_VERSION FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'ed%';
+-------------+-----------------+---------------------+
| PLUGIN_NAME | PLUGIN_MATURITY | PLUGIN_AUTH_VERSION |
+-------------+-----------------+---------------------+
| ed25519     | Beta            | 1.0-alpha           |
+-------------+-----------------+---------------------+



 Comments   
Comment by Alexey Botchkov [ 2018-08-30 ]

http://lists.askmonty.org/pipermail/commits/2018-August/012852.html

Generated at Thu Feb 08 08:30:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.