<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Yet Another PHP Security Blog</title>
    <link>http://www.php-security.net/</link>
    <description>Odds and ends about PHP security</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.2 - http://www.s9y.org/</generator>
    <pubDate>Sat, 27 Feb 2010 18:44:35 GMT</pubDate>

    <image>
        <url>http://www.php-security.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Yet Another PHP Security Blog - Odds and ends about PHP security</title>
        <link>http://www.php-security.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Month of PHP Security</title>
    <link>http://www.php-security.net/archives/6-Month-of-PHP-Security.html</link>
    
    <comments>http://www.php-security.net/archives/6-Month-of-PHP-Security.html#comments</comments>
    <wfw:comment>http://www.php-security.net/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.php-security.net/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Kunz)</author>
    <content:encoded>
    The folks at SektionEins security consulting are starting a new Month of PHP Security. They are currently collecting interesting entries via a public CfP on php-security.org and will publish the most interesting stuff during&lt;strong&gt;May 2010&lt;/strong&gt;  - one item per day.&lt;br /&gt;
&lt;br /&gt;
Papers, Exploits and other stuff related to the following topics can be submitted:&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;  New vulnerability in PHP itself&lt;br /&gt;
   &lt;li&gt; New vulnerability in PHP extensions/patches (such as eAccelerator or Suhosin &lt;img src=&quot;http://www.php-security.net/templates/GreenMile/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; )&lt;br /&gt;
   &lt;li&gt; Explain a single topic of PHP application security in a detailed paper&lt;br /&gt;
   &lt;li&gt; Explain a complex vulnerability in/attack against an &amp;#8220;interesting&amp;#8221; PHP application&lt;br /&gt;
    &lt;li&gt; Explain a complex attack method (in a theoretical article) against PHP itself&lt;br /&gt;
    &lt;li&gt; Explain how to attack encrypted PHP applications&lt;br /&gt;
    &lt;li&gt; Release of a new open source PHP security tool&lt;br /&gt;
   &lt;li&gt; Other stuff related to PHP security&lt;br /&gt;
&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
There&amp;#8217;s a bunch of prices, including security conference tickets and Amazon vouchers. You should check it out! &lt;br /&gt;
&lt;br /&gt;
More info: &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php-security.org/&#039;);&quot;  href=&quot;http://www.php-security.org/&quot; rel=&quot;nofollow&quot;&gt;http://www.php-security.org/&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sat, 27 Feb 2010 19:44:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.php-security.net/archives/6-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Geode, Loki and the implications</title>
    <link>http://www.php-security.net/archives/5-Geode,-Loki-and-the-implications.html</link>
    
    <comments>http://www.php-security.net/archives/5-Geode,-Loki-and-the-implications.html#comments</comments>
    <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=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Kunz)</author>
    <content:encoded>
    &lt;em&gt;(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 &amp;#8220;in crowd&amp;#8221;. So, no flaming pls.)&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
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&amp;#8217;s current physical location on a fairly precise scale. &lt;br /&gt;
&lt;br /&gt;
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 &amp;#8220;where&amp;#8217;s the next café&amp;#8221;-like business models. &lt;br /&gt;
&lt;br /&gt;
The whole endeavor is part of an upcoming W3C spec for geolocation and thus somewhat high-profile and &amp;#8220;official&amp;#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.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.php-security.net/archives/5-Geode,-Loki-and-the-implications.html#extended&quot;&gt;Continue reading &quot;Geode, Loki and the implications&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 09 Oct 2008 16:24:44 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-security.net/archives/5-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Upcoming article series regarding security - some thoughts</title>
    <link>http://www.php-security.net/archives/4-Upcoming-article-series-regarding-security-some-thoughts.html</link>
    
    <comments>http://www.php-security.net/archives/4-Upcoming-article-series-regarding-security-some-thoughts.html#comments</comments>
    <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=2.0&amp;type=comments&amp;cid=4</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Kunz)</author>
    <content:encoded>
    After throwing the &lt;a href=&quot;http://www.php-security.net/archives/3-X.509-PKI-login-with-PHP-and-Apache.html&quot;&gt;first article about PKI and PHP&lt;/a&gt; at you with relatively few explanation about why I am doing this, I thought I&amp;#8217;d post something that explains a bit more in detail. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.php-security.net/archives/4-Upcoming-article-series-regarding-security-some-thoughts.html#extended&quot;&gt;Continue reading &quot;Upcoming article series regarding security - some thoughts&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 03 Jun 2008 17:11:03 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-security.net/archives/4-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>X.509 PKI login with PHP and Apache</title>
    <link>http://www.php-security.net/archives/3-X.509-PKI-login-with-PHP-and-Apache.html</link>
    
    <comments>http://www.php-security.net/archives/3-X.509-PKI-login-with-PHP-and-Apache.html#comments</comments>
    <wfw:comment>http://www.php-security.net/wfwcomment.php?cid=3</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://www.php-security.net/rss.php?version=2.0&amp;type=comments&amp;cid=3</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Kunz)</author>
    <content:encoded>
    &lt;h3&gt;Preface&lt;/h3&gt;
