summaryrefslogtreecommitdiff
path: root/src/common/armor.c
Commit message (Expand)AuthorAgeFilesLines
* Allow URL-safe base64 cephx keys to be decoded.Wido den Hollander2012-07-051-2/+2
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-041-0/+4
* Fix base64-decoding when input ends in newline.Tommi Virtanen2011-02-021-1/+4
* common: use ceph_armor instead of openssl based functionsYehuda Sadeh2010-12-031-15/+34
* armor: make armor encoding match libssl's base64Sage Weil2009-09-101-13/+22
* kclient: add base64, crypt.[ch]Sage Weil2009-08-191-0/+89