Re: [Freeipa-devel] Handling certificates in JSON/XML-RPC

2011-10-14 Thread John Dennis
On 10/14/2011 03:12 PM, Adam Young wrote: I wonder if we need to keep the Binary format for some use cases. I know that there are cases where the PKI code needs to expose certificates to the browser as straight binary. But that would not go through the XML or JSON RPCs. Keep in mind how to do

Re: [Freeipa-devel] Handling certificates in JSON/XML-RPC

2011-10-14 Thread Adam Young
On 10/14/2011 09:28 AM, John Dennis wrote: [ I had a private email exchange with Rob concerning ticket 1201, we've had a long standing issue with how certificates are exchanged because in LDAP they are binary values. I told Rob I had a proof of concept working and Rob sent me a code snippet ill

[Freeipa-devel] Handling certificates in JSON/XML-RPC (was: ticket 1201 status)

2011-10-14 Thread John Dennis
[ I had a private email exchange with Rob concerning ticket 1201, we've had a long standing issue with how certificates are exchanged because in LDAP they are binary values. I told Rob I had a proof of concept working and Rob sent me a code snippet illustrating an earlier attempt he had made to