[MDEV-31994] Support for finger print verification of client certificate. Created: 2023-08-23 Updated: 2023-12-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If the identity of a client can't be verified through a signed TLS certificate issued by a trusted certificate issuer, it should be possible to verify the identity by checking the finger print of the client certificate. 1. Supported finger print hashes: 2. New TLS option (CREATE USER) REQUIRE FINGERPRINT HEX_STRING : This option implies REQUIRE X509 and SSL. 3. Example (using a SHA384 hash)
|