infocard-lib.php ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 07 Dec 2007, 1.1.2 Changes: - Add new third paramter ($sslEnabled default True) to processCard() method. When set to false, the data passed via the $xmlToken parameter will not be decrypted. This allows for processing with NON-SSL enabled relaying parties as per the CardSpace 1.1 specs. 18 Nov 2007, 1.1.1 Bug Fixes: - Remove closing PHP tag to fix extra whitespace characters from being output 18 Oct 2007, 1.1.0 Changes: - Remove private key define. The private key is now passed as a parameter to the processCard method. This allows a seperation of application and library.