<?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>Patterns &#187; security</title>
	<atom:link href="http://kb.huptas.net/category/ops/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://kb.huptas.net</link>
	<description>Technical patchwork to ease my brain</description>
	<lastBuildDate>Sat, 08 Aug 2009 23:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>OpenSSL: Retrieve remote SSL certificate</title>
		<link>http://kb.huptas.net/2008/06/11/openssl-retrieve-remote-ssl-certificate/</link>
		<comments>http://kb.huptas.net/2008/06/11/openssl-retrieve-remote-ssl-certificate/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:12:58 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=168</guid>
		<description><![CDATA[The following small script has been copied over from madboa.com: #!/bin/sh # # usage: retrieve-cert.sh remote.host.name [port] # REMHOST=$1 REMPORT=${2:-443} echo &#124;\ openssl s_client -connect ${REMHOST}:${REMPORT} 2&#62;&#38;1 &#124;\ sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p']]></description>
		<wfw:commentRss>http://kb.huptas.net/2008/06/11/openssl-retrieve-remote-ssl-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenVPN, SSH and DSL lines</title>
		<link>http://kb.huptas.net/2007/09/20/openvpn-ssh-and-dsl-lines/</link>
		<comments>http://kb.huptas.net/2007/09/20/openvpn-ssh-and-dsl-lines/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 20:46:38 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/2007/09/20/openvpn-ssh-and-dsl-lines/</guid>
		<description><![CDATA[Setting A few virtual servers were set up for one of our customers and to improve security we only publicly allowed HTTP/HTTPS and OpenVPN. So the customer would have to vpn in before a SSH session could be established. So far so good&#8230; Customer is able to happily vpn in from multiple clients and open [...]]]></description>
		<wfw:commentRss>http://kb.huptas.net/2007/09/20/openvpn-ssh-and-dsl-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction: CC EAL</title>
		<link>http://kb.huptas.net/2006/01/27/introduction-cc-eal/</link>
		<comments>http://kb.huptas.net/2006/01/27/introduction-cc-eal/#comments</comments>
		<pubDate>Fri, 27 Jan 2006 18:42:44 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=88</guid>
		<description><![CDATA[CC -> Common Criteria EAL -> Evaluation Assurance Level http://www.bsi.de/cc/eal_stufe.htm http://www.bsi.de/zertifiz/zert/report.htm http://www.commoncriteriaportal.org/]]></description>
		<wfw:commentRss>http://kb.huptas.net/2006/01/27/introduction-cc-eal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing Debian Guide</title>
		<link>http://kb.huptas.net/2005/07/25/securing-debian-guide/</link>
		<comments>http://kb.huptas.net/2005/07/25/securing-debian-guide/#comments</comments>
		<pubDate>Mon, 25 Jul 2005 12:20:03 +0000</pubDate>
		<dc:creator>Dustin</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://kb.huptas.net/?p=69</guid>
		<description><![CDATA[http://www.debian.org/doc/manuals/securing-debian-howto]]></description>
		<wfw:commentRss>http://kb.huptas.net/2005/07/25/securing-debian-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
