<?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>jAN fORMAN &#187; openssl</title>
	<atom:link href="http://blog.janforman.com/tag/openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.janforman.com</link>
	<description>Enterprise IT Architect / Developer</description>
	<lastBuildDate>Sat, 17 Jul 2010 21:35:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tired of slow SFTP connection?</title>
		<link>http://blog.janforman.com/tired-of-slow-sftp-connection/</link>
		<comments>http://blog.janforman.com/tired-of-slow-sftp-connection/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 21:14:56 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://janforman.com/?p=92</guid>
		<description><![CDATA[Don&#8217;t worry, there is a little trick to speed up SFTP over SSH connection. For better speed raise priority of BLOWFISH cipher (BLOWFISH is much faster than AES). You may have double increase speed while uploading/downloading files. Security goes down lightly.


		   		Previous
  		   		Next
CloseSpeed up your SFTP over SSH connection [...]]]></description>
		<wfw:commentRss>http://blog.janforman.com/tired-of-slow-sftp-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL_error_rx_unexpected_change_cipher</title>
		<link>http://blog.janforman.com/ssl_error_rx_unexpected_change_cipher/</link>
		<comments>http://blog.janforman.com/ssl_error_rx_unexpected_change_cipher/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 13:09:42 +0000</pubDate>
		<dc:creator>Jan Forman</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[openssl]]></category>

		<guid isPermaLink="false">http://janforman.com/?p=85</guid>
		<description><![CDATA[:-) so if you see this error, you have problem with openssl 0.9.8g.
This is small bug in client part of openssl and now is often visible in new Firefox 3
Simply disable TLS v1 in your server (SSHv2 too because of better security)
Insert this line into httpd.conf
&#8212;
SSLProtocol all -TLSv1 -SSHv2
&#8212;
That&#8217;s it :-D
]]></description>
		<wfw:commentRss>http://blog.janforman.com/ssl_error_rx_unexpected_change_cipher/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
