<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Lab Notes</title>
    <link rel="alternate" type="text/html" href="http://blog.periodiklabs.com/" />
    
    <id>tag:blog.periodiklabs.com,2009-05-02://1</id>
    <updated>2009-05-02T19:19:12Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.25</generator>

<link rel="self" href="http://feeds.feedburner.com/periodiklabs/labnotes" type="application/atom+xml" /><entry>
    <title>Elektron 2.0.2118</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/8GIJikjJrlI/elektron-202118.html" />
    <id>tag:blog.periodiklabs.com,2009://1.337</id>

    <published>2009-02-03T05:39:08Z</published>
    <updated>2009-05-02T19:19:12Z</updated>

    <summary>Today we posted Elektron 2.0.2118 for both Windows and Mac OS X. This is a bug fix release, adding the following fixes: Fixed a small memory leak when using ODBC for authentication Fixed a bug formatting Elektron account usernames in...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        Today we posted &lt;a href="http://www.periodiklabs.com/support/start"&gt;Elektron 2.0.2118 for both Windows and Mac OS X&lt;/a&gt;. This is a bug fix release, adding the following fixes:

&lt;ul&gt;
&lt;li&gt;Fixed a small memory leak when using ODBC for authentication&lt;/li&gt;
&lt;li&gt;Fixed a bug formatting Elektron account usernames in Elektron Settings&lt;/li&gt;
&lt;li&gt;Fixed a bug that prevented PEAP users from successfully authenticating against an upstream RADIUS server&lt;/li&gt;
&lt;li&gt;Fixed a bug that prevented MAC address authentication with certain Netgear devices&lt;/li&gt;
&lt;li&gt;Changed the message logged when an invalid Message-Authenticator is received&lt;/li&gt;
&lt;li&gt;Fixed a bug that resulted in Directory Services authentication failing for users who are members of many groups&lt;/li&gt;
&lt;li&gt;Fixed a bug that resulted in a spurious EAP-FAST PAC logging message&lt;/li&gt;
&lt;li&gt;Fixed a bug that prevented EAP-FAST from successfully authenticating MS-CHAPv2 users over non-anonymous connections&lt;/li&gt;
&lt;li&gt;Fixed a bug that could cause a crash on Windows when running with Delay Access-Reject (an option that is disabled by default)&lt;/li&gt;
&lt;li&gt;Fixed a bug in the Elektron Settings application that would cause username triggers to appear incorrect after reordering policies&lt;/li&gt;
&lt;/ul&gt;

If you have enabled the "Delay Sending Access-Reject Messages" option (see Elektron Settings-&gt;Authentication Settings) on a Windows server, this is a necessary upgrade. If you are using EAP-FAST or using Elektron as a front end to another RADIUS server, this is a recommended upgrade. As always, please &lt;a href="http://www.periodiklabs.com/support/start"&gt;let us know&lt;/a&gt; if you have any trouble or questions.
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/8GIJikjJrlI" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2009/02/elektron-202118.html</feedburner:origLink></entry>

<entry>
    <title>Creating a Rogue CA Certificate</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/FZwJsL5y4GI/creating-a-rogue-ca-certificat.html" />
    <id>tag:blog.periodiklabs.com,2008://1.336</id>

    <published>2008-12-31T05:56:30Z</published>
    <updated>2009-05-02T19:19:12Z</updated>

    <summary>At the Chaos Communication Congress today, researchers presented a paper describing their technique for forging certificates to appear as if they were signed by a trusted certificate authority. How they did it, in a nutshell: Obtain a legitimate certificate from...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;At the Chaos Communication Congress today, researchers presented &lt;a href="http://www.win.tue.nl/hashclash/rogue-ca/"&gt;a paper describing their technique for forging certificates&lt;/a&gt; to appear as if they were signed by a trusted certificate authority. How they did it, in a nutshell:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Obtain a legitimate certificate from a certificate authority that uses MD5 in its signatures.&lt;/li&gt;

&lt;li&gt;Generate a fake certificate for the rogue web site, adding an extension that contains a precisely calculated string of bytes so that the MD5 digest of the fake certificate matches the MD5 digest of the legitimate certificate from step 1 (this step took the researchers about 18 hours using an array of 200 Playstation 3 systems, whose Cell processor is especially adept at performing the kinds of computations necessary).&lt;/li&gt;

