<?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>Pramatr Blog &#187; Export Control</title>
	<atom:link href="http://www.pramatr.com/blog/tag/export-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pramatr.com/blog</link>
	<description>A collection of articles from pramatr.com on technology, security, software and anything we find interesting</description>
	<lastBuildDate>Mon, 29 Mar 2010 19:48:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Illogical Export of Cryptography</title>
		<link>http://www.pramatr.com/blog/2008/12/14/the-illogical-export-of-cryptography/</link>
		<comments>http://www.pramatr.com/blog/2008/12/14/the-illogical-export-of-cryptography/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 16:36:49 +0000</pubDate>
		<dc:creator>pramatr</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Export Control]]></category>

		<guid isPermaLink="false">http://pramatr.com/?p=42</guid>
		<description><![CDATA[
I have recently had the pleasure of dealing with the Export Compliance Organisation (ECO) in the UK. For those that don’t know what their purpose is and how it relates to software development you should check out their website.
 For the lazy I will quote in their own words:
“The Export Control Organisation is responsible for assessing [...]]]></description>
			<content:encoded><![CDATA[<div class="Section1">
<p>I have recently had the pleasure of dealing with the Export Compliance Organisation (ECO) in the UK. For those that don’t know what their purpose is and how it relates to software development you should check out their <a href="http://www.berr.gov.uk/whatwedo/europeandtrade/strategic-export-control/index.html" target="_blank">website</a>.</p>
<p> For the lazy I will quote in their own words:</p>
<p style="padding-left:30px;"><em>“The Export Control Organisation is responsible for assessing and issuing export licences for specific categories of &#8220;controlled&#8221; goods. A wide range of items fall under Export Control Legislation including so-called dual-use goods (such as nuclear, chemical or communications goods), torture goods, radioactive sources, as well as military items (such as firearms and ammunition). Other exports are controlled by separate legislation.</em></p>
<p><em>If items exported from the United Kingdom are subject to control, then those items will need a licence to be legally exported.</em><br />
<span id="more-42"></span><br />
<strong>Who Cares?</strong><br />
So why should we as software developers care about export control?</p>
<p class="MsoNormal">Well cryptography software is classified as a dual-use item and <span style="text-decoration:underline;">may</span> require control under Export Control Legislation. This is because it can be used to secure communications and to stop the authorities finding out what someone is getting up to.</p>
<p class="MsoNormal">For example say we develop a proprietary symmetric cipher that is highly secure and we use this to create a communication program that we sell over the Internet. This legislation is designed to ensure that the government knows about it, and that we can demonstrate to them, who we have sold it to and where, and for what purpose its being used.</p>
<p><strong>A Closer Look</strong><br />
Taking a closer look at the Export Control List we find that software that employs the following techniques is controlled under the legislation:</p>
<p style="padding-left:30px;"><em>A &#8220;symmetric algorithm&#8221; employing a key length in excess of 56 bits; or</em></p>
<p style="padding-left:30px;"><em>b. An &#8220;asymmetric algorithm&#8221; where the security of the algorithm is based on </em><em>any of the following:</em></p>
<p style="padding-left:60px;"><em>1. Factorisation of integers in excess of 512 bits (e.g., RSA);</em></p>
<p style="padding-left:60px;"><em>2. Computation of discrete logarithms in a multiplicative group of a finite field of size greater than 512 bits (e.g., Diffie-Hellman over); or</em></p>
<p style="padding-left:60px;"><em>3. Discrete logarithms in a group other than mentioned in 5A002.a.1.b.2. in excess of 112 bits (e.g., Diffie-Hellman over anelliptic curve);</em></p>
<p class="MsoNormal"><strong>Is Your WebApp Licensed?</strong> <br />
Now anyone that knows a little about the common protocols used on the Internet today should know that any Secure Socket Layer application will fall under this definition. That means any web server running HTTPS could possibly require an export license because it uses a key length greater than 56 bits, most web servers as standard now use 128 bit encryption.</p>
<p class="MsoNormal"><strong>How To Get A License</strong><br />
Getting the license is fairly straight forward, the government provide open licenses that can be used so you don’t have to obtain an individual license for every sale. You simply register with the ECO and keep records of your exports. If you are unsure as to whether your product needs to have a license you can obtain a rating from the ECO by registering on <a href="http://www.spire.berr.gov.uk" target="_blank">SPIRE </a>this is also the same place where you can apply for the open licenses.</p>
<p class="MsoNormal"><strong>Commerical Product vs Opensource Product<br />
</strong>I recently went through the rating process for a product that used a web server. The product had two editions, an open source and commercial edition that had additional features. The main cryptographic component was the secure web server which utilised the cryptographic components from the Sun Java Runtime.</p>
<p class="MsoNormal">When I got the rating back I was surprised to find that the open source edition did not require any license but the commercial edition was controlled under category 5D002.</p>
<p class="MsoNormal">This seems highly illogical to me, the open source edition does not require a license to export even though it’s in the public domain, free for all to use and modify as the source code is available, yet the the commercial edition (which ships with compiled obfuscated code) requires licensing.</p>
<p class="MsoNormal"> Which one would you choose if you wanted to hide your activities from the authorities?</p>
<p class="MsoNormal"><strong>Common Sense Please<br />
</strong>Whilst I agree that export legislation is a good thing and is designed to protect us I think that some common sense needs to be applied to software. With so much cryptography in the public domain surely we should only control proprietary cryptographic algorithms and leave the known standards alone.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pramatr.com/blog/2008/12/14/the-illogical-export-of-cryptography/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
