]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
python-common/cryptotools: move actual crypto opts into a class
authorJohn Mulligan <jmulligan@redhat.com>
Mon, 21 Apr 2025 19:07:59 +0000 (15:07 -0400)
committerKefu Chai <k.chai@proxmox.com>
Thu, 5 Feb 2026 02:50:07 +0000 (10:50 +0800)
commit99de96b15e623afe2ea49c8ae7efcda46bf9a7c4
treecabfa289360a30e1fb0693cf35a92a03f46f5fe3
parentc83677521c3d8a8fc6757c71029123ec132fb865
python-common/cryptotools: move actual crypto opts into a class

The functions now handle the i/o but allow the crypto function class
to centralize the functions that actually use the crypto libs.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 4e4cfa58c4b124c0b0406619cc14ced0b2422550)
src/python-common/ceph/cryptotools/cryptotools.py