&lt;li&gt;Copy the signature from the legitimate certificate to the fake certificate.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The upshot is that any certificate signed by an authority using MD5 is suspect. RapidSSL accounted for nearly all of the certificates that the researchers identified in their sampling, but Thawte and several others were also singled out. Beware of any web site that uses one of these certificates; even if your browser says that the certificate is valid, it may not be. (n.b., not all Thawte certificates are vulnerable; &lt;a href="https://www.periodiklabs.com/"&gt;our own web site&lt;/a&gt; uses a Thawte certificate that was issued with a SHA-1 signature).&lt;/p&gt;

&lt;p&gt;This presentation comes on the heels of &lt;a href="http://groups.google.com/group/mozilla.dev.tech.crypto/browse_thread/thread/e2755401a7dec203#"&gt;last week's revelation that a certificate vendor has been issuing certificates with no verification&lt;/a&gt;. In that case, a user was able to get a certificate issued in the name of "www.mozilla.org" despite not having any affiliation with Mozilla.&lt;/p&gt;

&lt;p&gt;And to bring this all back around to &lt;a href="http://www.periodiklabs.com/elektron"&gt;Elektron&lt;/a&gt;, I'll note that Elektron has always signed its certificates using SHA-1.&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/FZwJsL5y4GI" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2008/12/creating-a-rogue-ca-certificat.html</feedburner:origLink></entry>

<entry>
    <title>Major Privilege Escalation Bug in Mac OS X 10.4 and 10.5</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/MdzZOwg-FVM/major-privilege-escalation-bug.html" />
    <id>tag:blog.periodiklabs.com,2008://1.335</id>

    <published>2008-06-19T18:04:14Z</published>
    <updated>2009-05-02T19:19:12Z</updated>

    <summary>In case you haven't seen it, any user with an account (admin or not) on Tiger or Leopard can run any command as root. Contrary to some published reports, physical access to the machine is not required; commands can be...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        In case you haven't seen it, &lt;a href="http://it.slashdot.org/article.pl?sid=08/06/18/1919224"&gt;any user with   an account (admin or not) on Tiger or Leopard can run any command as root&lt;/a&gt;. Contrary to some published reports, physical access to the machine is not required; commands can be executed over an SSH or ARD/VNC connection as well.
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/MdzZOwg-FVM" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2008/06/major-privilege-escalation-bug.html</feedburner:origLink></entry>

<entry>
    <title>Overheard at the WWDC Keynote</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/OAebpRRPmiY/overheard-at-the-wwdc-keynote.html" />
    <id>tag:blog.periodiklabs.com,2008://1.334</id>

    <published>2008-06-10T02:30:14Z</published>
    <updated>2009-05-02T19:19:12Z</updated>

    <summary><![CDATA["That's not a feature, that's a bug!" &mdash; An attendee's reaction to Steve Jobs' announcement that Microsoft Exchange support is the one new feature in Snow Leopard...]]></summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;blockquote&gt;"That's not a feature, that's a bug!"&lt;/blockquote&gt;

&amp;mdash; An attendee's reaction to Steve Jobs' announcement that Microsoft Exchange support is the one new feature in Snow Leopard
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/OAebpRRPmiY" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2008/06/overheard-at-the-wwdc-keynote.html</feedburner:origLink></entry>

<entry>
    <title>iPhone 2.0 to Include 802.1X</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/8Hj5E7TpkEQ/iphone-20-to-include-8021x.html" />
    <id>tag:blog.periodiklabs.com,2008://1.333</id>

    <published>2008-03-06T19:53:58Z</published>
    <updated>2009-05-02T19:19:12Z</updated>

    <summary>One of the nicer (for us, at least) announcements to come out of the iPhone presentation this morning is that the next generation of iPhone software will include an 802.1X supplicant, so it will work with Elektron. Apple is currently...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        One of the nicer (for us, at least) announcements to come out of the iPhone presentation this morning is that the next generation of iPhone software will include an 802.1X supplicant, so it will work with &lt;a href="http://www.periodiklabs.com/elektron"&gt;Elektron&lt;/a&gt;. Apple is currently &lt;a href="http://www.apple.com/iphone/enterprise/"&gt;taking applications for their beta program&lt;/a&gt;. Every singly person here has an iPhone, so we had to create a second Wi-Fi network with WPA Personal security enabled to work around the lack of a supplicant.
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/8Hj5E7TpkEQ" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2008/03/iphone-20-to-include-8021x.html</feedburner:origLink></entry>

