]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
auth/cephx: implement random()->get_bytes() for crimson
authorKefu Chai <kchai@redhat.com>
Fri, 24 Jul 2020 15:10:51 +0000 (23:10 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 27 Jul 2020 03:29:10 +0000 (11:29 +0800)
commit9e46dd520fa3f90187d44526d42a97f37ae20bc2
tree4d6e9117c99ad1bbb8f45eb337a23c1712eb3d54
parent00d4028ed90fe8b72dbb7e9bffafa9f4d476267e
auth/cephx: implement random()->get_bytes() for crimson

instead of using CryptoRandom use the C++ standard library for
generating secret.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/cephx/CephxProtocol.cc