2007
- How to clear the IE SSL Cache from JS
Just ran accross a good blog post on how to clear IE's SSL Session Cache, this is useful if you want to have a "logoff" button on a website that uses mutually authenticated SSL.
- What is a wildcard certificate and why are they a bad idea?
Wildcard certificates are SSL/TLS server certificates that unlike their traditional counterparts bind a entire domain (or sub-domain) to a single private key, for information on the kind of wildcards one can specify see:…
- ASKING THE DRUNK IF THEY ARE DRUNK
For a over decade there has been a slow move towards building networks where only authenticated users can get on (wireless networks are a great example of this), this later moved towards building networks where…