<entry>
    <title>Time Capsule</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/QQ0amFOXs6Q/time-capsule.html" />
    <id>tag:blog.periodiklabs.com,2008://1.332</id>

    <published>2008-01-15T18:39:22Z</published>
    <updated>2009-05-02T19:19:12Z</updated>

    <summary>It's an AirPort Extreme with a 500GB or 1TB drive specifically targeting Time Machine backups. At $499, it's very aggressively priced; comparable to low end NAS units that don't include access point functions. I wonder what "server grade hard drive"...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;a href="http://www.apple.com/timecapsule/"&gt;It's an AirPort Extreme with a 500GB or 1TB drive&lt;/a&gt; specifically targeting Time Machine backups. At $499, it's very aggressively priced; comparable to low end NAS units that don't include access point functions. I wonder what "server grade hard drive" means &amp;mdash; I suspect that just means it's not a 2.5" ATA drive (which has been the knock on using the Mac Mini as a server).

Here at the Labs, Mac users get an external Firewire drive and a copy of &lt;a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html"&gt;SuperDuper!&lt;/a&gt; for backups. I don't think we'll be replacing that low-tech-but-bulletproof setup anytime soon, but Time Capsule looks really nice for a home setup, particularly in a household with multiple Mac users.
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/QQ0amFOXs6Q" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2008/01/time-capsule.html</feedburner:origLink></entry>

<entry>
    <title>New Xserves</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/BfvZZee94dc/new-xserves.html" />
    <id>tag:blog.periodiklabs.com,2008://1.331</id>

    <published>2008-01-08T19:26:05Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary>Looking good. Available with four or eight cores, and memory is now expandable to 32 GB. The base models are price competitive with similarly equipped Sun and Dell machines. Plus, they're available with zippy SAS drives. For us IT geeks,...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;a href="http://www.apple.com/xserve/"&gt;Looking good&lt;/a&gt;. Available with four or eight cores, and memory is now expandable to 32 GB. The base models are price competitive with similarly equipped Sun and Dell machines. Plus, they're available with zippy SAS drives. For us IT geeks, this was a bigger announcement than the speculative ultraportable at MacWorld next week.
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/BfvZZee94dc" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2008/01/new-xserves.html</feedburner:origLink></entry>

<entry>
    <title>Mac OS X 10.5.1</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/fY0fHP6hnOw/mac-os-x-1051.html" />
    <id>tag:blog.periodiklabs.com,2007://1.330</id>

    <published>2007-11-15T20:24:01Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary>Among the fixes is "Resolves an issue with saved passwords for wireless networks." That one has been bugging me since installing Leopard. Available now via Software Update. The release notes also include this chestnut: In Security preferences' Firewall tab, the...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;Among the fixes is "Resolves an issue with saved passwords for wireless networks." That one has been bugging me since installing Leopard. Available now via Software Update.&lt;/p&gt;

&lt;p&gt;The release notes also include this chestnut:&lt;/p&gt;

&lt;blockquote&gt;In Security preferences' Firewall tab, the "Block All" option is now called "Allow Only essential services"&lt;/blockquote&gt;

&lt;p&gt;So "block all" apparently didn't mean "block all."&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/fY0fHP6hnOw" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/11/mac-os-x-1051.html</feedburner:origLink></entry>

<entry>
    <title>Elektron and Leopard</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/hxDb8y9GR5c/elektron-and-leopard.html" />
    <id>tag:blog.periodiklabs.com,2007://1.329</id>

    <published>2007-10-27T21:43:21Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary>The lab rats have been busy this weekend making sure that Elektron is fully compatible with the final release of Leopard. It only took a couple of minor tweaks, and a new release is now available! You'll only need this...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;The lab rats have been busy this weekend making sure that Elektron is fully compatible with the final release of Leopard. It only took a couple of minor tweaks, and &lt;a href="http://www.periodiklabs.com/support/download/mac"&gt;a new release is now available&lt;/a&gt;! You'll only need this release if you're planning on running Elektron on Leopard; if you are keeping your server on Panther or Tiger (or Windows, for that matter) your existing Elektron installation will continue to authenticate Leopard users just fine.&lt;/p&gt;

&lt;p&gt;The biggest Leopard Wi-Fi news is the disappearance of Internet Connect. All Wi-Fi configuration now occurs in the Network preference pane inside System Preferences:&lt;/p&gt;

&lt;center&gt;&lt;img src="http://www.periodiklabs.com/images/leopardnetwork.png" height="322" width="401" alt="Leopard Network Preferences" /&gt;&lt;/center&gt;

&lt;p&gt;One handy new feature is the ability to store 802.1X configurations on a per-user, per-system, or Login Window basis. The per-user configuration is basically how Tiger works; per-system allows you to create a single configuration for all users on the system (that is, the 802.1X login identifies the machine rather than an individual user), and the Login Window configuration allows the user to specify a username and password at login time to connect to the network &lt;i&gt;before&lt;/i&gt; logging in. This final configuration is important for users without local accounts.&lt;/p&gt;

