mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-32618 new auth plugin
PARSEC: Password Authentication using Response Signed with Elliptic Curve new authentication plugin that uses salted passwords, key derivation, extensible password storage format, and both server- and client-side scrambles. It signs the response with ed25519, but it uses stock unmodified ed25519 as provided by OpenSSL/WolfSSL/GnuTLS. Edited by: Sergei Golubchik
This commit is contained in:
committed by
Oleksandr Byelkin
parent
68e369e3a9
commit
e580cf7ae0
2
mysql-test/suite/plugins/t/rpl_auth.combinations
Normal file
2
mysql-test/suite/plugins/t/rpl_auth.combinations
Normal file
@@ -0,0 +1,2 @@
|
||||
[parsec]
|
||||
[ed25519]
|
Reference in New Issue
Block a user