On 2015-06-29 13:45, Christian Heimes wrote:
Patch for
https://fedorahosted.org/pki/ticket/1102
b64encode() and base64.encodestring() work slightly different.
encodestring() includes an extra newline at the end of the string. It
seems the server treats both representations equally.
I ran the KRA tests according to base/kra/functional/drmtest.readme.txt.
The tests are passing, too.
Here is another take on my old patch. The new patch also fixes a
compatibility issue with Python 3.