&lt;p&gt;All in all, a very nice release.&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/hxDb8y9GR5c" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/10/elektron-and-leopard.html</feedburner:origLink></entry>

<entry>
    <title>Elektron 2.0.1755</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/aH33KqgG-0A/elektron-201755.html" />
    <id>tag:blog.periodiklabs.com,2007://1.328</id>

    <published>2007-09-04T19:12:33Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary>A new bug-fix release of Elektron is available for both Windows and Mac OS X. This fixes intermittent issues with Windows XP client logins failing. If you've had trouble with Windows XP users connecting, you'll want this version. Get it...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;A new bug-fix release of Elektron is available for both Windows and Mac OS X. This fixes intermittent issues with Windows XP client logins failing. If you've had trouble with Windows XP users connecting, you'll want this version.&lt;/p&gt;

&lt;p&gt;Get it from our &lt;a href="http://www.periodiklabs.com/support/start"&gt;support page&lt;/a&gt;.&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/aH33KqgG-0A" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/09/elektron-201755.html</feedburner:origLink></entry>

<entry>
    <title>AirPort Base Station Update 2007-002</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/e4C7Q0X3VAE/airport-base-station-update-20.html" />
    <id>tag:blog.periodiklabs.com,2007://1.327</id>

    <published>2007-08-14T23:00:07Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary>The new release includes updated firmware for AirPort Extreme 802.11n base stations. It's not documented, but the new firmware apparently allows you to establish an L2TP VPN tunnel through the base station (previously, a bug limited access to PPTP VPNs...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;The &lt;a href="http://www.apple.com/support/downloads/airportbasestationupdate2007002formac.html"&gt;new release&lt;/a&gt; includes updated firmware for AirPort Extreme 802.11n base stations. It's not documented, but the new firmware apparently allows you to establish an L2TP VPN tunnel through the base station (previously, a bug limited access to PPTP VPNs only).&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/e4C7Q0X3VAE" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/08/airport-base-station-update-20.html</feedburner:origLink></entry>

