<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>langui.sh &#187; crl</title>
	<atom:link href="http://langui.sh/tag/crl/feed/" rel="self" type="application/rss+xml" />
	<link>http://langui.sh</link>
	<description>Fun hacks, WP plugins, photography, and PKI junk.  Languishing since 2008.</description>
	<lastBuildDate>Tue, 20 Jul 2010 22:12:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Parsing A CRL With OpenSSL</title>
		<link>http://langui.sh/2010/01/10/parsing-a-crl-with-openssl/</link>
		<comments>http://langui.sh/2010/01/10/parsing-a-crl-with-openssl/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 02:29:47 +0000</pubDate>
		<dc:creator>Paul Kehrer</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[crl]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://langui.sh/?p=952</guid>
		<description><![CDATA[Short and sweet. This command will give you a list of revoked serial numbers: openssl crl -inform DER -text -noout -in mycrl.crl Most CRLs are DER encoded, but you can use -inform PEM if your CRL is not binary. If you&#8217;re unsure if it is DER or PEM open it with a text editor. If [...]]]></description>
			<content:encoded><![CDATA[<p>Short and sweet.  This command will give you a list of revoked serial numbers:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">openssl crl <span style="color: #660033;">-inform</span> DER <span style="color: #660033;">-text</span> <span style="color: #660033;">-noout</span> <span style="color: #660033;">-in</span> mycrl.crl</pre></div></div>

<p>Most CRLs are DER encoded, but you can use -inform PEM if your CRL is not binary.  If you&#8217;re unsure if it is DER or PEM open it with a text editor.  If you see &#8212;&#8211;BEGIN X509 CRL&#8212;&#8211; then it&#8217;s PEM and if you see strange binary-looking garbage characters it&#8217;s DER.</p>
]]></content:encoded>
			<wfw:commentRss>http://langui.sh/2010/01/10/parsing-a-crl-with-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
