]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Allow URL-safe base64 cephx keys to be decoded.
authorWido den Hollander <wido@widodh.nl>
Thu, 5 Jul 2012 13:29:54 +0000 (15:29 +0200)
committerSage Weil <sage@inktank.com>
Thu, 5 Jul 2012 14:32:28 +0000 (07:32 -0700)
commitea11c7f9d8fd9795e127cfd7e8a1f28d4f5472e9
tree50f07e413cf9ec290dfd23b2a952389ebbf7fed0
parentf67fe4e368b5f250f0adfb183476f5f294e8a529
Allow URL-safe base64 cephx keys to be decoded.

In these cases + and / are replaced by - and _ to prevent problems when using
the base64 strings in URLs.

Signed-off-by: Wido den Hollander <wido@widodh.nl>
Signed-off-by: Sage Weil <sage@inktank.com>
src/common/armor.c