<entry>
    <title>AirPort Extreme Update 2007-004</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/-6T3jW9ykHc/airport-extreme-update-2007004.html" />
    <id>tag:blog.periodiklabs.com,2007://1.326</id>

    <published>2007-07-31T20:13:21Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary><![CDATA[Available now from Apple. Use Software Update to get it, or you can download it yourself from Apple's support page. &quot;This update is recommended for all Intel-based MacBook, MacBook Pro, and Mac mini computers and improves the reliability of AirPort...]]></summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;Available now from Apple. Use Software Update to get it, or you can &lt;a href="http://www.apple.com/support/downloads/airportextremeupdate2007004.html"&gt;download it yourself&lt;/a&gt; from Apple's support page. &amp;quot;This update is recommended for all Intel-based MacBook, MacBook Pro, and Mac mini computers and improves the reliability of AirPort connections.&amp;quot; No specifics mentioned, so it's unclear if this update addresses the &lt;a href="http://blog.periodiklabs.com/2007/06/got-a-crashing-.html"&gt;kernel panic&lt;/a&gt; problem.&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/-6T3jW9ykHc" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/07/airport-extreme-update-2007004.html</feedburner:origLink></entry>

<entry>
    <title>New Elektron Release: 2.0.1744</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/RSqI4x2L0_o/new-elektron-release-201744.html" />
    <id>tag:blog.periodiklabs.com,2007://1.325</id>

    <published>2007-07-29T02:50:46Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary>This is a bug fix release. It fixes a memory leak in Windows authentication, a bug in how Elektron determines which Active Directory groups a user belongs to, and removes the reliance of the Elektron double-clickable Windows certificate installers on...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;This is a bug fix release. It fixes a memory leak in Windows authentication, a bug in how Elektron determines which Active Directory groups a user belongs to, and removes the reliance of the Elektron double-clickable Windows certificate installers on msvcrt8.dll. This release is recommended for Windows-hosted Elektron servers, and optional for Mac OS X-hosted Elektron servers. Get it from our &lt;a href="http://www.periodiklabs.com/support/start"&gt;support page&lt;/a&gt;.&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/RSqI4x2L0_o" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/07/new-elektron-release-201744.html</feedburner:origLink></entry>

<entry>
    <title>PARC: Wi-Fi PKI Usability Stinks</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/ZGBYUOaJtJ8/parc-wifi-pki-usability-stinks.html" />
    <id>tag:blog.periodiklabs.com,2007://1.324</id>

    <published>2007-07-27T18:07:48Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary><![CDATA[The title actually paraphrases Drs. Balfanz, Durfee, Smetters, and Grinter, but the gist is correct: managing your Wi-Fi PKI is nigh impossible. We've been seeing this here at the Labs from the beginning &mdash; from day one, the vast majority...]]></summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;The title actually paraphrases Drs. Balfanz, Durfee, Smetters, and Grinter, but the gist is correct: managing your Wi-Fi &lt;a href="http://en.wikipedia.org/wiki/Public_key_infrastructure"&gt;PKI&lt;/a&gt; is nigh impossible. We've been seeing this here at the Labs from the beginning &amp;mdash; from day one, the vast majority of our technical support questions have been certificate-related.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.parc.com/"&gt;PARC&lt;/a&gt; conducted the study on Wi-Fi PKI usability, &lt;a href="http://www2.parc.com/csl/members/gdurfee/5lessons.pdf"&gt;"In Search of Usable Security: Five Lessons from the Field."&lt;/a&gt; [PDF] two years ago. They asked expert computer users to try to configure their Windows XP machines to connect to the PARC Wi-Fi network:&lt;/p&gt;

&lt;blockquote&gt;
Once
the wireless network and the PKI were in place, our HCI
researcher studied eight subjects’ enrollment experiences.
All the subjects had advanced degrees, typically
PhDs in computer science and related disciplines, but
the average time it took for them to request and retrieve
their certificates and then configure their systems was
140 minutes. More significantly, despite using a fairly
automated Web-based enrollment system (similar to
those used by commercial certificate vendors such as
Verisign) and the GUI-based 802.1x wireless configuration
software provided by Microsoft Windows XP, the
process involved a total of 38 steps to complete enrollment.
&lt;/blockquote&gt;

&lt;p&gt;Executive summary: "We took a bunch of computer science Phd's, gave them explicit step-by-step instructions, and it still took them over two hours to complete the configuration task, and in the end they didn't know what they had just done to their computers."&lt;/p&gt;

&lt;p&gt;Microsoft is clearly aware of the problem, as they modified the Wi-Fi network enrollment process in Vista to suck slightly less. They've still got a long way to go, though. Personally, I'm a fan of the Mac OS X process: just connect to the network, the Mac asks "hey, I've never seen this certificate before, should I trust it?" and you're off. Clearly, Apple is on to something. Of those technical support questions I mentioned above, a lot of them start with "Help: my Macs connect to my &lt;a href="http://www.periodiklabs.com/elektron"&gt;Elektron&lt;/a&gt;-secured network just fine, but my Windows XP machines refuse to connect!" We've never once received the opposite.&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/ZGBYUOaJtJ8" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/07/parc-wifi-pki-usability-stinks.html</feedburner:origLink></entry>

<entry>
    <title>A Real iPhone Exploit?</title>
    <link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/periodiklabs/labnotes/~3/taqy8q3OdqU/a-real-iphone-exploit.html" />
    <id>tag:blog.periodiklabs.com,2007://1.323</id>

    <published>2007-07-23T18:15:30Z</published>
    <updated>2009-05-02T19:19:11Z</updated>

    <summary>A brace of industry pundits has been claiming for months that the iPhone suffers from poor security. Today, the first actual exploit appeared. I haven't verified this myself, but from the (incomplete) description, it seems plausible. "This looks like a...</summary>
    <author>
        <name>Chris</name>
        
    </author>
    
    
    <content type="html" xml:lang="en-US" xml:base="http://blog.periodiklabs.com/">
        &lt;p&gt;A brace of industry pundits has been claiming for months that the iPhone suffers from poor security. Today, &lt;a href='http://www.securityevaluators.com/iphone/'&gt;the first actual exploit appeared&lt;/a&gt;. I haven't verified this myself, but from the (incomplete) description, it seems plausible. &lt;a href="http://www.nytimes.com/2007/07/23/technology/23iphone.html?n=Top%2fReference%2fTimes%20Topics%2fSubjects%2fI%2fiPhone"&gt;"This looks like a very genuine hack,"&lt;/a&gt; says Steven M. Bellovin, a respected computer security researcher.&lt;/p&gt;

&lt;p&gt;The attack requires a user to visit a malicious website. My favorite question from the FAQ: "Could the vulnerability be used to 'unlock' the iPhone from AT&amp;T?" The authors demur, but if it could, the attack might be a blessing in disguise!&lt;/p&gt;
        
    &lt;img src="http://feeds.feedburner.com/~r/periodiklabs/labnotes/~4/taqy8q3OdqU" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://blog.periodiklabs.com/2007/07/a-real-iphone-exploit.html</feedburner:origLink></entry>

</feed>
