mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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
3
mysql-test/suite/plugins/t/parsec.opt
Normal file
3
mysql-test/suite/plugins/t/parsec.opt
Normal file
@@ -0,0 +1,3 @@
|
||||
--ssl-key=
|
||||
--ssl-cert=
|
||||
--ssl-ca=
|
Reference in New Issue
Block a user