[MDEV-12160] Modern alternative to the SHA1 authentication plugin Created: 2017-03-01 Updated: 2017-06-29 Resolved: 2017-03-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | 10.1.22, 10.2.5 |
| Type: | Task | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Sprint: | 10.1.22 | ||||||||||||||||||||||||||||
| Description |
|
Authentication plugin that
|
| Comments |
| Comment by Daniel Black [ 2017-03-07 ] |
|
Probably to help define what is it is, uses:
Rough thoughts: Registration:
Connection:
Subsequent connections:
|
| Comment by Sergei Golubchik [ 2017-03-07 ] |
|
I'm currently just looking to replace SHA1-based password auth. So the new one should do the same — get the password from the client to the server, so that the server could compare it, without actually seeing or storing the password. I'd rather avoid saving files on the server or client side, I think it complicates usage. btw, my working prototype uses ed25519. |