<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://www.php-security.net/feeds/atom10.xml" rel="self" title="Yet Another PHP Security Blog" type="application/atom+xml" />
    <link href="http://www.php-security.net/"                        rel="alternate"    title="Yet Another PHP Security Blog" type="text/html" />
    <link href="http://www.php-security.net/rss.php?version=2.0"     rel="alternate"    title="Yet Another PHP Security Blog" type="application/rss+xml" />
    <title type="html">Yet Another PHP Security Blog</title>
    <subtitle type="html">Odds and ends about PHP security</subtitle>
    <icon>http://www.php-security.net/templates/default/img/s9y_banner_small.png</icon>
    <id>http://www.php-security.net/</id>
    <updated>2008-10-09T14:24:44Z</updated>
    <generator uri="http://www.s9y.org/" version="1.3.1">Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://www.php-security.net/archives/5-Geode,-Loki-and-the-implications.html" rel="alternate" title="Geode, Loki and the implications" />
        <author>
            <name>Christopher Kunz</name>
                    </author>
    
        <published>2008-10-09T14:24:44Z</published>
        <updated>2008-10-09T14:24:44Z</updated>
        <wfw:comment>http://www.php-security.net/wfwcomment.php?cid=5</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.php-security.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    
    
        <id>http://www.php-security.net/archives/5-guid.html</id>
        <title type="html">Geode, Loki and the implications</title>
        <content type="xhtml" xml:base="http://www.php-security.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <em>(Preface: Most of the scenarios I am going to point out have actually been around for a long time, since Loki toolbar existed for a while now. However, I live under a stone and seem to learn things a million years after the &#8220;in crowd&#8221;. So, no flaming pls.)</em><br />
<br />
So, the Mozilla Labs have released an experimental Geode plugin that is a preview for possible future native features in the Firefox mainline (and derived) browsers. The plugin basically provides a possibility for web sites to receive the user&#8217;s current physical location on a fairly precise scale. <br />
<br />
I have played with the plug-in a little and found that it is between 10 and 50 meters off in an urban, although not very densely populated area of Hannover, Germany. This is surely not GPS-quality positioning, but it works indoors and gives a detailed enough ballpark figure to enable most &#8220;where&#8217;s the next café&#8221;-like business models. <br />
<br />
The whole endeavor is part of an upcoming W3C spec for geolocation and thus somewhat high-profile and &#8220;official&#8221;. This is no longer a niche project, or at least aims not to be. Sure enough, my interest was sparked and I dug a little deeper.<br />
 <br /><a href="http://www.php-security.net/archives/5-Geode,-Loki-and-the-implications.html#extended">Continue reading "Geode, Loki and the implications"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.php-security.net/archives/4-Upcoming-article-series-regarding-security-some-thoughts.html" rel="alternate" title="Upcoming article series regarding security - some thoughts" />
        <author>
            <name>Christopher Kunz</name>
                    </author>
    
        <published>2008-06-03T15:11:03Z</published>
        <updated>2008-06-03T16:09:32Z</updated>
        <wfw:comment>http://www.php-security.net/wfwcomment.php?cid=4</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.php-security.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    
    
        <id>http://www.php-security.net/archives/4-guid.html</id>
        <title type="html">Upcoming article series regarding security - some thoughts</title>
        <content type="xhtml" xml:base="http://www.php-security.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                After throwing the <a href="http://www.php-security.net/archives/3-X.509-PKI-login-with-PHP-and-Apache.html">first article about PKI and PHP</a> at you with relatively few explanation about why I am doing this, I thought I&#8217;d post something that explains a bit more in detail. <br />