As some of you know, I&amp;#8217;m currently working in an environment that is very much about security in terms of &amp;#8220;how do I determine for sure who is accessing my service while having all access encrypted&amp;#8221;. Since grid computing (that&amp;#8217;s what I&amp;#8217;m currently doing) also is very much about Single-sign on and delegation of rights, username/password authentication schemes don&amp;#8217;t quite do it for us. Thus, a PKI (public key infrastructure) based on X.509 is employed.
&lt;br /&gt;
&lt;br /&gt;
Huh?&lt;br /&gt;
 &lt;br /&gt;
Acronyms-a-plenty, you think. Well, it&amp;#8217;s not so bad at all. What we call X.509 certificates is what you would call &amp;#8220;SSL Certificates&amp;#8221;. 
The correct name for those certificates is &amp;#8220;X.509 certificate&amp;#8221; and that&amp;#8217;s what I&amp;#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&amp;#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. 

 &lt;br /&gt;&lt;a href=&quot;http://www.php-security.net/archives/3-X.509-PKI-login-with-PHP-and-Apache.html#extended&quot;&gt;Continue reading &quot;X.509 PKI login with PHP and Apache&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 30 May 2008 12:22:28 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-security.net/archives/3-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>This is what this blog is about</title>
    <link>http://www.php-security.net/archives/2-This-is-what-this-blog-is-about.html</link>
    
    <comments>http://www.php-security.net/archives/2-This-is-what-this-blog-is-about.html#comments</comments>
    <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=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Kunz)</author>

    <pubDate>Fri, 30 May 2008 12:17:02 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-security.net/archives/2-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Yay, first post!</title>
    <link>http://www.php-security.net/archives/1-Yay,-first-post!.html</link>
    
    <comments>http://www.php-security.net/archives/1-Yay,-first-post!.html#comments</comments>
    <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=2.0&amp;type=comments&amp;cid=1</wfw:commentRss>
    

    <author>nospam@example.com (Christopher Kunz)</author>
    <content:encoded>
    I had the domain &amp;#8220;php-security.net&amp;#8221; since we first started writing the german PHP security book and up to now, I didn&amp;#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&amp;#8217;t expect this to be very full though, I am only going to post stuff that is not appropriate content for &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.php-sicherheit.de/&#039;);&quot;  href=&quot;http://www.php-sicherheit.de/&quot;&gt;php-sicherheit.de&lt;/a&gt; or &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.christopher-kunz.de/&#039;);&quot;  href=&quot;http://www.christopher-kunz.de/&quot;&gt;my personal blog&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
So mainly, there will be some english PHP security articles here. Enjoy. 
    </content:encoded>

    <pubDate>Fri, 30 May 2008 08:35:14 +0200</pubDate>
    <guid isPermaLink="false">http://www.php-security.net/archives/1-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>