]> git.proxmox.com Git - proxmox-backup.git/commit
auth: factor out CA store and cert lookup into own fn
authorChristoph Heiss <c.heiss@proxmox.com>
Fri, 12 Jan 2024 16:16:00 +0000 (17:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Mar 2024 16:17:12 +0000 (17:17 +0100)
commitab09f409be7700e56c4b3d0fae70e03ee10b734a
tree2ef67bd860b316a71feb55c89faa3a527ff63875
parent30c34f0b5061e936445e24825f43c619ae483db6
auth: factor out CA store and cert lookup into own fn

This will be needed by the AD authenticator as well, so avoid duplicate
code.

No functional changes.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/auth.rs