<br />
 <br /><a href="http://www.php-security.net/archives/4-Upcoming-article-series-regarding-security-some-thoughts.html#extended">Continue reading "Upcoming article series regarding security - some thoughts"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.php-security.net/archives/3-X.509-PKI-login-with-PHP-and-Apache.html" rel="alternate" title="X.509 PKI login with PHP and Apache" />
        <author>
            <name>Christopher Kunz</name>
                    </author>
    
        <published>2008-05-30T10:22:28Z</published>
        <updated>2008-06-03T16:09:32Z</updated>
        <wfw:comment>http://www.php-security.net/wfwcomment.php?cid=3</wfw:comment>
    
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://www.php-security.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    
    
        <id>http://www.php-security.net/archives/3-guid.html</id>
        <title type="html">X.509 PKI login with PHP and Apache</title>
        <content type="xhtml" xml:base="http://www.php-security.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <h3>Preface</h3>
As some of you know, I&#8217;m currently working in an environment that is very much about security in terms of &#8220;how do I determine for sure who is accessing my service while having all access encrypted&#8221;. Since grid computing (that&#8217;s what I&#8217;m currently doing) also is very much about Single-sign on and delegation of rights, username/password authentication schemes don&#8217;t quite do it for us. Thus, a PKI (public key infrastructure) based on X.509 is employed.
<br />
<br />
Huh?<br />
 <br />
Acronyms-a-plenty, you think. Well, it&#8217;s not so bad at all. What we call X.509 certificates is what you would call &#8220;SSL Certificates&#8221;. 
The correct name for those certificates is &#8220;X.509 certificate&#8221; and that&#8217;s what I&#8217;m going to refer to. Whatever name you call the child, it is what you already know and probably use - the certificates that make you able to verify you&#8217;re actually buying at amazon.com. More generally speaking, X.509 certificates can be mutually used by servers and clients alike to authenticate themselves to the other party. We can exploit this feature to get away from traditional knowledge-based credentials towards possession-based credentials. 

 <br /><a href="http://www.php-security.net/archives/3-X.509-PKI-login-with-PHP-and-Apache.html#extended">Continue reading "X.509 PKI login with PHP and Apache"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://www.php-security.net/archives/2-This-is-what-this-blog-is-about.html" rel="alternate" title="This is what this blog is about" />
        <author>
            <name>Christopher Kunz</name>
                    </author>
    
        <published>2008-05-30T10:17:02Z</published>
        <updated>2008-06-16T17:22:21Z</updated>
        <wfw:comment>http://www.php-security.net/wfwcomment.php?cid=2</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.php-security.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    
    
        <id>http://www.php-security.net/archives/2-guid.html</id>
        <title type="html">This is what this blog is about</title>
        
    </entry>
    <entry>
        <link href="http://www.php-security.net/archives/1-Yay,-first-post!.html" rel="alternate" title="Yay, first post!" />
        <author>
            <name>Christopher Kunz</name>
                    </author>
    
        <published>2008-05-30T06:35:14Z</published>
        <updated>2008-05-30T06:42:29Z</updated>
        <wfw:comment>http://www.php-security.net/wfwcomment.php?cid=1</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://www.php-security.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    
    
        <id>http://www.php-security.net/archives/1-guid.html</id>
        <title type="html">Yay, first post!</title>
        <content type="xhtml" xml:base="http://www.php-security.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                I had the domain &#8220;php-security.net&#8221; since we first started writing the german PHP security book and up to now, I didn&#8217;t have anything I could do with it, so it went to rot on Sedo. However, I found a nice topic for blogging under the shower this morning and so I set up a new S9Y instance. Hope you enjoy it. Don&#8217;t expect this to be very full though, I am only going to post stuff that is not appropriate content for <a onclick="javascript: pageTracker._trackPageview('/extlink/www.php-sicherheit.de/');"  href="http://www.php-sicherheit.de/">php-sicherheit.de</a> or <a onclick="javascript: pageTracker._trackPageview('/extlink/www.christopher-kunz.de/');"  href="http://www.christopher-kunz.de/">my personal blog</a>. <br />
<br />
So mainly, there will be some english PHP security articles here. Enjoy. 
            </div>
        </content>
        
    </entry>

</feed>