<?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>Sat, 19 May 2012 01:42:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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[<a href="http://langui.sh/2010/01/10/parsing-a-crl-with-openssl/" title="Parsing A CRL With OpenSSL"></a>Short and sweet. This command will parse and 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 &#8230;<p class="read-more"><a href="http://langui.sh/2010/01/10/parsing-a-crl-with-openssl/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://langui.sh/2010/01/10/parsing-a-crl-with-openssl/" title="Parsing A CRL With OpenSSL"></a><p>Short and sweet.  This command will parse and 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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 4/15 queries in 0.008 seconds using memcached
Object Caching 401/421 objects using memcached

Served from: langui.sh @ 2012-05-21 12:55:36 -->
