This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: Now parsing ASN (PEM) files and verifying signatures
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
OK, now my ASN parser can spit out the binary data containing the integers needed to describe a DSS public key. This and a little bit of glue code now lets me use the DSS functions from Daiji Hirata's Auth_TypeKey PHP module to verify DSS signatures - without OpenSSL!
So now I can start on the PHP OpenID consumer code...