Change log for eduGAIN RC3 ========================== . New feature to add internationalization to H-BE templates. Now it's possible to translate the template sent as response by Home Bridging Elements. . InResponseTo field is now optional. Mandatory if strict mode is set. . New general interfaces for all eduGAIN basic message primitives. A whole set of new constructors to build eduGAIN objects from any source supported by OpenSAML, like java.io.InputStream or org.w3c.dom.Element. . All WebSSO profile classes are now independent from OpenSAML implementation. . AuthenticationResponse now includes just one Assertion with an AuthenticationStatement and (optionally) an AttributeStatement. Two assertions are still supported when building AuthenticationResponses from any source. . Bugfix for FS#47 (providedID issue). . Several bugfixes to remove redundant validations. . AttributeValues changed to offer a generic List object instead the more specific ArrayList. . New method to manually set a list of valid components on eduGAIN Configurator. . Now it is possible to instance eduGAIN message primitives with custom validators to use during SAML documents parsing. . Certificate validation can now be enabled or disabled in the eduGAIN Validator. . Abstract definition for fromSAML() and toSAML() methods to force all inherited classes to implement them. . FaultResponse class removed. . New toBase64() method available for all eduGAIN message primitives.