Lines Matching refs:to

22 - Filter input to avoid XPath injection. (Jaime Pérez)
28 - Use strict comparison operator to compare digest values. (Jaime Pérez)
29 - Remove call to file_get_contents that doesn't even work. (Jaime Pérez)
37 - Add OneLogin to supported software.
38 - Add .gitattributes to remove unneeded files. (Filippo Tessarotto)
40 - Travis: add PHP 7.1, move hhvm to allowed failures. (Thijs Kinkhorst)
42 - Add comments to warn about return values of verify(). (Thijs Kinkhorst)
43 - Fix tests to properly check return code of verify(). (Thijs Kinkhorst)
70 - Add how to install to README. (Bernardo Vieira da Silva)
73 - Add basic usage to README. (Hidde Wieringa)
87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to
90 - Add options parameter to the add cert methods.
98 - Convert CHANGELOG.txt to UTF-8
102 - Add param to append sig to node when signing. Fixes a problem when using
103 inclusive canonicalization to append a signature within a namespaced subtree.
105 - Add ability to encrypt by reference
117 - Change split() to explode() as split is now depreciated
127 - Add reference option to force creation of URI attribute. For use
138 - Attempt to use mhash when hash extension is not present. (Alfredo Cubitos).
139 - Add fallback to built-in sha1 if both hash and mhash are not available and
141 - Add getX509Certificate method to retrieve the x509 cert used for Key.
143 - Add getValidatedNodes method to retrieve the elements signed by the
158 Default is TRUE to maintain BC.
162 - Remove closing PHP tag to fix extra whitespace characters from being output
167 Provide functionality to find URIs of existing reference nodes.