On Thu, May 25, 2006 at 02:43:17PM +0100, Alexey Melnikov wrote: > >bm9uY2U9IkVZMEI5anR4NlNsc0tQSGhHTGovNmI4WW1qQ3BadDZCL1RGUXAva21kUEU9IixyZWFsbT0icGFuZG9yYS5jb25lY3RpdmEiLHFvcD0iYXV0aCxhdXRoLWludCxhdXRoLWNvbmYiLGNpcGhlcj0icmM0LTQwLHJjNC01NixyYzQsZGVzLDNkZXMiLG1heGJ1Zj00MDk2LGNoYXJzZXQ9dXRmLTgsYWxnb3JpdGhtPW1kNS1zZXNz > >base64 decoding error > > > > > Ah, I've fixed base64 decode function ;-). This might have broken imtest. Is the fix correct and imtest was relying on a bug? > Dave Cridland is correct, openssl has an issue with line length. You > need to insert CRLFs before decoding the value. Correct, using fold -w79 makes openssl work. I'll try to get this noted upstreadm.