Implement subject-id in SAML (#2934)
In order to add a subjectid() method in Safelib I had to copy encode_base32 from MIME::Base32 because it's only a few lines long and not worth adding a whole dependancy.
@guimard do I need to update debian/copyright to reflect this? Does the borrowed code need to be a in a separate perl file, or is a simple mention in Safelib.pm enough ? !343 (diffs)
Edited by Maxime Besson