<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Extract Public Key from X.509 Certificate as Hex</title>
	<atom:link href="http://www.guyrutenberg.com/2009/01/01/extract-public-key-from-x509-certificate-as-hex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2009/01/01/extract-public-key-from-x509-certificate-as-hex/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Thu, 11 Mar 2010 16:09:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2009/01/01/extract-public-key-from-x509-certificate-as-hex/comment-page-1/#comment-17363</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Fri, 20 Mar 2009 07:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=204#comment-17363</guid>
		<description>It looks like the key wasn&#039;t copied correctly and has some parts missing, or is not in the x509 format.

Take a look at Orkut&#039;s key:
http://sandbox.orkut.com/46/o/pub.1199819524.-1556113204990931254.cer

Their key is much longer and has different headers.</description>
		<content:encoded><![CDATA[<p>It looks like the key wasn&#8217;t copied correctly and has some parts missing, or is not in the x509 format.</p>
<p>Take a look at Orkut&#8217;s key:<br />
<a href="http://sandbox.orkut.com/46/o/pub.1199819524.-1556113204990931254.cer" rel="nofollow">http://sandbox.orkut.com/46/o/pub.1199819524.-1556113204990931254.cer</a></p>
<p>Their key is much longer and has different headers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axrdhm</title>
		<link>http://www.guyrutenberg.com/2009/01/01/extract-public-key-from-x509-certificate-as-hex/comment-page-1/#comment-17173</link>
		<dc:creator>Axrdhm</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=204#comment-17173</guid>
		<description>http://lokalisten.de/

I found a public key on developer forum from one of lokalisten.de team member, here are its contents:

-----BEGIN PUBLIC KEY-----
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZzI/zgAlC2cYWJBoXhpJOmeB+
djBDLhncgYlNQLNLjkS1L2cc9SLJUPz3dXmFxie6x8rxdB4XxEG8bsDejDptJe9S
/zrymlH5OgFEqyas+qqo58xHnCFGX8FVbbHOmMEj9qom3HK+QUgNrA7zcP0rXuB5
OzleBGV3OsvMgTQzVwIDAQAB
-----END PUBLIC KEY-----</description>
		<content:encoded><![CDATA[<p><a href="http://lokalisten.de/" rel="nofollow">http://lokalisten.de/</a></p>
<p>I found a public key on developer forum from one of lokalisten.de team member, here are its contents:</p>
<p>&#8212;&#8211;BEGIN PUBLIC KEY&#8212;&#8211;<br />
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZzI/zgAlC2cYWJBoXhpJOmeB+<br />
djBDLhncgYlNQLNLjkS1L2cc9SLJUPz3dXmFxie6&#215;8rxdB4XxEG8bsDejDptJe9S<br />
/zrymlH5OgFEqyas+qqo58xHnCFGX8FVbbHOmMEj9qom3HK+QUgNrA7zcP0rXuB5<br />
OzleBGV3OsvMgTQzVwIDAQAB<br />
&#8212;&#8211;END PUBLIC KEY&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2009/01/01/extract-public-key-from-x509-certificate-as-hex/comment-page-1/#comment-17161</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Tue, 17 Mar 2009 12:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=204#comment-17161</guid>
		<description>Hi,

It looks like the certificate you have is not in the right format, or it might be corrupted. Which container are you trying to use?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It looks like the certificate you have is not in the right format, or it might be corrupted. Which container are you trying to use?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axrdhm</title>
		<link>http://www.guyrutenberg.com/2009/01/01/extract-public-key-from-x509-certificate-as-hex/comment-page-1/#comment-17147</link>
		<dc:creator>Axrdhm</dc:creator>
		<pubDate>Tue, 17 Mar 2009 06:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=204#comment-17147</guid>
		<description>I am trying to do the same with another opensocial container and getting following error:

C:\Program Files\GnuWin32\bin&gt;openssl x509 -modulus -noout &lt; lokalistenPublicKey
v1.pem &#124; sed s/Modulus=/0x/
unable to load certificate
3476:error:0906D06C:PEM routines:PEM_read_bio:no start line:./crypto/pem/pem_lib
.c:647:Expecting: TRUSTED CERTIFICATE

Can you help?</description>
		<content:encoded><![CDATA[<p>I am trying to do the same with another opensocial container and getting following error:</p>
<p>C:\Program Files\GnuWin32\bin&gt;openssl x509 -modulus -noout &lt; lokalistenPublicKey<br />
v1.pem | sed s/Modulus=/0x/<br />
unable to load certificate<br />
3476:error:0906D06C:PEM routines:PEM_read_bio:no start line:./crypto/pem/pem_lib<br />
.c:647:Expecting: TRUSTED CERTIFICATE</p>
<p>Can you help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.375 seconds -->
