==== version history of XML::Compile:WSS version 1.03: Fri Oct 26 17:22:22 CEST 2012 Fixes: - signature: new(remote_pubkey) is documented to accept a filename, but that was not handled. [Karen Etheridge] - signature: also include empty prefixList. - signature: openssl input format very stringly 64 chars per base64 encoded line. Improvements: - do not use UNIVERSAL::isa [Karen Etheridge] - support for receiving X509v3 certificates - signature: remove unused _apply_canon_siginfo() detected by [Karen Etheridge] version 1.02: Mon Oct 22 11:17:34 CEST 2012 Fixes: - when not using SOAP, then you call create() or check() explicitly. - completion of Signature implementation (no real-life testing, but eats its own food, at least) Improvements: - added regression test for signatures in t/20* version 1.01: Thu Oct 18 02:49:30 CEST 2012 Fixes: - need for strict order for creation of (at least one) features before compileClient() removed. Noted by [Cale Cushing] Improvements: - many documentation improvements. - signature: less namespace declarations. - removed examples: they are outdated. version 1.00: Tue Oct 16 16:50:10 CEST 2012 Changes: - deprecated ::WSS::wsseBasicAuth() and ::WSS::wsseTimestamps Still available, tests in t/9?old-* Fixes: - some export constants for :wsse were incorrect. Improvements: - option ::WSS::new(wss_version) as alternative to 'version', which is more clear in some circumstances: there are so many versioned namespaces involved! - implementation of XML::Compile::WSS::Signature - implementation of XML::Compile::WSS::BasicAuth - implementation of XML::Compile::WSS::Timestamp - promote ::WSS::_dateTime to ::WSS::dateTime() - automatically add ValueType="$xsd/dateTime" to timestamps when applicable version 0.911: Sat Sep 1 13:00:53 CEST 2012 Fixes: - wsseBasicAuth did not use default UTP11_PTEXT anymore [Caleb Cushing] version 0.91: Fri Aug 31 17:03:22 CEST 2012 - always permit nonce and created in wsseBasicAuth, not just in combination with UTP11_PDIGEST rt.cpan.org #79315 [David McMath] - fix missing xmlns:wsu when wsseBasicAuth it called repetatively. rt.cpan.org #79318 [David McMath] version 0.90: Thu Aug 30 09:21:56 CEST 2012 - add support for wsseTimestamp and extended Usertoken, with examples/usertoken/with_help_digest.pl, and t/11digest.t. Contributed by [David McMath] version 0.14: Tue Jul 31 21:41:25 CEST 2012 - fix: swap parameters to encode password. With test patched by rt.cpan.org#78698 [David Tindall Mcmath] version 0.13: Wed Jan 25 00:10:24 CET 2012 - add optional parameter for password type to :wsseBasicAuth() [mawasak] version 0.12: Wed Aug 31 11:31:12 CEST 2011 - add XML::Compile::WSS::wsseBasicAuth() helper, which was needed by [Caleb Cushing] - add examples in examples/usertoken/ version 0.11: Fri Apr 29 11:29:16 CEST 2011 - add missing dependency to XML::Compile::SOAP [cpantesters] version 0.10: Wed Apr 27 17:07:40 CEST 2011 - initial release