<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I get the following erros when trying to decode the revocation list:<br>
<div class="container">
<div id="paste_border">
<pre class="paste_scroller"><div id="paste_container"><ol class="paste_lines"><li id="1" class="lineno"><div class="paste_content">140580198655840:error:0407006A:rsa routines:RSA_padding_check_PKCS1_type_1:block type is not 01:rsa_pk1.c:100:</div></li><li id="2" class="lineno"><div class="paste_content">140580198655840:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRYPT:padding check failed:rsa_eay.c:795:</div></li><li id="3" class="lineno"><div class="paste_content">140580198655840:error:2E09A09E:CMS routines:CMS_SignerInfo_verify_content:verification failure:cms_sd.c:899:</div></li><li id="4" class="lineno"><div class="paste_content">140580198655840:error:2E09D06D:CMS routines:CMS_verify:content verify error:cms_smime.c:425:</div></li></ol><p>
The biggest difference I can see between this and the successful runs in the other projects is that this one comes in enced as unicode, elsewhere we see it as string.
</p><p>The data is coming through OK. I can see:
</p><p>{"revoked": []}
</p><p>So I think the DER encoding is getting messed up in translation.
</p></div></pre>
</div>
</div>
</body>
</html>