Lines Matching full:add

17 - Add PHP 7.3 support. (Stefan Winter)
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)
59 - Fix typos and add some PHPDoc Blocks. (gfaust-qb)
67 - Add HMAC-SHA1 support.
70 - Add how to install to README. (Bernardo Vieira da Silva)
73 - Add basic usage to README. (Hidde Wieringa)
83 - Add composer support (Maks3w)
89 - Add support for RSA SHA384 and RSA_SHA512 and SHA384 digest. (Jaime PŽrez)
90 - Add options parameter to the add cert methods.
91 - Add optional issuerSerial creation with cert
97 - Add LICENSE file
102 - Add param to append sig to node when signing. Fixes a problem when using
105 - Add ability to encrypt by reference
106 - Add support for refences within an encrypted key
107 - Add thumbprint generation capability (XMLSecurityKey->getX509Thumbprint() and
112 - Add XMLSecurityKey::getSymmetricKeySize() method (Olav)
113 - Add XMLSecEnc::getCipherValue() method (Olav)
125 - Add support XPath support when creating signature. Provides support for
127 - Add reference option to force creation of URI attribute. For use
129 - Add support for RSA-SHA256
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
145 - Add insertSignature method for precision signature insertion. Merge
147 - Finally add some tests
151 - Add padding for RSA_SHA1. (patch by Olav Morken).
166 - Add getRefNodeID() and getRefIDs() methods missed in previous release.
177 - Add addObject method for enveloping signatures.
178 - Add staticGet509XCerts method. Chained certificates within a PEM file can
180 - Add xpath support within transformations
181 - Add InclusiveNamespaces prefix list support within exclusive transformations.